FHIR IG analytics| Package | hl7.at.fhir.core.r5 |
| Resource Type | Location |
| Id | Location-HL7ATCoreLocationLinz.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location HL7ATCoreLocationLinz
Profile: HL7® AT Core Location Profile
identifier: urn:oid:1.2.40.0.34.4.10/K101.2
name: Campus Linz
address: Linz 4020 AUT
| Longitude | Latitude |
| 14.2861 | 48.3064 |
managingOrganization: Organization Amadeus Spital
{
"resourceType": "Location",
"id": "HL7ATCoreLocationLinz",
"meta": {
"profile": [
"http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:1.2.40.0.34.4.10",
"value": "K101.2"
}
],
"name": "Campus Linz",
"address": {
"city": "Linz",
"postalCode": "4020",
"country": "AUT"
},
"position": {
"longitude": 14.2861,
"latitude": 48.3064
},
"managingOrganization": {
"reference": "Organization/HL7ATCoreOrganizationExample01"
}
}