FHIR IG analytics| Package | org.dhin-hie.sandbox |
| Resource Type | HealthcareService |
| Id | HealthcareService-NgHealthcareService-001.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: HealthcareService NgHealthcareService-001
Profile: NG HealthcareService
active: true
providedBy: Organization Asokoro District Hospital
category: Maternal health
type: Antenatal care
location: Location Asokoro OPD
name: Asokoro District Hospital ANC Clinic
telecom: +234-800-123-4567
appointmentRequired: true
availableTime
daysOfWeek: Monday, Wednesday
availableStartTime: 08:00:00
availableEndTime: 16:00:00
{
"resourceType": "HealthcareService",
"id": "NgHealthcareService-001",
"meta": {
"profile": [
"https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-healthcare-service"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"active": true,
"providedBy": {
"reference": "Organization/00134455-e5f6-4789-a123-456789abcdef"
},
"category": [
{
"text": "Maternal health"
}
],
"type": [
{
"text": "Antenatal care"
}
],
"location": [
{
"reference": "Location/NgLocation-001"
}
],
"name": "Asokoro District Hospital ANC Clinic",
"telecom": [
{
"system": "phone",
"value": "+234-800-123-4567"
}
],
"appointmentRequired": true,
"availableTime": [
{
"daysOfWeek": [
"mon",
"wed"
],
"availableStartTime": "08:00:00",
"availableEndTime": "16:00:00"
}
]
}