WildFHIR R4 Enterprise Edition Implementation Guide
1.0.0 - current International flag

WildFHIR R4 Enterprise Edition Implementation Guide - Local Development build (v1.0.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Patient for WildFHIR Purge - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="wildfhir-patient-purge"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient wildfhir-patient-purge</b></p><a name="wildfhir-patient-purge"> </a><a name="hcwildfhir-patient-purge"> </a><a name="wildfhir-patient-purge-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Tubee Purged  Male, DoB: 1996-11-21 ( http://example.org/identifiers#1032704)</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">49 MEADOW ST MOUNDS OK 74047 </td></tr></table></div>
  </text>
  <identifier>
    <system value="http://example.org/identifiers"/>
    <value value="1032704"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Purged"/>
    <given value="Tubee"/>
  </name>
  <gender value="male"/>
  <birthDate value="1996-11-21"/>
  <address>
    <type value="physical"/>
    <line value="49 MEADOW ST"/>
    <city value="MOUNDS"/>
    <state value="OK"/>
    <postalCode value="74047"/>
  </address>
</Patient>