Draft PH Core Implementation Guide
0.2.0 - ci-build
PH
Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Coverage",
"id" : "philhealth-coverage-example",
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">PhilHealth coverage for Juan Dela Cruz with member ID 63-584789845-5.</div>"
},
"status" : "active",
"subscriber" : {
🔗 "reference" : "Patient/patient-single-example"
},
"subscriberId" : "63-584789845-5",
"beneficiary" : {
🔗 "reference" : "Patient/patient-single-example"
},
"payor" : [
{
🔗 "reference" : "Organization/organization-single-example"
}
]
}