FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagese.electronichealth.fhir.nppr.r5
Resource TypePractitionerRole
IdPractitionerRole-c9f1b2a7-11e4-48a9-bcc3-f4d97f8f9e8b.json
FHIR VersionR5

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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.

Source1

{
  "resourceType": "PractitionerRole",
  "id": "c9f1b2a7-11e4-48a9-bcc3-f4d97f8f9e8b",
  "meta": {
    "profile": [
      "http://electronichealth.se/fhir/NPPR/StructureDefinition/NPPRPractitionerRole"
    ]
  },
  "extension": [
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://electronichealth.se/fhir/CodeSystem/practitioner-role-title",
            "code": "chiefphysician",
            "display": "Chief Physician"
          }
        ]
      },
      "url": "http://hl7.org/fhir/StructureDefinition/practitioner-job-title"
    }
  ],
  "identifier": [
    {
      "period": {
        "start": "2024-01-01"
      },
      "use": "official",
      "system": "http://electronichealth.se/identifier/practitionerrole-id",
      "value": "ROLE-2025-001"
    }
  ],
  "period": {
    "start": "2024-01-01",
    "end": "2026-12-31"
  },
  "code": [
    {
      "coding": [
        {
          "code": "Cardiologist",
          "system": "http://snomed.info/sct"
        }
      ]
    }
  ],
  "contact": [
    {
      "purpose": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/contactentity-type",
            "code": "ADMIN",
            "display": "Administrative Contact"
          }
        ]
      },
      "telecom": [
        {
          "period": {
            "start": "2025-01-01",
            "end": "2026-01-01"
          },
          "system": "phone",
          "value": "+46701234567"
        }
      ],
      "address": {
        "period": {
          "start": "2025-01-01"
        },
        "text": "Törnbacken 11, 170 67 Stockholm",
        "city": "Stockholm",
        "postalCode": "170 67"
      }
    }
  ],
  "text": {
    "status": "additional",
    "div": "<!-- snip (see above) -->"
  },
  "active": true,
  "practitioner": {
    "reference": "Practitioner/2709bd4c-2386-4fd7-8277-9b8106087d55"
  },
  "organization": {
    "reference": "Organization/HealthcareProvider"
  }
}