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

Vital Records FHIR Messaging (VRFM) IG - Local Development build (v3.0.0-Preview1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: DummyDeathBundle - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="DummyDeathBundle"/>
  <meta>
    <profile
             value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageBundle"/>
  </meta>
  <type value="collection"/>
  <entry>
    <fullUrl
             value="http://www.example.org/fhir/Parameters/ParametersDeathExample1"/>
    <resource>
      <Parameters>
        <id value="ParametersDeathExample1"/>
        <meta>
          <profile
                   value="http://cdc.gov/nchs/nvss/fhir/vital-records-messaging/StructureDefinition/VRM-MessageParameters"/>
        </meta>
        <parameter>
          <name value="cert_no"/>
          <valueUnsignedInt value="111111"/>
        </parameter>
        <parameter>
          <name value="jurisdiction_id"/>
          <valueString value="NY"/>
        </parameter>
        <parameter>
          <name value="state_auxiliary_id"/>
          <valueString value="abcdef10"/>
        </parameter>
      </Parameters>
    </resource>
  </entry>
</Bundle>