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: ImmunizationEvaluation-immunizationevaluation-forecast-example

Raw json

{
  "resourceType" : "ImmunizationEvaluation",
  "id" : "immunizationevaluation-forecast-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: immunizationevaluation-forecast-example</p><p><b>identifier</b>: urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234</p><p><b>status</b>: completed</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>date</b>: Apr 29, 2019 12:00:00 AM</p><p><b>authority</b>: Happy Valley Clinic</p><p><b>targetDisease</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>immunizationEvent</b>: <a href=\"Immunization-immunization-forecast-example.html\">Generated Summary: id: immunization-forecast-example; status: completed; <span title=\"Codes: {http://hl7.org/fhir/sid/cvx 08}\">Hep B, adolescent or pediatric</span>; occurrence: Apr 29, 2019 12:00:00 AM; recorded: Apr 29, 2019 12:00:00 AM; </a></p><p><b>doseStatus</b>: Valid <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status code 'valid' = 'Valid', given as 'Valid'})</span></p><p><b>doseStatusReason</b>: Newborn vaccination <span style=\"background: LightGoldenRodYellow\">(Details )</span></p><p><b>series</b>: Vaccination Series 1</p><p><b>doseNumber</b>: 1</p><p><b>seriesDoses</b>: 1</p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.21367.2005.3.7.1234"
    }
  ],
  "status" : "completed",
  "patient" : {
    "reference" : "Patient/forecast-example"
  },
  "date" : "2019-04-29",
  "authority" : {
    "display" : "Happy Valley Clinic"
  },
  "targetDisease" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/sid/cvx",
        "code" : "08",
        "display" : "Hep B, adolescent or pediatric"
      }
    ]
  },
  "immunizationEvent" : {
    "reference" : "Immunization/immunization-forecast-example"
  },
  "doseStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/immunization-evaluation-dose-status",
        "code" : "valid",
        "display" : "Valid"
      }
    ]
  },
  "doseStatusReason" : [
    {
      "text" : "Newborn vaccination"
    }
  ],
  "series" : "Vaccination Series 1",
  "doseNumberPositiveInt" : 1,
  "seriesDosesPositiveInt" : 1
}