Swedish Base Profiles Implementation Guide
1.0.0 - release

Swedish Base Profiles Implementation Guide, published by HL7 Sweden. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Sweden/basprofiler-r4/ and changes regularly. See the Directory of published versions

: PatientExample199002222397 - XML Representation

Raw xml | Download


<Patient xmlns="http://hl7.org/fhir">
  <id value="PatientExample199002222397"/>
  <meta>
    <profile
             value="http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePatient"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Patient PatientExample199002222397</b></p><a name="PatientExample199002222397"> </a><a name="hcPatientExample199002222397"> </a><a name="PatientExample199002222397-en-US"> </a><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Andreas Ebers(official) Male, DoB: 1990-02-22 ( http://electronichealth.se/identifier/personnummer#199002222397)</p><hr/><table class="grid"><tr><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 U}">Unmarried</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Rosenheimer Van Kampenstraat 7558 Hengelo Nederländerna </td></tr></table></div>
  </text>
  <identifier>
    <system value="http://electronichealth.se/identifier/personnummer"/>
    <value value="199002222397"/>
  </identifier>
  <name>
    <use value="official"/>
    <text value="Andreas Ebers"/>
    <family value="Ebers"/>
    <given value="Andreas"/>
  </name>
  <gender value="male"/>
  <birthDate value="1990-02-22"/>
  <address>
    <extension
               url="http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseAddressPersonExtension">
      <valueCodeableConcept>
        <coding>
          <system value="http://snomed.info/sct"/>
          <version value="http://snomed.info/sct/45991000052106"/>
          <code value="63401000052101"/>
          <display value="utlandsadress"/>
        </coding>
      </valueCodeableConcept>
    </extension>
    <line value="Rosenheimer"/>
    <line value="Van Kampenstraat"/>
    <line value="7558 Hengelo"/>
    <country value="Nederländerna"/>
  </address>
  <maritalStatus>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
      <code value="U"/>
      <display value="Unmarried"/>
    </coding>
  </maritalStatus>
</Patient>