MyHealth@EU Core
1.0.0 - trial-use
150
This page is part of the MyHealth@Eu Core (v1.0.0: Wave 9) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Location",
"id" : "c9d0e1f2-a3b4-5678-cdef-789012345678",
"meta" : {
"profile" : [
🔗 "http://fhir.ehdsi.eu/core/StructureDefinition/location-myhealtheu-core"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Cardiology Ward - University Hospital Berlin</div>"
},
"identifier" : [
{
"system" : "http://example.org/location-ids",
"value" : "LOC-CARDIO-001"
}
],
"name" : "Cardiology Ward",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "CARD",
"display" : "Cardiology clinic"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+49-30-1234568"
}
],
"address" : {
"line" : [
"Charitéplatz 1"
],
"city" : "Berlin",
"postalCode" : "10117",
"country" : "DE"
},
"managingOrganization" : {
🔗 "reference" : "Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"
}
}