Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services
1.0.0 - ci-build Ethiopia flag

Ethiopia FHIR Implementation Guide - HIV Treatment & Care Services, published by Jembi Health Systems. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/jembi/ethiopia-hiv/ and changes regularly. See the Directory of published versions

: Patient - General - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="GeneralPatientExample"/>
  <meta>
    <profile value="http://moh.gov.et/fhir/hiv/StructureDefinition/patient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient GeneralPatientExample</b></p><a name="GeneralPatientExample"> </a><a name="hcGeneralPatientExample"> </a><a name="GeneralPatientExample-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Mark Adams  Male, DoB: 2000-11-11 ( http://moh.gov.et/fhir/hiv/identifier/MRN#MRN12345671)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</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://moh.gov.et/fhir/hiv/identifier/SmartCareID</code>/NID12345671</li><li><code>http://moh.gov.et/fhir/hiv/identifier/UAN</code>/UAN12345671</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 27537652509(Work)</li><li><a href="mailto:someone@something.org">someone@something.org</a></li><li>123 Tesfaye Street Bole Addis Ababa Addis Ababa </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-CurrentServiceProviderExample.html">Organization Meshwalkiya Health Center</a></li></ul></td></tr><tr><td style="background-color: #f3f5da" title="The patient's professed religious affiliations."><a href="http://hl7.org/fhir/extensions/5.1.0/StructureDefinition-patient-religion.html">Patient Religion</a></td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation 1023}">Muslim</span></td></tr></table></div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/patient-religion">
    <valueCodeableConcept>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-ReligiousAffiliation"/>
        <code value="1023"/>
      </coding>
      <text value="Muslim"/>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <system value="http://moh.gov.et/fhir/hiv/identifier/MRN"/>
    <value value="MRN12345671"/>
  </identifier>
  <identifier>
    <system value="http://moh.gov.et/fhir/hiv/identifier/SmartCareID"/>
    <value value="NID12345671"/>
  </identifier>
  <identifier>
    <system value="http://moh.gov.et/fhir/hiv/identifier/UAN"/>
    <value value="UAN12345671"/>
  </identifier>
  <name>
    <family value="Adams"/>
    <given value="Mark"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="27537652509"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="someone@something.org"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="2000-11-11"/>
  <address>
    <extension
               url="http://moh.gov.et/fhir/hiv/StructureDefinition/residential-type">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <code value="224804009"/>
        </coding>
        <text value="Rural"/>
      </valueCodeableConcept>
    </extension>
    <line value="123"/>
    <line value="Tesfaye Street"/>
    <line value="Bole"/>
    <city value="Addis Ababa"/>
    <district value="Addis Ababa Central District"/>
    <state value="Addis Ababa"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
    </coding>
  </maritalStatus>
  <managingOrganization>🔗 
    <reference value="Organization/CurrentServiceProviderExample"/>
  </managingOrganization>
</Patient>