FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Location |
| Id | Location-ambulance.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location ambulance
Profile: Danish Core Location Profile
status: Active
description: Ambulance provided by Acme Corp
mode: Kind
type: Ambulance
telecom: +4523292833
physicalType: Vehicle
{
"resourceType": "Location",
"id": "ambulance",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}