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

: 191905121233 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="191905121233"/>
  <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.219.1.10.10.1"/>
    <value value="930829FZ1G"/>
  </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"/>
    <period>
      <start value="1998-03-31"/>
    </period>
  </address>
  <address>
    <use value="temp"/>
    <line value="Lovgatan 99"/>
    <city value="Falkenberg"/>
    <district value="Halland"/>
    <postalCode value="311 80"/>
    <country value="Sverige"/>
    <period>
      <start value="2024-07-01"/>
      <end value="2024-12-31"/>
    </period>
  </address>
  <link>
    <other>🔗 
      <reference value="RelatedPerson/CommunicationRelatedPerson"/>
    </other>
    <type value="seealso"/>
  </link>
</Patient>