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
<Location xmlns="http://hl7.org/fhir">
<id value="c9d0e1f2-a3b4-5678-cdef-789012345678"/>
<meta>
<profile
value="http://fhir.ehdsi.eu/core/StructureDefinition/location-myhealtheu-core"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml">Cardiology Ward - University Hospital Berlin</div>
</text>
<identifier>
<system value="http://example.org/location-ids"/>
<value value="LOC-CARDIO-001"/>
</identifier>
<name value="Cardiology Ward"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
<code value="CARD"/>
<display value="Cardiology clinic"/>
</coding>
</type>
<telecom>
<system value="phone"/>
<value value="+49-30-1234568"/>
</telecom>
<address>
<line value="Charitéplatz 1"/>
<city value="Berlin"/>
<postalCode value="10117"/>
<country value="DE"/>
</address>
<managingOrganization>🔗
<reference value="Organization/ff4d98d1-69c9-43db-896e-58d11c15662c"/>
</managingOrganization>
</Location>