FHIR IG analytics| Package | fhir.ph.ereferral |
| Resource Type | Organization |
| Id | Organization-ExampleERefReferringFacility.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Organization ExampleERefReferringFacility
Profile: PH Core Organization
identifier: Facility ID/DOH000000000001234
active: true
type: Hospital
name: Manila General Hospital - Barangay 143 Health Center
telecom: +63 2 8123 4567, contact@manilagenhosp.ph
address: 123 Rizal Avenue, Barangay 143, Manila, Philippines(work)
{
"resourceType": "Organization",
"id": "ExampleERefReferringFacility",
"meta": {
"profile": [
"https://fhir.doh.gov.ph/phcore/StructureDefinition/ph-core-organization"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "FI",
"display": "Facility ID"
}
]
},
"system": "https://nhfr.doh.gov.ph/facility",
"value": "DOH000000000001234"
}
],
"active": true,
"type": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "HOSP",
"display": "Hospital"
}
]
}
],
"name": "Manila General Hospital - Barangay 143 Health Center",
"telecom": [
{
"system": "phone",
"value": "+63 2 8123 4567",
"use": "work"
},
{
"system": "email",
"value": "contact@manilagenhosp.ph",
"use": "work"
}
],
"address": [
{
"use": "work",
"type": "both",
"text": "123 Rizal Avenue, Barangay 143, Manila, Philippines",
"line": [
"123 Rizal Avenue"
],
"city": "Manila",
"district": "Barangay 143",
"state": "Metro Manila",
"postalCode": "1000",
"country": "PH"
}
]
}