Swedish Base Profiles Implementation Guide
1.1.0 - release
This page is part of the HL7 Sweden base profiles (v1.1.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
<Patient xmlns="http://hl7.org/fhir">
<id value="PatientExample189002029800"/>
<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 PatientExample189002029800</b></p><a name="PatientExample189002029800"> </a><a name="hcPatientExample189002029800"> </a><a name="PatientExample189002029800-sv-SE"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-SEBasePatient.html">SE base profil for patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Albertina VGR Hammar(official) Female, DoB: 1890-02-02 ( http://electronichealth.se/identifier/personnummer#189002029800)</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 M}">Married</span></td></tr><tr><td style="background-color: #f3f5da" title="Ways to contact the Patient">Contact Detail</td><td colspan="3">Haga Östergata GÖTEBORG 41301 </td></tr></table></div>
</text>
<identifier>
<system value="http://electronichealth.se/identifier/personnummer"/>
<value value="189002029800"/>
</identifier>
<name>
<extension
url="http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension">
<valueString value="VGR"/>
</extension>
<extension
url="http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension">
<valueString value="Hammar"/>
</extension>
<use value="official"/>
<text value="Albertina VGR Hammar"/>
<family value="VGR Hammar"/>
<given value="Albertina"/>
</name>
<gender value="female"/>
<birthDate value="1890-02-02"/>
<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="63381000052101"/>
<display value="folkbokföringsadress"/>
</coding>
</valueCodeableConcept>
</extension>
<line value="Haga Östergata"/>
<city value="GÖTEBORG"/>
<postalCode value="41301"/>
</address>
<maritalStatus>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v3-MaritalStatus"/>
<code value="M"/>
<display value="Married"/>
</coding>
</maritalStatus>
</Patient>