Swedish FHIR group common profiles

1.0.2 - ci-build  flag

Swedish FHIR group common profiles, published by Swedish FHIR group. This guide is not an authorized publication; it is the continuous build for version 1.0.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/commonprofiles-care/fhir/ and changes regularly. See the Directory of published versions

: maximal-patient - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="maximal-patient"/>
  <meta>
    <profile
             value="https://commonprofiles.care/fhir/StructureDefinition/PatientSECommonsLite"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient maximal-patient</b></p><a name="maximal-patient"> </a><a name="hcmaximal-patient"> </a><a name="maximal-patient-sv-SE"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Kalle Krank (official) Male, DoB: 1912-12-12 ( http://electronichealth.se/identifier/nationelltReservnumer#198010101010 (use: official, period: 1980-01-01 --&gt; (ongoing)))</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Known status of Patient">Deceased:</td><td>false</td><td style="background-color: #f3f5da" title="Known Marital status of Patient">Marital Status:</td><td colspan="3"><span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-MaritalStatus M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Other Ids (see the one above)">Other Ids:</td><td colspan="3"><ul><li><code>http://electronichealth.se/identifier/personnummer</code>/191212121212 (use: official, period: 1912-12-12 --&gt; (ongoing))</li><li><code>http://electronichealth.se/identifier/samordningsnummer</code>/197010632391 (use: official, period: 1970-10-03 --&gt; (ongoing))</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3"><ul><li>ph: 0712345678(Mobile)</li><li><a href="mailto:kalle.krank@example.com">kalle.krank@example.com</a></li><li>Storgatan 1, 123 45 Lyckostad(home)</li></ul></td></tr><tr><td style="background-color: #f3f5da" title="Nominated Contact: Emergency Contact">Emergency Contact:</td><td colspan="3"><ul><li>Kajsa Kranksson </li><li>Storgatan 1, 123 45 Lyckostad(home)</li><li>ph: 0798765432(Mobile)</li></ul></td></tr></table></div>
  </text>
  <identifier>
    <use value="official"/>
    <system value="http://electronichealth.se/identifier/personnummer"/>
    <value value="191212121212"/>
    <period>
      <start value="1912-12-12"/>
    </period>
    <assigner>
      <display value="Swedish Tax Agency"/>
    </assigner>
  </identifier>
  <identifier>
    <use value="official"/>
    <system value="http://electronichealth.se/identifier/samordningsnummer"/>
    <value value="197010632391"/>
    <period>
      <start value="1970-10-03"/>
    </period>
    <assigner>
      <display value="Swedish Tax Agency"/>
    </assigner>
  </identifier>
  <identifier>
    <use value="official"/>
    <system
            value="http://electronichealth.se/identifier/nationelltReservnumer"/>
    <value value="198010101010"/>
    <period>
      <start value="1980-01-01"/>
    </period>
    <assigner>
      <display value="Swedish Healthcare Agency"/>
    </assigner>
  </identifier>
  <name>
    <use value="official"/>
    <family value="Krank"/>
    <given value="Kalle"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="0712345678"/>
    <use value="mobile"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="kalle.krank@example.com"/>
    <use value="home"/>
  </telecom>
  <gender value="male"/>
  <birthDate value="1912-12-12"/>
  <deceasedBoolean value="false"/>
  <address>
    <use value="home"/>
    <type value="both"/>
    <text value="Storgatan 1, 123 45 Lyckostad"/>
    <line value="Storgatan 1"/>
    <city value="Lyckostad"/>
    <district value="Lycko kommun"/>
    <state value="Lyckolän"/>
    <postalCode value="123 45"/>
    <country value="Sverige"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="M"/>
      <display value="Married"/>
    </coding>
  </maritalStatus>
  <contact>
    <relationship>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0131"/>
        <code value="C"/>
        <display value="Emergency Contact"/>
      </coding>
    </relationship>
    <name>
      <family value="Kranksson"/>
      <given value="Kajsa"/>
    </name>
    <telecom>
      <system value="phone"/>
      <value value="0798765432"/>
      <use value="mobile"/>
    </telecom>
    <address>
      <use value="home"/>
      <type value="both"/>
      <text value="Storgatan 1, 123 45 Lyckostad"/>
      <line value="Storgatan 1"/>
      <city value="Lyckostad"/>
      <district value="Lycko kommun"/>
      <state value="Lyckolän"/>
      <postalCode value="123 45"/>
      <country value="Sverige"/>
    </address>
  </contact>
</Patient>