CH IG (R4)
0.1.0 - ci-build International flag

CH IG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/ch-ig/ and changes regularly. See the Directory of published versions

: Florence Bennett - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="FlorenceBennett"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient FlorenceBennett</b></p><a name="FlorenceBennett"> </a><a name="hcFlorenceBennett"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Flo  (no stated gender), DoB: 1951-01-20</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Alternate names (see the one above)">Alt. Name:</td><td colspan="3">Florence Bennett (Official)</td></tr><tr><td style="background-color: #f3f5da" title="Patient contact">Contact:</td><td colspan="3"><ul><li><a href="mailto:flo@example.com">flo@example.com</a></li></ul></td></tr></table></div>
  </text>
  <name>
    <use value="official"/>
    <family value="Bennett"/>
    <given value="Florence"/>
  </name>
  <name>
    <use value="usual"/>
    <given value="Flo"/>
  </name>
  <birthDate value="1951-01-20"/>
  <contact>
    <telecom>
      <system value="email"/>
      <value value="flo@example.com"/>
    </telecom>
  </contact>
</Patient>