FHIR IG analytics| Package | ihe.iti.mcsd |
| Resource Type | Location |
| Id | Location-MCSDLocation-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location MCSDLocation-Example
Profile: mCSD Location
status: Active
name: MCSDLocation-Example
type: Neuroradiology unit
physicalType: Ward
{
"resourceType": "Location",
"id": "MCSDLocation-Example",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.Location"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "MCSDLocation-Example",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "RNEU"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "wa"
}
]
},
"partOf": {
"reference": "Location/MCSDFacilityLocation-Example"
}
}