0.1.0 - ci-build

NordicHackathon2025, published by Vadim Peretokin. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/vadi2/nordic-hackathon-2025-ig/ and changes regularly. See the Directory of published versions

: Uppsala-Cardiology-Clinic - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "Uppsala-Cardiology-Clinic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Uppsala-Cardiology-Clinic</b></p><a name=\"Uppsala-Cardiology-Clinic\"> </a><a name=\"hcUppsala-Cardiology-Clinic\"> </a><p><b>identifier</b>: <code>http://example.org/nordic-healthcare/locations</code>/UPP-CARDIO-001</p><p><b>status</b>: Active</p><p><b>name</b>: Uppsala Cardiology Clinic</p><p><b>description</b>: Specialized cardiology clinic in Uppsala</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode HOSP}\">Hospital</span></p><p><b>telecom</b>: <a href=\"tel:+4618123456\">+4618123456</a>, <a href=\"mailto:cardiology@uppsalaclinic.example.org\">cardiology@uppsalaclinic.example.org</a></p><p><b>address</b>: Sjukhusvägen 15 Uppsala 75185 SE (work)</p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type bu}\">Building</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "http://example.org/nordic-healthcare/locations",
      "value" : "UPP-CARDIO-001"
    }
  ],
  "status" : "active",
  "name" : "Uppsala Cardiology Clinic",
  "description" : "Specialized cardiology clinic in Uppsala",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ],
      "text" : "Hospital"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+4618123456",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "cardiology@uppsalaclinic.example.org",
      "use" : "work"
    }
  ],
  "address" : {
    "use" : "work",
    "type" : "physical",
    "line" : [
      "Sjukhusvägen 15"
    ],
    "city" : "Uppsala",
    "postalCode" : "75185",
    "country" : "SE"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "bu",
        "display" : "Building"
      }
    ],
    "text" : "Building"
  }
}