RIVO-Noord Zorgviewer Implementation Guide
1.14.0 - sprint56 Netherlands flag

RIVO-Noord Zorgviewer Implementation Guide - Local Development build (v1.14.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Epic Immunization Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Immunization",
  "id" : "e6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3",
  "meta" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/4.0/StructureDefinition/extension-Meta.source",
        "valueUri" : "Epic"
      }
    ],
    "profile" : [
      🔗 "http://nictiz.nl/fhir/StructureDefinition/zib-Vaccination"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization e6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3</b></p><a name=\"e6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3\"> </a><a name=\"hce6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3\"> </a><a name=\"e6-GYWpe6tA541IbVTqmL.KQ0y3yguI2FH9XCaDsG8gI3-en-US\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.20&amp;canonical=http://nictiz.nl/fhir/StructureDefinition/zib-Vaccination\">HCIM Vaccination</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.840.114350.1.13.485.2.7.2.768076</code>/4220137\u00a0(use:\u00a0usual,\u00a0)</p><p><b>status</b>: Completed</p><p><b>notGiven</b>: false</p><p><b>vaccineCode</b>: <span title=\"Codes:\">COVID-19 Vaccin (Type Algemeen)</span></p><p><b>patient</b>: <a href=\"https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2017@2.2.20&amp;canonical=http://example.org/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3\">Fictief, Jan</a></p><p><b>date</b>: 2021-08-02</p><p><b>primarySource</b>: false</p></div>"
  },
  "identifier" : [
    {
      "use" : "usual",
      "system" : "urn:oid:1.2.840.114350.1.13.485.2.7.2.768076",
      "value" : "4220137"
    }
  ],
  "status" : "completed",
  "notGiven" : false,
  "vaccineCode" : {
    "text" : "COVID-19 Vaccin (Type Algemeen)"
  },
  "patient" : {
    "reference" : "http://example.org/api/FHIR/STU3/Patient/e52TXUJRLVxP2kvdXvNgS7euM1.HY8bVBMNNhsLwftTo3",
    "display" : "Fictief, Jan"
  },
  "date" : "2021-08-02",
  "primarySource" : false
}