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