FHIR IG analytics| Package | ihe.iti.mcsd |
| Resource Type | HealthcareService |
| Id | HealthcareService-MCSDHealthcareService-Example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService MCSDHealthcareService-Example
Profile: mCSD HealthcareService
type: General Practice
location: Location MCSDFacilityLocation-Example
name: ANC
{
"resourceType": "HealthcareService",
"id": "MCSDHealthcareService-Example",
"meta": {
"profile": [
"https://profiles.ihe.net/ITI/mCSD/StructureDefinition/IHE.mCSD.HealthcareService"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "124",
"display": "General Practice"
}
]
}
],
"location": [
{
"reference": "Location/MCSDFacilityLocation-Example"
}
],
"name": "ANC"
}