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-EctopicPregnancy - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="MaternalLinkageBundle-EctopicPregnancy"/>
  <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-EctopicPregnancy"/>
    <resource>
      <Parameters>
        <id value="ParametersLinkage-EctopicPregnancy"/>
        <meta>
          <profile
                   value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-RecentPregnancyParameters"/>
        </meta>
        <parameter>
          <name value="notes"/>
          <valueString value="Ectopic Pregnancy"/>
        </parameter>
        <parameter>
          <name value="coded_outcome"/>
          <valueCodeableConcept>
            <coding>
              <system value="http://snomed.info/sct"/>
              <code value="34801009"/>
              <display value="Ectopic Pregnancy"/>
            </coding>
          </valueCodeableConcept>
        </parameter>
        <parameter>
          <name value="birth_plurality"/>
          <valueInteger value="0"/>
        </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>
</Bundle>