Point-of-Care Device Implementation Guide
0.3.0 - STU 1 Ballot

This page is part of the Point-of-care Device FHIR IG (v0.3.0: STU 1 Ballot 3) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

: Some Patient example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="SomePatient"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative</b></p><p><b>identifier</b>: Medical record number: 0815</p><p><b>active</b>: true</p><p><b>name</b>: John Doe </p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1967-05-04</p></div>
  </text>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="MR"/>
      </coding>
    </type>
    <value value="0815"/>
  </identifier>
  <active value="true"/>
  <name>
    <use value="usual"/>
    <family value="Doe"/>
    <given value="John"/>
  </name>
  <gender value="male"/>
  <birthDate value="1967-05-04"/>
</Patient>