FHIR IG analytics| Package | zm-core |
| Resource Type | HealthcareService |
| Id | HealthcareService-ExampleZMCoreHealthcareService.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService ExampleZMCoreHealthcareService
Profile: ZM-Core Healthcare Service Profile
identifier: http://hapi.moh.gov.zm/fhir/sid/healthcare-service-id/HF001-DHIS2
active: true
providedBy: Organization Chilenje First Level Hospital
type: Routine health information reporting
location: Location University Teaching Hospital
name: DHIS2 Reporting Service
| Telecom |
| dhis2.reporting@example.org |
{
"resourceType": "HealthcareService",
"id": "ExampleZMCoreHealthcareService",
"meta": {
"profile": [
"http://hapi.moh.gov.zm/fhir/StructureDefinition/zm-core-healthcare-service"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://hapi.moh.gov.zm/fhir/sid/healthcare-service-id",
"value": "HF001-DHIS2"
}
],
"active": true,
"providedBy": {
"reference": "Organization/ExampleZMCoreOrganization"
},
"type": [
{
"text": "Routine health information reporting"
}
],
"location": [
{
"reference": "Location/ExampleZMCoreLocation"
}
],
"name": "DHIS2 Reporting Service",
"contact": [
{
"telecom": [
{
"system": "email",
"value": "dhis2.reporting@example.org"
}
]
}
]
}