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

: CommunicationPatient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="CommunicationPatient"/>
  <meta>
    <profile
             value="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/CommunicationPatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">CommunicationPatient</div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.752.129.2.1.3.1"/>
    <value value="191905121233"/>
  </identifier>
  <name>
    <extension
               url="http://bki.skane.se/invanartjanster/fhir/StructureDefinition/extMiddleName">
      <valueString value="Mellanman"/>
    </extension>
    <use value="official"/>
    <text value="Ture Testman"/>
    <family value="Testman"/>
    <given value="Ture"/>
    <period>
      <start value="2019-12-26T14:14:12.000Z"/>
    </period>
  </name>
  <telecom>
    <system value="sms"/>
    <value value="0589-234321"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1905-05-12"/>
  <address>
    <use value="home"/>
    <line value="Testgatan 12"/>
    <line value="Våning 4"/>
    <line value="C/O Nisse Testman"/>
    <city value="Lund"/>
    <district value="Skåne"/>
    <postalCode value="222 63"/>
    <country value="Sverige"/>
  </address>
  <address>
    <use value="temp"/>
    <line value="Feriegatan 12"/>
    <city value="Varberg"/>
    <district value="Halland"/>
    <postalCode value="234 52"/>
    <country value="Sverige"/>
  </address>
  <link>
    <other>🔗 
      <reference value="RelatedPerson/CommunicationRelatedPerson"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>