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

: MaximalRelatedPersonNOK - XML Representation

Raw xml | Download


<RelatedPerson xmlns="http://hl7.org/fhir">
  <id value="MaximalRelatedPersonNOK"/>
  <meta>
    <profile
             value="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationRelatedPerson"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: RelatedPerson MaximalRelatedPersonNOK</b></p><a name="MaximalRelatedPersonNOK"> </a><a name="hcMaximalRelatedPersonNOK"> </a><a name="MaximalRelatedPersonNOK-en-US"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.129.2.1.3.1</code>/197207048536</p><p><b>patient</b>: <a href="Patient-MaximalPatient.html">Max Maximus(official) Female, DoB: 2001-06-11 ( urn:oid:1.2.752.129.2.1.3.1#200106116783)</a></p><p><b>relationship</b>: <span title="Codes:">NOK</span></p><p><b>name</b>: Kalle Kusin(Official)</p><p><b>telecom</b>: 0732-228821</p><p><b>address</b>: </p><ul><li>Husstigen 5 Göteborg 45 612 Sverige (home)</li><li>Ferievägen 100 Lgh 1120 Kod 6789 Karlskrona 345 53 Sverige (temp)</li></ul></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.752.129.2.1.3.1"/>
    <value value="197207048536"/>
  </identifier>
  <patient>🔗 
    <reference value="Patient/MaximalPatient"/>
  </patient>
  <relationship>
    <coding>
      <code value="NOK"/>
    </coding>
  </relationship>
  <name>
    <extension
               url="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName">
      <valueString value="Mellansson"/>
    </extension>
    <use value="official"/>
    <text value="Kalle Kusin"/>
    <family value="Kusin"/>
    <given value="Kalle"/>
  </name>
  <telecom>
    <system value="sms"/>
    <value value="0732-228821"/>
  </telecom>
  <address>
    <use value="home"/>
    <line value="Husstigen 5"/>
    <city value="Göteborg"/>
    <district value="Västra Götaland"/>
    <postalCode value="45 612"/>
    <country value="Sverige"/>
    <period>
      <start value="1998-03-31"/>
      <end value="2024-09-30"/>
    </period>
  </address>
  <address>
    <use value="temp"/>
    <line value="Ferievägen 100"/>
    <line value="Lgh 1120"/>
    <line value="Kod 6789"/>
    <city value="Karlskrona"/>
    <district value="Blekinge"/>
    <postalCode value="345 53"/>
    <country value="Sverige"/>
    <period>
      <start value="2024-06-30"/>
      <end value="2024-09-30"/>
    </period>
  </address>
</RelatedPerson>