XealthIG
v1.42.0 - release

XealthIG - Local Development build (vv1.42.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Example Xealth Patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ExampleXealthPatient"/>
  <meta>
    <profile
             value="https://fhir.xealth.io/StructureDefinition/xealth-patient"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
      <display value="Normal"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ExampleXealthPatient</b></p><a name="ExampleXealthPatient"> </a><a name="hcExampleXealthPatient"> </a><a name="ExampleXealthPatient-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-xealth-patient.html">Xealth Patient Profile</a></p><p style="margin-bottom: 0px">Security Label: Normal (Details: Confidentiality code N = 'Normal')</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Xealth Profile Test  Male, DoB: 1986-07-13 ( XPID: xealth-17328-1732489-17846492-3128691 (use: official, ))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization-ExampleOrganization.html">Organization Health Level Seven International</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <text value="XPID"/>
    </type>
    <system value="https://fhir.xealth.io/ns/patient/identifier/xpid"/>
    <value value="xealth-17328-1732489-17846492-3128691"/>
  </identifier>
  <name>
    <family value="Test"/>
    <given value="Xealth"/>
    <given value="Profile"/>
  </name>
  <gender value="male"/>
  <birthDate value="1986-07-13"/>
  <managingOrganization>🔗 
    <reference value="Organization/ExampleOrganization"/>
  </managingOrganization>
</Patient>