HL7® Austria FHIR® Core Implementation Guide
2.1.0 - STU3

HL7® Austria FHIR® Core Implementation Guide - Local Development build (v2.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: HL7ATCoreLocationGraz - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "HL7ATCoreLocationGraz",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.at/fhir/HL7ATCoreProfiles/5.0.0/StructureDefinition/at-core-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location HL7ATCoreLocationGraz</b></p><a name=\"HL7ATCoreLocationGraz\"> </a><a name=\"hcHL7ATCoreLocationGraz\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-core-location.html\">HL7® AT Core Location Profile</a></p></div><p><b>identifier</b>: <code>urn:oid:1.2.40.0.34.4.10</code>/K777.1</p><p><b>name</b>: Campus Kernöl</p><p><b>description</b>: </p><div><p>Location with cafeteria that serves everything with pumpkin seed oil – even the cappuccino foam.</p>\n</div><p><b>address</b>: Graz 8010 AUT </p><h3>Positions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Longitude</b></td><td><b>Latitude</b></td></tr><tr><td style=\"display: none\">*</td><td>15.4395</td><td>47.0707</td></tr></table><p><b>managingOrganization</b>: <a href=\"Organization-HL7ATCoreOrganizationWunderwuzzi.html\">Organization Wunderwuzzi Klinikverbund</a></p></div>"
  },
  "identifier" : [
    {
      "system" : "urn:oid:1.2.40.0.34.4.10",
      "value" : "K777.1",
      "assigner" : {
        "display" : "Österreichisches Bundesministerium für Gesundheit"
      }
    }
  ],
  "name" : "Campus Kernöl",
  "description" : "Location with cafeteria that serves everything with pumpkin seed oil – even the cappuccino foam.",
  "address" : {
    "city" : "Graz",
    "postalCode" : "8010",
    "country" : "AUT"
  },
  "position" : {
    "longitude" : 15.4395,
    "latitude" : 47.0707
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/HL7ATCoreOrganizationWunderwuzzi"
  }
}