Draft PH Core Implementation Guide
0.2.0 - ci-build
Philippines (the)
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/niccoreyes/ph-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Patient",
"id" : "patient-single-example",
"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\">Juan Dela Cruz is a male patient born on 1 January 1980, residing in Manila, NCR, Philippines.</div>"
},
"extension" : [
{
"extension" : [
{
"url" : "code",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "PH",
"display" : "Philippines (the)"
}
]
}
},
{
"url" : "period",
"valuePeriod" : {
"start" : "2020-01-01",
"end" : "2023-01-01"
}
}
],
"url" : "http://hl7.org/fhir/StructureDefinition/patient-nationality"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/patient-religion",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation",
"code" : "1007",
"display" : "Atheism"
}
]
}
},
{
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/indigenous-people",
"valueBoolean" : true
},
{
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/indigenous-group",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://doh.gov.ph/fhir/ph-core/CodeSystem/indigenous-groups-cs",
"code" : "Aetas",
"display" : "Aetas"
}
]
}
},
{
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/race",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-Race",
"code" : "2036-2",
"display" : "Filipino"
}
]
}
},
{
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/educational-attainment",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://psa.gov.ph/classification/psced/level",
"code" : "C201301",
"display" : "Elementary Graduate"
}
]
}
},
{
"extension" : [
{
"url" : "occupationClassification",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://psa.gov.ph/classification/psoc/unit",
"code" : "111102",
"display" : "Hospital Administrator"
}
]
}
},
{
"url" : "occupationLength",
"valuePeriod" : {
"start" : "2020-01-01"
}
}
],
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/occupation"
}
],
"identifier" : [
{
"system" : "http://philhealth.gov.ph/fhir/Identifier/philhealth-id",
"value" : "63-584789845-5"
}
],
"active" : true,
"name" : [
{
"family" : "Dela Cruz",
"given" : [
"Juan Jane",
"Dela Fuente"
]
}
],
"gender" : "male",
"birthDate" : "1985-06-15",
"address" : [
{
"extension" : [
{
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/barangay",
"valueCoding" : {
"system" : "https://psa.gov.ph/classification/psgc",
"code" : "1380100001",
"display" : "Barangay 1"
}
},
{
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/city-municipality",
"valueCoding" : {
"system" : "https://psa.gov.ph/classification/psgc",
"code" : "1380200000",
"display" : "City of Las PiƱas"
}
},
{
"url" : "http://doh.gov.ph/fhir/ph-core/StructureDefinition/province",
"valueCoding" : {
"system" : "https://psa.gov.ph/classification/psgc",
"code" : "0402100000",
"display" : "Cavite"
}
}
],
"line" : [
"123 Mabini Street",
"Barangay Malinis"
],
"city" : "Quezon City",
"district" : "NCR",
"postalCode" : "1100",
"country" : "PH"
}
]
}