HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1
0.1.0 - STU 1 Ballot

HL7 FHIR® Implementation Guide: Ophthalmology Retinal, Release 1, published by HL7 International - Patient Care WG. This is not an authorized publication; it is the continuous build for version 0.1.0). This version is based on the current content of https://github.com/HL7/fhir-eyecare-ig/ and changes regularly. 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><b>Eve Bill</b> female, DoB: 1958-12-24 ( Medical Record Number: 02134005)</p></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>