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