{
  "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"
  }]
}