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

: othercode - JSON Representation

Raw json | Download


{
  "resourceType" : "Immunization",
  "id" : "othercode",
  "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 othercode</b></p><a name=\"othercode\"> </a><a name=\"hcothercode\"> </a><a name=\"othercode-en-US\"> </a><p><b>identifier</b>: <code>https://www.one.be/vaccination/immunisation-register</code>/e15cd3d6-cfd8-4f77-9c78-9eb1a0fe5671</p><p><b>status</b>: Completed</p><p><b>vaccineCode</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccine-code other}\">If value is other, this cannot be empty</span></p><p><b>patient</b>: Identifier: BeSSINNamingSystem/16032376921</p><p><b>occurrence</b>: 2016-07-04</p><p><b>recorded</b>: 2016-07-04</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: BeNSNIHDIProfessional/10829059</td></tr></table></div>"
  },
  "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" : "L00156"
        }
      ],
      "url" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/StructureDefinition/be-ext-administeredProduct"
    }
  ],
  "identifier" : [
    {
      "system" : "https://www.one.be/vaccination/immunisation-register",
      "value" : "e15cd3d6-cfd8-4f77-9c78-9eb1a0fe5671"
    }
  ],
  "status" : "completed",
  "vaccineCode" : {
    "coding" : [
      {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/vaccination/CodeSystem/be-cs-vaccine-code",
        "code" : "other"
      }
    ],
    "text" : "If value is other, this cannot be empty"
  },
  "patient" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/ssin",
      "value" : "16032376921"
    }
  },
  "occurrenceDateTime" : "2016-07-04",
  "recorded" : "2016-07-04",
  "doseQuantity" : {
    "value" : 1
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi-professional",
          "value" : "10829059"
        }
      }
    }
  ]
}