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 - JSON Representation

Raw json | Download


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