Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General RelatedPerson Guarantor Example - XML Representation

Raw xml | Download



<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="G-401"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson G-401</b></p><a name="G-401"> </a><a name="hcG-401"> </a><a name="G-401-en-US"> </a><p><b>identifier</b>: SB/237129812 (use: secondary, ), Unspecified Identifier/G-401_1442678380000620</p><p><b>active</b>: true</p><p><b>patient</b>: <a href="Patient-Example1.html">Robert S Benson (official) Male, DoB: 1974-05-21 ( Medical record number)</a></p><p><b>relationship</b>: <span title="Codes:{http://hl7.org/fhir/patient-contact-relationship guarantor}">Guarantor</span></p><p><b>name</b>: Lisa S Chamberlain </p><p><b>telecom</b>: ph: 2146690123123(Work)</p><p><b>gender</b>: Female</p><p><b>birthDate</b>: 1959-10-23</p><p><b>address</b>: 6790 Oak St Plano TX 75248 USA </p></div>
  </text>
  <identifier>
    <use value="secondary"/>
    <type>
      <coding>
        <system value="http://hl7.org/fhir/identifier-type"/>
        <code value="SB"/>
      </coding>
    </type>
    <system value="http://hl7.org/fhir/sid/us-ssn"/>
    <value value="237129812"/>
  </identifier>
  <identifier>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="U"/>
        <display value="Unspecified Identifier"/>
      </coding>
      <text value="Unspecified Identifier"/>
    </type>
    <system
            value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/namingsystem/RelatedPersonId/Training"/>
    <value value="G-401_1442678380000620"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/Example1"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://hl7.org/fhir/patient-contact-relationship"/>
      <code value="guarantor"/>
      <display value="Guarantor"/>
    </coding>
    <text value="Guarantor"/>
  </relationship>
  <name>
    <family value="Chamberlain"/>
    <given value="Lisa"/>
    <given value="S"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="2146690123123"/>
    <use value="work"/>
  </telecom>
  <gender value="female">
    <extension
               url="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-originalCode">
      <valueCoding>
        <system
                value="https://docs.mydata.athenahealth.com/fhir-r4/athenaFlex/codesystem/gender"/>
        <code value="F"/>
        <display value="Female"/>
      </valueCoding>
    </extension>
  </gender>
  <birthDate value="1959-10-23"/>
  <address>
    <line value="6790 Oak St"/>
    <city value="Plano"/>
    <state value="TX"/>
    <postalCode value="75248"/>
    <country value="USA"/>
  </address>
</RelatedPerson>