SQL on FHIR
2.1.0-pre - release International flag

SQL on FHIR, published by SQL on FHIR Working Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-pre built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/FHIR/sql-on-fhir-v2/ and changes regularly. See the Directory of published versions

: ExamplePatient3 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="3"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient 3</b></p><a name="3"> </a><a name="hc3"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jin Gomer Aarens (official) Other, DoB Unknown</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>987 Pinehurst Rd Apt 4 Chicago 60601 (home)</li><li>654 Evergreen Tce Apt 5 Houston 77001 (work)</li></ul></td></tr></table></div>
  </text>
  <name>
    <use value="official"/>
    <family value="Aarens"/>
    <given value="Jin"/>
    <given value="Gomer"/>
  </name>
  <gender value="other"/>
  <address>
    <use value="home"/>
    <line value="987 Pinehurst Rd"/>
    <line value="Apt 4"/>
    <city value="Chicago"/>
    <postalCode value="60601"/>
  </address>
  <address>
    <use value="work"/>
    <line value="654 Evergreen Tce"/>
    <line value="Apt 5"/>
    <city value="Houston"/>
    <postalCode value="77001"/>
  </address>
</Patient>