FHIR IG analytics| Package | hl7.at.fhir.core.r5 |
| Resource Type | Location |
| Id | Location-HL7ATCoreLocationGraz.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location HL7ATCoreLocationGraz
Profile: HL7® AT Core Location Profile
identifier: urn:oid:1.2.40.0.34.4.10/K101.1
name: Campus Graz
address: Graz 8010 AUT
| Longitude | Latitude |
| 15.4395 | 47.0707 |
managingOrganization: Organization Amadeus Spital
{
"resourceType": "Location",
"id": "HL7ATCoreLocationGraz",
"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.1",
"assigner": {
"display": "Österreichisches Bundesministerium für Gesundheit"
}
}
],
"name": "Campus Graz",
"address": {
"city": "Graz",
"postalCode": "8010",
"country": "AUT"
},
"position": {
"longitude": 15.4395,
"latitude": 47.0707
},
"managingOrganization": {
"reference": "Organization/HL7ATCoreOrganizationExample01"
}
}