FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagefhir.ph.ereferral
Resource TypeValueSet
IdValueSet-ereferral-relationship-type.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/jldalisay95/ph-ereferral-jld/ValueSet-ereferral-relationship-type.html
URLhttps://fhir.doh.gov.ph/pheref/ValueSet/ereferral-relationship-type
Version0.1.0
Statusdraft
Date2026-06-17T00:06:20+00:00
NameEReferralRelationshipType
TitleeReferral Relationship Type
Realmus
Authorityhl7
DescriptionRelationship roles used for patient contacts, next of kin, emergency contacts, guardians, and accompanying persons in Philippine eReferral.

Resources that use this resource

StructureDefinition
fhir.ph.ereferral#currentereferral-related-personEReferral RelatedPerson

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-RoleCodeRoleCode

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet ereferral-relationship-type

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-RoleCode version 📦4.0.0
    CodeDisplayDefinition
    NOKnext of kinPlayed by an individual who is designated as the next of kin for another individual which scopes the role.
    ECONemergency contactA contact designated for contact in emergent situations.
    GUARDguardianThe role played by a person or institution legally empowered with responsibility for the care of a ward.
    FAMMEMBfamily memberA relationship between two people characterizing their "familial" relationship
    PRNparentThe player of the role is one who begets, gives birth to, or nurtures and raises the scoping entity (child).
    FTHfatherThe player of the role is a male who begets or raises or nurtures the scoping entity (child).
    MTHmotherThe player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child).
    SPSspouseThe player of the role is a marriage partner of the scoping person.
    CHILDchildThe player of the role is a child of the scoping entity.
    FRNDunrelated friendThe 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"
          }
        ]
      }
    ]
  }
}