PH eReferral Implementation Guide
0.1.0 - ci-build
PH
PH eReferral Implementation Guide, published by SILab CoP IG Accelerator (eReferral). 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/niccoreyes/ph-ereferral/ and changes regularly. See the Directory of published versions
{
"resourceType" : "RelatedPerson",
"id" : "ExampleERefRelatedPersonNextOfKin",
"meta" : {
"profile" : [
🔗 "urn://example.com/ph-ereferral/fhir/StructureDefinition/ereferral-related-person"
]
},
"language" : "en",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">Roberto Dela Cruz is the patient's father and next of kin. Contact: +639189876543.</div>"
},
"active" : true,
"patient" : {
🔗 "reference" : "Patient/ERefPatientExample"
},
"relationship" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "NOK",
"display" : "next of kin"
}
]
},
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code" : "FTH",
"display" : "father"
}
]
}
],
"name" : [
{
"use" : "official",
"family" : "Dela Cruz",
"given" : [
"Roberto"
]
}
],
"telecom" : [
{
"system" : "phone",
"value" : "+639189876543",
"use" : "mobile"
}
],
"gender" : "male",
"birthDate" : "1958-04-12",
"address" : [
{
"use" : "home",
"line" : [
"456 Mabini Street"
],
"city" : "Quezon City",
"state" : "Metro Manila",
"postalCode" : "1100",
"country" : "PH"
}
],
"period" : {
"start" : "2025-03-15"
}
}