MyHealth@Eu Hospital Discharge Report
9.1.1 - qa-preview 150

MyHealth@Eu Hospital Discharge Report - Local Development build (v9.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Organization - JSON Representation

Raw json | Download

{
  "resourceType" : "Organization",
  "id" : "ff4d98d1-69c9-43db-896e-58d11c15662c",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.eu/fhir/base/StructureDefinition/organization-eu-core"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Brussels University Hospital</div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/organization-ids",
      "value" : "ORG-001"
    }
  ],
  "active" : true,
  "name" : "Brussels University Hospital",
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+32 2 764 1111",
      "use" : "work"
    }
  ],
  "address" : [
    {
      "line" : [
        "Avenue Hippocrate 10"
      ],
      "city" : "Brussels",
      "postalCode" : "1200",
      "country" : "BE"
    }
  ]
}