Implementation Guide
23.1.0 - R4 APIs

Publish Box goes here

: General RelatedPerson Example - XML Representation

Raw xml | Download



<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="P-284"/>
  <meta>
    <profile
             value="https://docs.mydata.athenahealth.com/fhir-r4/StructureDefinition/athena-relatedPerson-profile"/>
    <security>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-Confidentiality"/>
      <code value="N"/>
      <display value="Normal"/>
    </security>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
			<table width="100%">
				<tbody>
					<tr>
						<td width="25%">Brendan Stafford </td>
						<td width="42%">17535 SW 131st St. Portland, OR 97007 USA Phone: 5032997222</td>
					</tr>
				</tbody>
			</table>
		</div>
  </text>
  <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="P-284"/>
  </identifier>
  <active value="true"/>
  <patient>🔗 
    <reference value="Patient/Example1"/>
  </patient>
  <relationship>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-RoleCode"/>
      <code value="SONC"/>
      <display value="son"/>
    </coding>
    <text value="son"/>
  </relationship>
  <name>
    <family value="Benson"/>
    <given value="Brendan"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="5032997222"/>
    <use value="home"/>
  </telecom>
  <address>
    <line value="17535 SW 131st St."/>
    <city value="Portland"/>
    <state value="OR"/>
    <postalCode value="97007"/>
    <country value="USA"/>
  </address>
</RelatedPerson>