Swedish FHIR group common profiles

1.0.2 - ci-build  flag

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

: maximal-practitioner - XML Representation

Raw xml | Download


<Practitioner xmlns="http://hl7.org/fhir">
  <id value="maximal-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 maximal-practitioner</b></p><a name="maximal-practitioner"> </a><a name="hcmaximal-practitioner"> </a><a name="maximal-practitioner-sv-SE"> </a><p><b>identifier</b>: Provider number/SE1234567890 (use: official, period: 2024-01-01 --&gt; (ongoing))</p><p><b>active</b>: true</p><p><b>name</b>: Dr. Erik Larsson MD(Official)</p><p><b>telecom</b>: <a href="tel:+46701234567">+46701234567</a>, <a href="mailto:erik.larsson@healthcare.se">erik.larsson@healthcare.se</a></p><p><b>address</b>: 123 Healthcare Street, 112 16 Stockholm(work)</p><blockquote><p><b>qualification</b></p><p><b>identifier</b>: <code>urn:oid:1.2.752.116.3.1.2</code>/Prescriber123, <code>urn:oid:1.2.752.116.3.1.1</code>/Legitimation456</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 3842006}">Chiropractor</span></p><p><b>period</b>: 2020-01-01 --&gt; (ongoing)</p><p><b>issuer</b>: Swedish Medical License Board</p></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="PRN"/>
        <display value="Provider number"/>
      </coding>
    </type>
    <system value="urn:oid:1.2.752.29.4.19"/>
    <value value="SE1234567890"/>
    <period>
      <start value="2024-01-01"/>
    </period>
  </identifier>
  <active value="true"/>
  <name>
    <use value="official"/>
    <text value="Dr. Erik Larsson MD"/>
    <family value="Larsson"/>
    <given value="Erik"/>
    <suffix value="MD"/>
  </name>
  <telecom>
    <system value="phone"/>
    <value value="+46701234567"/>
    <use value="work"/>
  </telecom>
  <telecom>
    <system value="email"/>
    <value value="erik.larsson@healthcare.se"/>
    <use value="work"/>
  </telecom>
  <address>
    <use value="work"/>
    <type value="both"/>
    <text value="123 Healthcare Street, 112 16 Stockholm"/>
    <line value="123 Healthcare Street"/>
    <city value="Stockholm"/>
    <district value="Stockholm County"/>
    <postalCode value="112 16"/>
    <country value="Sweden"/>
  </address>
  <qualification>
    <identifier>
      <system value="urn:oid:1.2.752.116.3.1.2"/>
      <value value="Prescriber123"/>
    </identifier>
    <identifier>
      <system value="urn:oid:1.2.752.116.3.1.1"/>
      <value value="Legitimation456"/>
    </identifier>
    <code>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="3842006"/>
        <display value="Chiropractor"/>
      </coding>
    </code>
    <period>
      <start value="2020-01-01"/>
    </period>
    <issuer>
      <display value="Swedish Medical License Board"/>
    </issuer>
  </qualification>
</Practitioner>