FHIR IG analytics| Package | ihe.iti.mcsd |
| Resource Type | Location |
| Id | Location-MCSDLocationDistance-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Location MCSDLocationDistance-Example
Profile: mCSD Location with Distance
status: Active
name: MCSDLocationDistance-Example
type: Hospital
physicalType: Building
| Longitude | Latitude |
| -78.81700744576973 | -1.46929510804737 |
{
"resourceType": "Location",
"id": "MCSDLocationDistance-Example",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.LocationDistance"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "active",
"name": "MCSDLocationDistance-Example",
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP"
}
]
}
],
"physicalType": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/location-physical-type",
"code": "bu"
}
]
},
"position": {
"longitude": -78.81700744576973,
"latitude": -1.46929510804737
}
}