AddCommunication Implementation Guide
2.2 - version 2.2

This page is part of the Release of AddCommunication IG (v2.2: Release) based on FHIR (HL7® FHIR® Standard) v5.0.0. . For a full list of available versions, see the Directory of published versions

: CommunicationRelatedPerson - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="CommunicationRelatedPerson"/>
  <meta>
    <profile
             value="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">CommunicationRelatedPerson</div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.752.129.2.1.3.1"/>
    <value value="193911196572"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/CommunicationPatient"/>
  </patient>
  <relationship>
    <coding>
      <code value="NOK"/>
    </coding>
  </relationship>
  <name>
    <use value="official"/>
    <text value="Tony Testman"/>
    <family value="Testman"/>
    <given value="Tony"/>
  </name>
  <telecom>
    <system value="sms"/>
    <value value="0782-890123"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="Testtorget 125"/>
    <city value="Eslöv"/>
    <postalCode value="241 39"/>
  </address>
</RelatedPerson>