FHIR IG analytics| Package | fhir.ph.core |
| Resource Type | HealthcareService |
| Id | HealthcareService-healthcareservice-single-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "HealthcareService",
"id": "healthcareservice-single-example",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-healthcareservice"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "http://pgh.gov.ph/fhir/Identifier/service-id",
"value": "PGH-OPD-GMED-001"
}
],
"active": true,
"providedBy": {
"reference": "Organization/organization-single-example"
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-category",
"code": "27",
"display": "Specialist Medical"
}
],
"text": "Specialist Medical"
}
],
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/service-type",
"code": "124",
"display": "General Practice"
}
],
"text": "General Practice"
}
],
"specialty": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394802001",
"display": "General medicine"
}
],
"text": "General medicine"
}
],
"location": [
{
"reference": "Location/location-single-example"
}
],
"name": "Outpatient Department - General Medicine",
"telecom": [
{
"system": "phone",
"value": "+63-2-5548-0000",
"use": "work"
},
{
"system": "email",
"value": "opd.gmed@pgh.gov.ph",
"use": "work"
}
],
"availableTime": [
{
"daysOfWeek": [
"mon",
"tue",
"wed",
"thu",
"fri"
],
"availableStartTime": "08:00:00",
"availableEndTime": "17:00:00"
}
],
"notAvailable": [
{
"description": "Closed on public holidays"
}
]
}