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 - 47234 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="47234"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient 47234</b></p><a name="47234"> </a><a name="hc47234"> </a><a name="47234-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Jeff Smith  Male, DoB: 1968-05-04 ( http://acme.org/identifiers/Patient#47234)</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">ph: 517-555-5885(Home)</td></tr><tr><td style="background-color: #f3f5da" title="Language spoken">Language:</td><td colspan="3"><span title="Codes:{urn:ietf:bcp:47 lt}">Lithuanian</span> (preferred)</td></tr><tr><td style="background-color: #f3f5da" title="Patient Links">Links:</td><td colspan="3"><ul><li>Managing Organization: <a href="Organization/1">Organization/1</a></li></ul></td></tr></table></div>
  </text>
  <identifier>
    <system value="http://acme.org/identifiers/Patient"/>
    <value value="47234"/>
  </identifier>
  <active value="true"/>
  <name>
    <family value="Smith"/>
    <given value="Jeff"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="517-555-5885"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1968-05-04"/>
  <communication>
    <language>
      <coding>
        <system value="urn:ietf:bcp:47"/>
        <code value="lt"/>
      </coding>
    </language>
    <preferred value="true"/>
  </communication>
  <managingOrganization>
    <reference value="Organization/1"/>
  </managingOrganization>
</Patient>