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

: Research and Training Hospital - JSON Representation

Raw json | Download


{
  "resourceType" : "Organization",
  "id" : "org-research-hospital",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/core/StructureDefinition/be-organization"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization org-research-hospital</b></p><a name=\"org-research-hospital\"> </a><a name=\"hcorg-research-hospital\"> </a><a name=\"org-research-hospital-en-US\"> </a><p><b>identifier</b>: BeNIHDINamingSystem/4342357223509</p><p><b>active</b>: true</p><p><b>name</b>: UZ Gent</p><p><b>telecom</b>: <a href=\"https://research.and.training.hospital.be/\">https://research.and.training.hospital.be/</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/core/NamingSystem/nihdi",
      "value" : "4342357223509"
    }
  ],
  "active" : true,
  "name" : "UZ Gent",
  "telecom" : [
    {
      "system" : "url",
      "value" : "https://research.and.training.hospital.be/",
      "use" : "work"
    }
  ]
}