HL7 FHIR Implementation Guide: DK Core
1.0.0 - trial-use
HL7 FHIR Implementation Guide: DK Core, published by HL7 Denmark. This guide is not an authorized publication; it is the continuous build for version 1.0.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" : "Organization",
"id" : "LaegerneHasserisBymidte",
"meta" : {
"profile" : [
🔗 "http://hl7.dk/fhir/core/StructureDefinition/dk-core-organization"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Organization LaegerneHasserisBymidte</b></p><a name=\"LaegerneHasserisBymidte\"> </a><a name=\"hcLaegerneHasserisBymidte\"> </a><a name=\"LaegerneHasserisBymidte-da-DK\"> </a><p><b>identifier</b>: <code>urn:oid:1.2.208.176.1.1</code>/61741000016007, <code>urn:oid:1.2.208.176.1.4</code>/77410</p><p><b>type</b>: <span title=\"Codes:{http://snomed.info/sct 394761003}\">General practitioner practice site</span></p><p><b>name</b>: Lægerne Hasseris Bymidte</p><h3>Contacts</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Telecom</b></td></tr><tr><td style=\"display: none\">*</td><td>ph: 98182233</td></tr></table></div>"
},
"identifier" : [
{
"system" : "urn:oid:1.2.208.176.1.1",
"value" : "61741000016007"
},
{
"system" : "urn:oid:1.2.208.176.1.4",
"value" : "77410"
}
],
"type" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "394761003"
}
]
}
],
"name" : "Lægerne Hasseris Bymidte",
"contact" : [
{
"telecom" : [
{
"system" : "phone",
"value" : "98182233"
}
]
}
]
}