<?xml version="1.0" encoding="UTF-8"?>

<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>