Cancer Pathology Data Sharing
1.0.0 - STU1 United States of America flag

This page is part of the Sharing eCC Data from Pathology Labs to EHR (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Patient example - XML Representation

Raw xml | Download



<Patient xmlns="http://hl7.org/fhir">
  <id value="JoelAlexPatient"/>
  <meta>
    <versionId value="14"/>
    <lastUpdated value="2022-04-20T20:59:26.702+00:00"/>
    <source value="#04Lv9tAes64xiLln"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
            <div class="hapiHeaderText">
                            Alex
                            
                            
                <b>Joel </b>
            </div>
            <table class="hapiPropertyTable">
                <tbody>
                    <tr>
                        <td>Identifier</td>
                        <td>JoelAlexPatient</td>
                    </tr>
                </tbody>
            </table>
        </div>
  </text>
  <identifier>
    <system value="urn:system"/>
    <value value="JoelAlexPatient"/>
  </identifier>
  <name>
    <family value="Joel"/>
    <given value="Alex"/>
  </name>
  <gender value="male"/>
  <link>
    <other>
      <reference value="RelatedPerson/pathology-next-of-kin"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>