PH Core Implementation Guide
0.1.0 - ci-build Philippines flag

PH Core Implementation Guide, published by UP Manila SILab. 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/UP-Manila-SILab/ph-core/ and changes regularly. See the Directory of published versions

: relatedperson-single-ex - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-single-ex"/>
  <meta>
    <profile
             value="urn://example.com/ph-core/fhir/StructureDefinition/ph-core-relatedperson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">Maria Cruz Santos, born on January 1, 1955, is the mother of the patient. She resides at 123 Mabini Street, 1100, Philippines, with regional associations to Ilocos Norte and Occidental Mindoro. Her PhilSys ID is 1234-1234567-1.</div>
  </text>
  <identifier>
    <system
            value="urn://example.com/ph-core/fhir/NamingSystem/philsys-id-ns"/>
    <value value="1234-1234567-1"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/patient-single-ex"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="MTH"/>
    </coding>
  </relationship>
  <name>
    <family value="Santos"/>
    <given value="Maria"/>
    <given value="Cruz"/>
  </name>
  <gender value="female"/>
  <birthDate value="1955-01-01"/>
  <address>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/region">
      <valueCoding>
        <system value="urn://example.com/ph-core/fhir/CodeSystem/PSGC"/>
        <code value="0102800000"/>
        <display value="Ilocos Norte"/>
      </valueCoding>
    </extension>
    <extension
               url="urn://example.com/ph-core/fhir/StructureDefinition/province">
      <valueCoding>
        <system value="urn://example.com/ph-core/fhir/CodeSystem/PSGC"/>
        <code value="1705100000"/>
        <display value="Occidental Mindoro"/>
      </valueCoding>
    </extension>
    <line value="123 Mabini Street"/>
    <postalCode value="1100"/>
    <country value="PH"/>
  </address>
</RelatedPerson>