Vital Records Common Library (VRCL) STU2-ballot
2.0.0 - trial-use United States of America flag

Vital Records Common Library (VRCL) STU2-ballot, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/vr-common-library/ and changes regularly. 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>