Guidance for FHIR IG Creation
0.1.0 - CI Build International flag

Guidance for FHIR IG Creation, published by HL7 International - FHIR Management Group. 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/FHIR/ig-guidance/ and changes regularly. See the Directory of published versions

: Example patient - XML Representation

Raw xml | Download


  <!--  

test comment for display

 -->
<Patient xmlns="http://hl7.org/fhir">
  <id value="example"/>
  <meta>
    <profile
             value="http://example.org/fhir/uv/myig/StructureDefinition/mypatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient example</b></p><a name="example"> </a><a name="hcexample"> </a><a name="example-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jack Smith  (no stated gender), DoB: 2018-09-07</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:">Married</span></td></tr></table></div>
  </text>
  <name>
    <use value="usual"/>
    <family value="Smith"/>
    <given value="Jack"/>
  </name>
  <name>
    <use value="official"/>
    <family value="Smith"/>
    <given value="John"/>
    <given value="Jacob"/>
    <given value="Jingleheimer"/>
    <period>
      <end value="2001-01-01"/>
    </period>
  </name>
  <name>
    <use value="official"/>
    <family value="Smith"/>
    <given value="John"/>
    <given value="Jacob"/>
    <given value="Jingleheimer"/>
    <period>
      <start value="2001-01-01"/>
    </period>
  </name>
  <birthDate value="2018-09-07"/>
  <maritalStatus>
    <text value="Married"/>
  </maritalStatus>
</Patient>