Clinibus FHIR specification
0.1.8 - ci-build

Clinibus FHIR specification - Local Development build (v0.1.8) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Immunization - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "example-immunization",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization example-immunization</b></p><a name=\"example-immunization\"> </a><a name=\"hcexample-immunization\"> </a><a name=\"example-immunization-en-US\"> </a><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{urn:oid:1.2.246.537.6.610 51}\">potilaalle on annettu rokote torjumaan hepatiitti A- ja B -virusten aiheuttamaa maksatulehdusta</span></p><p><b>patient</b>: <a href=\"Patient-example-patient.html\">Matti Mallikas Male, DoB: 1962-05-03 ( Social Security Number: 030562-9952)</a></p><p><b>occurrence</b>: 2004-05-12</p></div>"
  },
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "urn:oid:1.2.246.537.6.610",
        "code" : "51",
        "display" : "Hepatiitti A- ja B -rokote"
      }
    ],
    "text" : "potilaalle on annettu rokote torjumaan hepatiitti A- ja B -virusten aiheuttamaa maksatulehdusta"
  },
  "patient" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "occurrenceDateTime" : "2004-05-12"
}