HL7 Belgium Vaccination (Patient Dossier)
1.0.4 - STU Belgium flag

HL7 Belgium Vaccination (Patient Dossier), published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.0.4 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/vaccination/ and changes regularly. See the Directory of published versions

: Toto - 3rd hexavalent vaccination - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "toto-hexa3",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-vaccination"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Immunization toto-hexa3</b></p><a name=\"toto-hexa3\"> </a><a name=\"hctoto-hexa3\"> </a><a name=\"toto-hexa3-en-US\"> </a><p><b>identifier</b>: <code>https://www.one.be/vaccination/immunisation-register</code>/fb2e2bbb-6a25-4d02-b3d7-8ac0b3efb57b</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{http://snomed.info/sct 871895005}\">Vaccine product containing only Bordetella pertussis and Clostridium tetani and Corynebacterium diphtheriae and Haemophilus influenzae type b and Hepatitis B virus and Human poliovirus antigens (medicinal product)</span></p><p><b>patient</b>: Identifier: BeSSINNamingSystem/16032376921</p><p><b>encounter</b>: <a href=\"#hctoto-hexa3/demo-encounter\">Encounter: status = finished; class = AMB (AMB)</a></p><p><b>occurrence</b>: 2016-09-01</p><p><b>recorded</b>: 2016-09-01</p><p><b>doseQuantity</b>: 1</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Identifier: BeSSINNamingSystem/12312312312</td></tr></table><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Encounter  #demo-encounter</b></p><a name=\"toto-hexa3/demo-encounter\"> </a><a name=\"hctoto-hexa3/demo-encounter\"> </a><a name=\"toto-hexa3/demo-encounter-en-US\"> </a>Not done yet</blockquote><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: Location  #demo-location</b></p><a name=\"toto-hexa3/demo-location\"> </a><a name=\"hctoto-hexa3/demo-location\"> </a><a name=\"toto-hexa3/demo-location-en-US\"> </a><p><b>type</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location kind-gezin}\">Kind en gezin</span></p></blockquote></div>"
  },
  "contained" : [
    {
      "resourceType" : "Encounter",
      "id" : "demo-encounter",
      "status" : "finished",
      "class" : {
        "code" : "AMB"
      },
      "subject" : {
        "identifier" : {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
          "value" : "16032376921"
        }
      },
      "location" : [
        {
          "location" : {
            "reference" : "#demo-location"
          }
        }
      ],
      "serviceProvider" : {
        🔗 "reference" : "Organization/org-regional-child-care-agency"
      }
    },
    {
      "resourceType" : "Location",
      "id" : "demo-location",
      "type" : [
        {
          "coding" : [
            {
              "system" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-care-location",
              "code" : "kind-gezin"
            }
          ]
        }
      ]
    }
  ],
  "extension" : [
    {
      "url" : "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-ext-recorder",
      "valueReference" : {
        🔗 "reference" : "Organization/org-regional-child-care-agency"
      }
    },
    {
      "extension" : [
        {
          "url" : "lotNumber",
          "valueString" : "L00168"
        },
        {
          "url" : "coded",
          "valueCodeableConcept" : {
            "coding" : [
              {
                "system" : "http://whocc.no/atc",
                "code" : "J07CA09"
              }
            ]
          }
        }
      ],
      "url" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct"
    }
  ],
  "identifier" : [
    {
      "system" : "https://www.one.be/vaccination/immunisation-register",
      "value" : "fb2e2bbb-6a25-4d02-b3d7-8ac0b3efb57b"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "871895005"
      }
    ]
  },
  "patient" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "16032376921"
    }
  },
  "encounter" : {
    "reference" : "#demo-encounter"
  },
  "occurrenceDateTime" : "2016-09-01",
  "recorded" : "2016-09-01",
  "doseQuantity" : {
    "value" : 1
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
          "value" : "12312312312"
        }
      }
    }
  ]
}