Dental Data Exchange
1.0.0 - STU 1

This page is part of the Dental Data Exchange (v1.0.0: STU1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: Immunization example - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "imm-1",
  "meta" : {
    "versionId" : "9",
    "lastUpdated" : "2021-07-13T20:01:54.521+00:00",
    "source" : "#wWskYUsopfP05ugN",
    "profile" : [
      "http://hl7.org/fhir/us/core/StructureDefinition/us-core-immunization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: <span title=\"Codes: {http://hl7.org/fhir/sid/cvx 08}\">hepatitis B vaccine, pediatric or pediatric/adolescent dosage</span></p><p><b>patient</b>: <a href=\"Patient-example-dental.html\">Patient A. Generated Summary: Medical Record Number: 5152020 (USUAL); active: true; Patient A ; Phone: 123-456-7890, testA@email.com; gender: male; birthDate: 1990-01-01</a></p><p><b>occurrence</b>: 2020-01-04</p><p><b>primarySource</b>: false</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "08",
        "display" : "hepatitis B vaccine, pediatric or pediatric/adolescent dosage"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/example-dental",
    "display" : "Patient A"
  },
  "occurrenceDateTime" : "2020-01-04",
  "primarySource" : false
}