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

FHIR IG analytics

Packagehl7.at.fhir.core.r5
Resource TypeLocation
IdLocation-HL7ATCoreLocationLinz.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 HL7ATCoreLocationLinz

identifier: urn:oid:1.2.40.0.34.4.10/K101.2

name: Campus Linz

address: Linz 4020 AUT

Positions

-LongitudeLatitude
*14.286148.3064

managingOrganization: Organization Amadeus Spital


Source1

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