Inera FHIR Implementation Guide Template
1.0.1 - ci-build
Inera FHIR Implementation Guide Template - Lokal utvecklingsbygge (v1.0.1) byggt av FHIR (HL7® FHIR® Standard) Build Tools. Se katalogen över publicerade versioner
<Patient xmlns="http://hl7.org/fhir">
<id value="IneraPatientExample"/>
<meta>
<profile
value="https://fhir.inera.se/ig/template/StructureDefinition/IneraPatient"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Genererad berättande text: Patient IneraPatientExample</b></p><a name="IneraPatientExample"> </a><a name="hcIneraPatientExample"> </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">Profil: <a href="StructureDefinition-IneraPatient.html">Inera Patient</a></p></div><p style="border: 1px #661aff solid; background-color: #e6e6ff; padding: 10px;">Anna Andersson (official) Female, Födelsedatum: 1950-01-01 ( http://electronichealth.se/identifier/personnummer#195001011234)</p><hr/><table class="grid"><tr><td style="background-color: #f3f5da" title="Sätt att kontakta patienten">Kontaktuppgift</td><td colspan="3">Testgatan 1 Stockholm 11122 SE (home)</td></tr></table></div>
</text>
<identifier>
<system value="http://electronichealth.se/identifier/personnummer"/>
<value value="195001011234"/>
</identifier>
<name>
<use value="official"/>
<family value="Andersson"/>
<given value="Anna"/>
</name>
<gender value="female"/>
<birthDate value="1950-01-01"/>
<address>
<use value="home"/>
<line value="Testgatan 1"/>
<city value="Stockholm"/>
<postalCode value="11122"/>
<country value="SE"/>
</address>
</Patient>