FHIR IG analytics
Resources that use this resource
Resources that this resource uses
Narrative
Note: links and images are rebased to the (stated) source
- Include these codes as defined in
http://terminology.hl7.org/CodeSystem/v3-RoleCode version 📦4.0.0| Code | Display | Definition |
| NOK | next of kin | Played by an individual who is designated as the next of kin for another individual which scopes the role. |
| ECON | emergency contact | A contact designated for contact in emergent situations. |
| GUARD | guardian | The role played by a person or institution legally empowered with responsibility for the care of a ward. |
| FAMMEMB | family member | A relationship between two people characterizing their "familial" relationship |
| PRN | parent | The player of the role is one who begets, gives birth to, or nurtures and raises the scoping entity (child). |
| FTH | father | The player of the role is a male who begets or raises or nurtures the scoping entity (child). |
| MTH | mother | The player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child). |
| SPS | spouse | The player of the role is a marriage partner of the scoping person. |
| CHILD | child | The player of the role is a child of the scoping entity. |
| FRND | unrelated friend | The player of the role is a person who is known, liked, and trusted by the scoping person. |
Source1
{
"resourceType": "ValueSet",
"id": "ereferral-relationship-type",
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"url": "https://fhir.doh.gov.ph/pheref/ValueSet/ereferral-relationship-type",
"version": "0.1.0",
"name": "EReferralRelationshipType",
"title": "eReferral Relationship Type",
"status": "draft",
"experimental": true,
"date": "2026-06-17T00:06:20+00:00",
"publisher": "SILab CoP IG Accelerator (eReferral)",
"contact": [
{
"name": "SILab CoP IG Accelerator (eReferral)",
"telecom": [
{
"system": "url",
"value": "https://github.com/UP-Manila-SILab"
}
]
}
],
"description": "Relationship roles used for patient contacts, next of kin, emergency contacts, guardians, and accompanying persons in Philippine eReferral.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "PH",
"display": "Philippines"
}
]
}
],
"compose": {
"include": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"concept": [
{
"code": "NOK",
"display": "next of kin"
},
{
"code": "ECON",
"display": "emergency contact"
},
{
"code": "GUARD",
"display": "guardian"
},
{
"code": "FAMMEMB",
"display": "family member"
},
{
"code": "PRN",
"display": "parent"
},
{
"code": "FTH",
"display": "father"
},
{
"code": "MTH",
"display": "mother"
},
{
"code": "SPS",
"display": "spouse"
},
{
"code": "CHILD",
"display": "child"
},
{
"code": "FRND",
"display": "unrelated friend"
}
]
}
]
}
}