NHDR Implementation Guide Release 1.0
0.1.0 - ci-build
NHDR Implementation Guide Release 1.0, published by NHDR. This guide is not an authorized publication; it is the continuous build for version 0.1.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/PhilHealth-NHDR-IG-Review/ and changes regularly. See the Directory of published versions
This is a sample representation of the Use Case implementation guide for Claims Form 2
This can be viewed as an instance CF2 Bundle to also see downloadable XML, JSON, and TTL formats.
given[0] is used to capture a person's first name.given[1] is used to capture a person's middle name. {
"resourceType": "Questionnaire",
"id": "CF2-Questionnaire",
"meta": {
"profile": [
"https://nhdr.gov.ph/fhir/StructureDefinition/PH-Questionnaire"
]
},
"item": [
{
"linkId": "1",
"text": "A. Certification of Consumption of Benefits",
"type": "boolean"
}
],
"status": "active"
}