<PractitionerRole xmlns="http://hl7.org/fhir">
  <id value="c9f1b2a7-11e4-48a9-bcc3-f4d97f8f9e8b" />
  <meta>
    <profile value="http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPractitionerRole" />
  </meta>
  <text>
    <status value="additional" />
    <div xmlns="http://www.w3.org/1999/xhtml">Practitioner role that expires 2026-12-31, as it has a period.end element. The role contains contact details to use for administrative purposes, as seen in the contact.purpose element.</div>
  </text>
  <extension url="http://hl7.org/fhir/StructureDefinition/practitioner-job-title">
    <valueCodeableConcept>
      <coding>
        <system value="http://electronichealth.se/fhir/CodeSystem/practitioner-role-title" />
        <code value="chiefphysician" />
        <display value="Chief Physician" />
      </coding>
    </valueCodeableConcept>
  </extension>
  <identifier>
    <use value="official" />
    <system value="http://electronichealth.se/identifier/practitionerrole-id" />
    <value value="ROLE-2025-001" />
    <period>
      <start value="2024-01-01" />
    </period>
  </identifier>
  <active value="true" />
  <period>
    <start value="2024-01-01" />
    <end value="2026-12-31" />
  </period>
  <practitioner>
    <reference value="Practitioner/2709bd4c-2386-4fd7-8277-9b8106087d55" />
  </practitioner>
  <organization>
    <reference value="Organization/HealthcareProvider" />
  </organization>
  <code>
    <coding>
      <system value="http://snomed.info/sct" />
      <code value="Cardiologist" />
    </coding>
  </code>
  <contact>
    <purpose>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/contactentity-type" />
        <code value="ADMIN" />
        <display value="Administrative Contact" />
      </coding>
    </purpose>
    <telecom>
      <system value="phone" />
      <value value="+46701234567" />
      <period>
        <start value="2025-01-01" />
        <end value="2026-01-01" />
      </period>
    </telecom>
    <address>
      <text value="Törnbacken 11, 170 67 Stockholm" />
      <city value="Stockholm" />
      <postalCode value="170 67" />
      <period>
        <start value="2025-01-01" />
      </period>
    </address>
  </contact>
</PractitionerRole>