0.1.0 - ci-build

ClientRegistryIG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: CRPatientExample - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="CRPatientExample"/>
  <meta>
    <profile value="https://mets.or.ug/StructureDefinition/CRPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;"><b>James Pond (Official)</b> male, DoB: 1994-10-04 ( <code>http://health.go.ug/cr/nationalid</code>/CM345678941 (use: usual))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td>true</td><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td>true</td></tr><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:">M</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>http://clientregistry.org/openmrs</code>/10EV14 (use: official)</li><li><code>http://health.go.ug/cr/artnumber</code>/CM345678941 (use: usual)</li><li><code>http://health.go.ug/cr/hin</code>/PT123451 (use: usual)</li><li><code>http://health.go.ug/cr/passport</code>/PT12345123 (use: usual)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li><a href="mailto:test@gmail.com">test@gmail.com</a></li><li>ph: 0705612891(HOME)</li><li>Uganda (home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 en-US}">English (UK)</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Mother">Mother:</td><td colspan="3"><ul><li>Sekindi Joseph  (female)</li><li>Kyegegwa town council Uganda </li><li>ph: 0786123456(HOME)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-CROrganizationExample.html">Organization/CROrganizationExample</a> &quot;Kisenyi Health Centre IV&quot;</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="CR extension for Patient Address."><a href="StructureDefinition-cr-patient-address.html">CR Patient Address</a></td><td colspan="3"><ul><li><a href="a1bvHu4FRCq">a1bvHu4FRCq</a></li></ul></td></tr></table></div>
  </text>
  <extension url="https://mets.or.ug/StructureDefinition/cr-patient-address">
    <valueReference>
      <reference value="a1bvHu4FRCq"/>
    </valueReference>
  </extension>
  <identifier>
    <use value="official"/>
    <system value="http://clientregistry.org/openmrs"/>
    <value value="10EV14"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="http://health.go.ug/cr/nationalid"/>
    <value value="CM345678941"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="http://health.go.ug/cr/artnumber"/>
    <value value="CM345678941"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="http://health.go.ug/cr/hin"/>
    <value value="PT123451"/>
  </identifier>
  <identifier>
    <use value="usual"/>
    <system value="http://health.go.ug/cr/passport"/>
    <value value="PT12345123"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <family value="Pond"/>
    <given value="James"/>
  </name>
  <telecom>
    <system value="email"/>
    <value value="test@gmail.com"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="phone"/>
    <value value="0705612891"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1994-10-04"/>
  <deceasedBoolean value="true"/>
  <address>
    <use value="home"/>
    <district value="Kampala"/>
    <country value="Uganda"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/ValueSet/v3-MaritalStatus"/>
      <display value="Marital Status"/>
    </coding>
    <text value="M"/>
  </maritalStatus>
  <contact>
    <relationship>
      <text value="Mother"/>
    </relationship>
    <name>
      <family value="Sekindi Joseph"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0786123456"/>
      <use value="home"/>
    </telecom>
    <address>
      <line value="Kyegegwa town council"/>
      <country value="Uganda"/>
    </address>
    <gender value="female"/>
  </contact>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="en-US"/>
        <display value="English (UK)"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
  <managingOrganization>🔗 
    <reference value="Organization/CROrganizationExample"/>
  </managingOrganization>
</Patient>