FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.at.fhir.core.r5
Resource TypeLocation
IdLocation-HL7ATCoreLocationGraz.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Location HL7ATCoreLocationGraz

identifier: urn:oid:1.2.40.0.34.4.10/K101.1

name: Campus Graz

address: Graz 8010 AUT

Positions

-LongitudeLatitude
*15.439547.0707

managingOrganization: Organization Amadeus Spital


Source1

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