FHIR IG analytics| Package | hl7.fhir.dk.core |
| Resource Type | Location |
| Id | Location-neuroradiologyUnit.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location neuroradiologyUnit
Profile: Danish Core Location Profile
status: Active
name: Neuro unit
mode: Instance
type: Neuroradiology unit
telecom: +4523292329
physicalType: Room
managingOrganization: Organization: identifier = urn:oid:1.2.208.176.1.1#1133201000016001,http://cvr.dk#64942212; type = Health center
{
"resourceType": "Location",
"id": "neuroradiologyUnit",
"meta": {
"profile": [
"http://hl7.dk/fhir/core/StructureDefinition/dk-core-location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
}