HL7 FHIR Implementation Guide: DK Core
3.4.0 - ci-build
HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 3.4.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7dk/dk-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Location",
"id" : "neuroradiologyUnit",
"meta" : {
"profile" : [
🔗 "http://hl7.dk/fhir/core/StructureDefinition/dk-core-location"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Location neuroradiologyUnit</b></p><a name=\"neuroradiologyUnit\"> </a><a name=\"hcneuroradiologyUnit\"> </a><a name=\"neuroradiologyUnit-da-DK\"> </a><p><b>status</b>: Active</p><p><b>name</b>: Neuro unit</p><p><b>mode</b>: Instance</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode RNEU}\">Neuroradiology unit</span></p><p><b>telecom</b>: <a href=\"tel:+4523292329\">+4523292329</a></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ro}\">Room</span></p><p><b>managingOrganization</b>: <a href=\"Organization-CenterForDiabetesTeamKvalitet.html\">Organization: identifier = urn:oid:1.2.208.176.1.1#1133201000016001,http://cvr.dk#64942212; type = HC - Health centre</a></p><p><b>partOf</b>: <a href=\"Location-ambulance.html\">Location: status = active; description = Ambulance provided by Acme Corp; mode = kind; type = Ambulance; telecom = ph: +4523292833(Mobile); physicalType = Vehicle</a></p></div>"
},
"status" : "active",
"name" : "Neuro unit",
"mode" : "instance",
"type" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "RNEU",
"display" : "Neuroradiology unit"
}
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+4523292329"
}
],
"physicalType" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code" : "ro",
"display" : "Room"
}
]
},
"managingOrganization" : {
🔗 "reference" : "Organization/CenterForDiabetesTeamKvalitet"
},
"partOf" : {
🔗 "reference" : "Location/ambulance"
}
}