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

: PractitionerExample1 - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="PractitionerExample1"/>
  <meta>
    <profile
             value="http://hl7.se/fhir/ig/base/StructureDefinition/SEBasePractitioner"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: Practitioner PractitionerExample1</b></p><a name="PractitionerExample1"> </a><a name="hcPractitionerExample1"> </a><a name="PractitionerExample1-en-US"> </a><p><b>identifier</b>: <code>urn:oid:1.2.752.29.4.19</code>/SE2321000131-P000000123456</p><p><b>name</b>: John Bob Goode Johansson(Official)</p><h3>Qualifications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Identifier</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td><code>urn:oid:1.2.752.116.3.1.2</code>/12345678</td><td><span title="Codes:{http://snomed.info/sct 309453006}">barnmorska</span></td></tr></table></div>
  </text>
  <identifier>
    <system value="urn:oid:1.2.752.29.4.19"/>
    <value value="SE2321000131-P000000123456"/>
  </identifier>
  <name>
    <extension
               url="http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseMiddleNameExtension">
      <valueString value="Johansson"/>
    </extension>
    <extension
               url="http://hl7.se/fhir/ig/base/StructureDefinition/SEBaseOwnFamilyExtension">
      <valueString value="Goode"/>
    </extension>
    <use value="official"/>
    <text value="John Bob Goode Johansson"/>
    <family value="Goode Johansson"/>
    <given value="John"/>
    <given value="Bob">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/iso21090-EN-qualifier">
        <valueCode value="CL"/>
      </extension>
    </given>
  </name>
  <qualification>
    <identifier>
      <system value="urn:oid:1.2.752.116.3.1.2"/>
      <value value="12345678"/>
    </identifier>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <version value="http://snomed.info/sct/45991000052106"/>
        <code value="309453006"/>
        <display value="barnmorska"/>
      </coding>
    </code>
  </qualification>
</Practitioner>