Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG
0.1.0 - experimental Unknown region code '276'

Eyes back on FHIR? An experimental continuation of the Eyes on FHIR working group's HL7 FHIR® IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient Example - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="ophthal-patient-example-0"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2021-01-25T14:36:03Z"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient ophthal-patient-example-0</b></p><a name="ophthal-patient-example-0"> </a><a name="hcophthal-patient-example-0"> </a><a name="ophthal-patient-example-0-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">version: 1; Last updated: 2021-01-25 14:36:03+0000</p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Eve Bill Female, DoB: 1958-12-24 ( Medical Record Number: 02134005)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Record is active">Active:</td><td colspan="3">true</td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">home</td></tr></table></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
        <display value="Medical Record Number"/>
      </coding>
      <text value="Medical Record Number"/>
    </type>
    <system value="http://fhir.medisoft.com"/>
    <value value="02134005"/>
  </identifier>
  <active value="true"/>
  <name>
    <text value="Eve Bill"/>
    <family value="Bill"/>
    <given value="Eve"/>
  </name>
  <gender value="female"/>
  <birthDate value="1958-12-24"/>
  <address>
    <text value="home"/>
    <line value="31 Pacquola Street"/>
    <city value="Blacktown"/>
    <state value="NSW"/>
    <postalCode value="2148"/>
    <country value="Australia"/>
  </address>
</Patient>