STARS Implementation Guide
0.3.0 - ci-build

This page is part of the Csiro Stars (v0.3.0: Releases Draft) based on FHIR (HL7® FHIR® Standard) v5.0.0. No current official version has been published yet. For a full list of available versions, see the Directory of published versions

: relatedperson-example - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="relatedperson-example"/>
  <meta>
    <profile
             value="https://starsapi.csiro.au/fhir-ig/stars/StructureDefinition/csiro-stars-relatedperson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson relatedperson-example</b></p><a name="relatedperson-example"> </a><a name="hcrelatedperson-example"> </a><a name="relatedperson-example-en-US"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-csiro-stars-relatedperson.html">CSIRO STARS RelatedPerson Profile</a></p></div><p><b>patient</b>: <a href="Patient-Shorty.html">Horse1 (no stated gender), DoB Unknown ( Accession ID)</a></p><p><b>name</b>: John Smith</p><p><b>address</b>: 3 Tree Street Geelong Victoria 3220 Australia </p></div>
  </text>
  <patient>🔗 
    <reference value="Patient/Shorty"/>
  </patient>
  <name>
    <text value="John Smith"/>
  </name>
  <address>
    <line value="3 Tree Street"/>
    <city value="Geelong"/>
    <state value="Victoria"/>
    <postalCode value="3220"/>
    <country value="Australia"/>
  </address>
</RelatedPerson>