{
  "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><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-dk-core-location.html\">Danish Core Location Profile</a></p></div><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#DK Central Business Register (CVR)#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"
  }
}