Draft PH Core Implementation Guide
0.1.0 - ci-build Philippines

Draft PH Core Implementation Guide, published by UP Manila National TeleHealth Center. 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

: MiddleNameExample - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="MiddleNameExample"/>
  <meta>
    <profile
             value="http://doh.gov.ph/fhir/ph-core/StructureDefinition/ph-core-patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><strong>Official name:</strong> <em>Juan Jane Macalalad Buenaventura</em> (born 1980). Commonly shown as 'Juan Jane M. Buenaventura'.</p><p><strong>Maiden name:</strong> <em>Juan Jane Dela Cruz Macalalad</em>, often shown as 'Juan Jane D. Macalalad'.</p></div>
  </text>
  <name>
    <use value="official"/>
    <family value="Buenaventura"/>
    <given value="Juan Jane"/>
  </name>
  <name>
    <use value="maiden"/>
    <family value="Macalalad"/>
    <given value="Juan Jane"/>
  </name>
  <gender value="female"/>
  <birthDate value="1980-01-01"/>
</Patient>