1.0.0 - release

CambioOpenServicesIG - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: LocationUnitSe Example - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "1064",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.cambio.se/StructureDefinition/LocationUnitSe/v1"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location 1064</b></p><a name=\"1064\"> </a><a name=\"hc1064\"> </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-LocationUnitSe.html\">LocationUnitSe</a></p></div><p><b>identifier</b>: <code>https://cambio.codes/socialstyrelsen/is/arbetsplatskod</code>/4000000000000\u00a0(use:\u00a0secondary,\u00a0), <code>https://cambio.codes/is/unit/lab-identifier</code>/MEDKLIN\u00a0(use:\u00a0secondary,\u00a0), <code>urn:oid:1.2.752.129.2.1.4.1</code>/SE162321000024-0016313\u00a0(use:\u00a0official,\u00a0), <code>urn:oid:1.2.752.129.2.1.4.1</code>/SE162321000024-0016313\u00a0(use:\u00a0official,\u00a0)</p><p><b>status</b>: Active</p><p><b>name</b>: Medicinkliniken</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode OF}\">Outpatient facility</span></p><p><b>partOf</b>: 9666</p></div>"
  },
  "identifier" : [
    {
      "use" : "secondary",
      "system" : "https://cambio.codes/socialstyrelsen/is/arbetsplatskod",
      "value" : "4000000000000"
    },
    {
      "use" : "secondary",
      "system" : "https://cambio.codes/is/unit/lab-identifier",
      "value" : "MEDKLIN"
    },
    {
      "use" : "official",
      "system" : "urn:oid:1.2.752.129.2.1.4.1",
      "value" : "SE162321000024-0016313"
    },
    {
      "use" : "official",
      "system" : "urn:oid:1.2.752.129.2.1.4.1",
      "value" : "SE162321000024-0016313"
    }
  ],
  "status" : "active",
  "name" : "Medicinkliniken",
  "mode" : "instance",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "OF",
          "display" : "Outpatient facility"
        }
      ]
    }
  ],
  "partOf" : {
    "display" : "9666"
  }
}