KLChildren implementation guide, an implementation of FBU
2.1.0 - Release

This page is part of the KLChildren (v2.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: SchoolHolbaek - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "SchoolHolbaek",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.kl.dk/children/StructureDefinition/klgateway-children-location"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location SchoolHolbaek</b></p><a name=\"SchoolHolbaek\"> </a><a name=\"hcSchoolHolbaek\"> </a><a name=\"SchoolHolbaek-en-US\"> </a><p><b>identifier</b>: <code>https://viden.stil.dk/display/OFFINSTREG/Institutionsregisteret</code>/280295</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode SCHOOL}\">school</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://viden.stil.dk/display/OFFINSTREG/Institutionsregisteret",
      "value" : "280295"
    }
  ],
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "SCHOOL"
        }
      ]
    }
  ]
}