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

: eReferral Relationship Type

Draft as of 2026-05-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ereferral-relationship-type",
  "language" : "en",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ereferral-relationship-type</b></p><a name=\"ereferral-relationship-type\"> </a><a name=\"hcereferral-relationship-type\"> </a><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html\"><code>http://terminology.hl7.org/CodeSystem/v3-RoleCode</code></a><span title=\"Version is not explicitly stated, which means it is fixed to 2018-08-12, the version found through the package references\"> version &#x1F4E6;2018-08-12</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-NOK\">NOK</a></td><td>next of kin</td><td>Played by an individual who is designated as the next of kin for another individual which scopes the role.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-ECON\">ECON</a></td><td>emergency contact</td><td>A contact designated for contact in emergent situations.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-GUARD\">GUARD</a></td><td>guardian</td><td>The role played by a person or institution legally empowered with responsibility for the care of a ward.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-FAMMEMB\">FAMMEMB</a></td><td>family member</td><td>A relationship between two people characterizing their &quot;familial&quot; relationship</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-PRN\">PRN</a></td><td>parent</td><td>The player of the role is one who begets, gives birth to, or nurtures and raises the scoping entity (child).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-FTH\">FTH</a></td><td>father</td><td>The player of the role is a male who begets or raises or nurtures the scoping entity (child).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-MTH\">MTH</a></td><td>mother</td><td>The player of the role is a female who conceives, gives birth to, or raises and nurtures the scoping entity (child).</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-SPS\">SPS</a></td><td>spouse</td><td>The player of the role is a marriage partner of the scoping person.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-CHILD\">CHILD</a></td><td>child</td><td>The player of the role is a child of the scoping entity.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/RoleCode/cs.html#v3-RoleCode-FRND\">FRND</a></td><td>unrelated friend</td><td>The player of the role is a person who is known, liked, and trusted by the scoping person.</td></tr></table></li></ul></div>"
  },
  "url" : "urn://example.com/ph-ereferral/fhir/ValueSet/ereferral-relationship-type",
  "version" : "0.1.0",
  "name" : "EReferralRelationshipType",
  "title" : "eReferral Relationship Type",
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-05-26T05:47:36+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"
          }
        ]
      }
    ]
  }
}