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

: 200107095433 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="200107095433"/>
  <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="200107095433"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="Vera Vestman"/>
    <family value="Vestman"/>
    <given value="Vera"/>
    <period>
      <start value="2001-07-09T14:14:12.000Z"/>
    </period>
  </name>
  <telecom>
    <system value="sms"/>
    <value value="0422-8723823"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="2001-07-09"/>
  <address>
    <use value="home"/>
    <line value="Båtvägen 43"/>
    <city value="Malmö"/>
    <district value="Skåne"/>
    <postalCode value="231 18"/>
    <country value="Malmö"/>
  </address>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="N"/>
      </coding>
    </relationship>
    <address>
      <line value="Engelbrektsgatan 10"/>
      <city value="Höör"/>
      <postalCode value="243 35"/>
    </address>
  </contact>
</Patient>