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
<Practitioner xmlns="http://hl7.org/fhir">
<id value="minimal-practitioner"/>
<meta>
<profile
value="https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner minimal-practitioner</b></p><a name="minimal-practitioner"> </a><a name="hcminimal-practitioner"> </a><a name="minimal-practitioner-sv-SE"> </a><p><b>identifier</b>: Provider number/SE2321000016-A123 (use: official, )</p><p><b>active</b>: true</p><p><b>name</b>: Erik Johansson (Official)</p><p><b>telecom</b>: <a href="tel:+46101234567">+46101234567</a>, <a href="mailto:erik.johansson@example.se">erik.johansson@example.se</a></p></div>
</text>
<identifier>
<use value="official"/>
<type>
<coding>
<system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
<code value="PRN"/>
</coding>
</type>
<system value="urn:oid:1.2.752.29.4.19"/>
<value value="SE2321000016-A123"/>
</identifier>
<active value="true"/>
<name>
<use value="official"/>
<family value="Johansson"/>
<given value="Erik"/>
<prefix value="Dr."/>
</name>
<telecom>
<system value="phone"/>
<value value="+46101234567"/>
<use value="work"/>
</telecom>
<telecom>
<system value="email"/>
<value value="erik.johansson@example.se"/>
<use value="work"/>
</telecom>
</Practitioner>