Immunization Decision Support Forecast Implementation Guide STU1 (Release 0.2.0 Ballot 2)

This page is part of the Immunization Decision Support Forecast FHIR IG (v0.2.0: STU 1 Ballot 2) based on FHIR R4. The current version which supercedes this version is 1.0.0. For a full list of available versions, see the Directory of published versions

JSON Format: Immunization-immunization-forecast-example

Raw json

{
  "resourceType" : "Immunization",
  "id" : "immunization-forecast-example",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2019-06-27T11:55:25.382-04:00",
    "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 with Details</b></p><p><b>id</b>: immunization-forecast-example</p><p><b>meta</b>: </p><p><b>status</b>: completed</p><p><b>vaccineCode</b>: Hep B, adolescent or pediatric <span style=\"background: LightGoldenRodYellow\">(Details : {http://hl7.org/fhir/sid/cvx code '08' = 'Hep B, adolescent or pediatric', given as 'Hep B, adolescent or pediatric'})</span></p><p><b>patient</b>: <a href=\"Patient-forecast-example.html\">Generated Summary: id: forecast-example; ??; null null ; gender: male; birthDate: Apr 28, 2019</a></p><p><b>occurrence</b>: Apr 29, 2019 12:00:00 AM</p><p><b>recorded</b>: Apr 29, 2019 12:00:00 AM</p><p><b>primarySource</b>: false</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "08",
        "display" : "Hep B, adolescent or pediatric"
      }
    ]
  },
  "patient" : {
    "reference" : "Patient/forecast-example"
  },
  "occurrenceDateTime" : "2019-04-29",
  "recorded" : "2019-04-29T00:00:00-04:00",
  "primarySource" : false
}