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

: Stockholm-Clinic - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "Stockholm-Clinic",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location Stockholm-Clinic</b></p><a name=\"Stockholm-Clinic\"> </a><a name=\"hcStockholm-Clinic\"> </a><p><b>identifier</b>: <code>http://example.org/nordic-healthcare/locations</code>/STHLM-CLINIC-001</p><p><b>status</b>: Active</p><p><b>name</b>: Stockholm Health Clinic</p><p><b>description</b>: Main health clinic in Stockholm</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:+4684567190\">+4684567190</a>, <a href=\"mailto:info@stockholmclinic.example.org\">info@stockholmclinic.example.org</a></p><p><b>address</b>: Kungsgatan 33 Stockholm 11156 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" : "STHLM-CLINIC-001"
    }
  ],
  "status" : "active",
  "name" : "Stockholm Health Clinic",
  "description" : "Main health clinic in Stockholm",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "HOSP",
          "display" : "Hospital"
        }
      ],
      "text" : "Hospital"
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+4684567190",
      "use" : "work"
    },
    {
      "system" : "email",
      "value" : "info@stockholmclinic.example.org",
      "use" : "work"
    }
  ],
  "address" : {
    "use" : "work",
    "type" : "physical",
    "line" : [
      "Kungsgatan 33"
    ],
    "city" : "Stockholm",
    "postalCode" : "11156",
    "country" : "SE"
  },
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "bu",
        "display" : "Building"
      }
    ],
    "text" : "Building"
  }
}