Vital Records FHIR Messaging (VRFM) IG
3.0.0-Preview1 - ci-build

Vital Records FHIR Messaging (VRFM) IG, published by CDC NCHS. This guide is not an authorized publication; it is the continuous build for version 3.0.0-Preview1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/nightingaleproject/vital_records_fhir_messaging_ig/ and changes regularly. See the Directory of published versions

: MaternalLinkageBundle-Birth - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="MaternalLinkageBundle-Birth"/>
  <meta>
    <profile
             value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-maternal-linkage-content-bundle"/>
  </meta>
  <identifier>
    <value value="placeholder"/>
  </identifier>
  <type value="collection"/>
  <entry>
    <fullUrl
             value="http://www.example.org/fhir/Parameter/ParametersLinkage-LiveBirthWithCert"/>
    <resource>
      <Parameters>
        <id value="ParametersLinkage-LiveBirthWithCert"/>
        <meta>
          <profile
                   value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-RecentPregnancyParameters"/>
        </meta>
        <parameter>
          <name value="notes"/>
          <valueString value="Live Birth With Certificate"/>
        </parameter>
        <parameter>
          <name value="coded_outcome"/>
          <valueCodeableConcept>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="281050002"/>
              <display value="Livebirth"/>
            </coding>
          </valueCodeableConcept>
        </parameter>
        <parameter>
          <name value="birth_plurality"/>
          <valueInteger value="1"/>
        </parameter>
        <parameter>
          <name value="fetal_death_plurality"/>
          <valueInteger value="0"/>
        </parameter>
        <parameter>
          <name value="preg_status_is_correct"/>
          <valueBoolean value="true"/>
        </parameter>
      </Parameters>
    </resource>
  </entry>
  <entry>
    <fullUrl
             value="http://www.example.org/fhir/Observation/BirthRecordIdentifierChild-Example1"/>
    <resource>
      <Observation>
        <id value="BirthRecordIdentifierChild-Example1"/>
        <meta>
          <profile
                   value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-birth-record-identifier-child"/>
        </meta>
        <text>
          <status value="generated"/>
          <div xmlns="http://www.w3.org/1999/xhtml"><a name="Observation_BirthRecordIdentifierChild-Example1"> </a><p class="res-header-id"><b>Generated Narrative: Observation BirthRecordIdentifierChild-Example1</b></p><a name="BirthRecordIdentifierChild-Example1"> </a><a name="hcBirthRecordIdentifierChild-Example1"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-VRM-birth-record-identifier-child.html">Birth Record Identifier Child</a></p></div><p><b>status</b>: Final</p><p><b>code</b>: <span title="Codes:{http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-observation-cs birthrecordidentifier}">Birth Record Record Identifier</span></p><p><b>value</b>: 717171</p><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 21842-0}">Birthplace</span></p><p><b>value</b>: YC</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:{http://loinc.org 80904-6}">Birth year</span></p><p><b>value</b>: 2024</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">index</span></p><p><b>value</b>: 1</p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title="Codes:">availability</span></p><p><b>value</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v2-0136 Y}">Yes</span></p></blockquote></div>
        </text>
        <status value="final"/>
        <code>
          <coding>
            <system
                    value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/CodeSystem/VRM-observation-cs"/>
            <code value="birthrecordidentifier"/>
          </coding>
        </code>
        <valueString value="717171"/>
        <component>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="21842-0"/>
            </coding>
          </code>
          <valueString value="YC"/>
        </component>
        <component>
          <code>
            <coding>
              <system value="http://loinc.org"/>
              <code value="80904-6"/>
            </coding>
          </code>
          <valueDateTime value="2024"/>
        </component>
        <component>
          <code>
            <coding>
              <code value="index"/>
            </coding>
          </code>
          <valueInteger value="1"/>
        </component>
        <component>
          <code>
            <coding>
              <code value="availability"/>
            </coding>
          </code>
          <valueCodeableConcept>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0136"/>
              <code value="Y"/>
              <display value="Yes"/>
            </coding>
          </valueCodeableConcept>
        </component>
      </Observation>
    </resource>
  </entry>
</Bundle>