FHIR IG analytics| Package | myhealth.eu.fhir.core |
| Resource Type | Location |
| Id | Location-c9d0e1f2-a3b4-5678-cdef-789012345678.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Location",
"id": "c9d0e1f2-a3b4-5678-cdef-789012345678",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/core/StructureDefinition/location-myhealtheu-core"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}