Draft PH Core Implementation Guide
0.1.0 - ci-build
Philippines
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.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/ph-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "MiddleNameExample",
"meta" : {
"profile" : [
🔗 "http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><strong>Official name:</strong> <em>Juan Jane Macalalad Buenaventura</em> (born 1980). Commonly shown as 'Juan Jane M. Buenaventura'.</p><p><strong>Maiden name:</strong> <em>Juan Jane Dela Cruz Macalalad</em>, often shown as 'Juan Jane D. Macalalad'.</p></div>"
},
"name" : [
{
"use" : "official",
"family" : "Buenaventura",
"given" : [
"Juan Jane"
]
},
{
"use" : "maiden",
"family" : "Macalalad",
"given" : [
"Juan Jane"
]
}
],
"gender" : "female",
"birthDate" : "1980-01-01"
}