HL7 FHIR Implementation Guide: DK Core
3.4.0 - ci-build Denmark flag

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

: ambulance - JSON Representation

Raw json | Download

{
  "resourceType" : "Location",
  "id" : "ambulance",
  "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 ambulance</b></p><a name=\"ambulance\"> </a><a name=\"hcambulance\"> </a><a name=\"ambulance-da-DK\"> </a><p><b>status</b>: Active</p><p><b>description</b>: Ambulance provided by Acme Corp</p><p><b>mode</b>: Kind</p><p><b>type</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-RoleCode AMB}\">Ambulance</span></p><p><b>telecom</b>: <a href=\"tel:+4523292833\">+4523292833</a></p><p><b>physicalType</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/location-physical-type ve}\">Vehicle</span></p><p><b>managingOrganization</b>: <a href=\"Organization-b08997bb-4476-4dd0-84dd-2e297f809364.html\">Organization: identifier = urn:oid:1.2.208.176.1.1#12345678901,http://cvr.dk#26919991,https://www.gs1.org/gln#5798002472264,https://kombit.dk/sts/organisation#urn:uuid:a107fd1e-9f35-422c-9d1e-add097bbf4a6; type = Pharmacy</a></p></div>"
  },
  "status" : "active",
  "description" : "Ambulance provided by Acme Corp",
  "mode" : "kind",
  "type" : [
    {
      "coding" : [
        {
          "system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
          "code" : "AMB",
          "display" : "Ambulance"
        }
      ]
    }
  ],
  "telecom" : [
    {
      "system" : "phone",
      "value" : "+4523292833",
      "use" : "mobile"
    }
  ],
  "physicalType" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/location-physical-type",
        "code" : "ve",
        "display" : "Vehicle"
      }
    ]
  },
  "managingOrganization" : {
    🔗 "reference" : "Organization/b08997bb-4476-4dd0-84dd-2e297f809364"
  }
}