Vital Records Common Library (VRCL) FHIR Implementation Guide
2.0.0 - STU2 United States of America flag

This page is part of the Vital Records Common Profile Library (v2.0.0: STU2) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Bundle - Example of Identifier Extensions - XML Representation

Raw xml | Download


<Bundle xmlns="http://hl7.org/fhir">
  <id value="bundle-examples-of-identifiers"/>
  <identifier>
    <extension
               url="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/CertificateNumber">
      <valueString value="15075"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/AuxiliaryStateIdentifier1">
      <valueString value="444455555"/>
    </extension>
    <extension
               url="http://hl7.org/fhir/us/vr-common-library/StructureDefinition/AuxiliaryStateIdentifier2">
      <valueString value="444455555"/>
    </extension>
    <system
            value="http://hl7.org/fhir/us/vr-common-library/CodeSystem/codesystem-ije-vr"/>
    <value value="2019NJ15075"/>
  </identifier>
  <type value="collection"/>
  <timestamp value="2019-02-11T02:05:44.434Z"/>
</Bundle>