Medication Scheme Implementation Guide
1.0.0 - draft Estonia flag

Medication Scheme Implementation Guide, published by TEHIK. 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/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions

Resource Profile: EETISPractitionerRole

Official URL: https://fhir.ee/StructureDefinition/ee-tis-practitioner-role Version: 1.0.0
Draft as of 2024-01-16 Computable Name: EETISPractitionerRole

Tervishoiutöötaja roll. Certified/licenced practitioner in a certain role in specified organization. E.g doctors working in different places may have different obligations/rights depending on the role they have in that organization.

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..* EEBasePractitionerRole Roles/organizations the practitioner is associated with
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... practitioner SΣ 1..1 Reference(EEBase Practitioner) Practitioner that provides services for the organization
ele-1: All FHIR elements must have a @value or children
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
ele-1: All FHIR elements must have a @value or children
... organization SΣ 1..1 Reference(EEBase Organization) Organization where the roles are available
ele-1: All FHIR elements must have a @value or children
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
ele-1: All FHIR elements must have a @value or children
... Slices for code SΣ 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Slice: Unordered, Open by value:coding.system
Binding: Autoriseerimismooduli kasutajarollid (preferred)
ele-1: All FHIR elements must have a @value or children
.... code:role SΣ 0..1 CodeableConcept Practitioner role
Binding: Practitioner Role (extensible)
ele-1: All FHIR elements must have a @value or children
.... code:tor SΣ 0..1 CodeableConcept Ametinimetus (Töötamiseregistri andmete järgi)
Binding: Occupation (extensible)
ele-1: All FHIR elements must have a @value or children
... Slices for specialty SΣ 0..* CodeableConcept Clinical ja MEDRE specialties
Slice: Unordered, Open by value:coding.system
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.


ele-1: All FHIR elements must have a @value or children
.... specialty:specialty SΣ 0..* CodeableConcept Clinical specialty (Tegevusvaldkond)
Binding: Clinical Specialty (required)
ele-1: All FHIR elements must have a @value or children
.... specialty:eriala SΣ 0..* CodeableConcept Medre specialty (TIS erialade loend)
Binding: Eriala (required)
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.codepreferredAutoriseerimismooduliKasutajarollid (a valid code from Autoriseerimismooduli kasutajarollid)
https://fhir.ee/ValueSet/autoriseerimismooduli-kasutajarollid
from this IG
PractitionerRole.code:roleextensibleEEPractitionerRole
https://fhir.ee/ValueSet/practitioner-role
PractitionerRole.code:torextensibleEEOccupation
https://fhir.ee/ValueSet/occupation
PractitionerRole.specialtypreferredPracticeSettingCodeValueSet
http://hl7.org/fhir/ValueSet/c80-practice-codes
from the FHIR Standard
PractitionerRole.specialty:specialtyrequiredEEClinicalSpecialty
https://fhir.ee/ValueSet/clinical-specialty
PractitionerRole.specialty:erialarequiredEEEriala
https://fhir.ee/ValueSet/eriala

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerRoleIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerRoleIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerRoleA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from EEBasePractitionerRole

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole EEBasePractitionerRole
... code 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Binding: Autoriseerimismooduli kasutajarollid (preferred)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
PractitionerRole.codepreferredAutoriseerimismooduliKasutajarollid (a valid code from Autoriseerimismooduli kasutajarollid)
https://fhir.ee/ValueSet/autoriseerimismooduli-kasutajarollid
from this IG
NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..* EEBasePractitionerRole Roles/organizations the practitioner is associated with
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Identifiers for a role/location
... active SΣ 1..1 boolean Whether this practitioner role record is in active use
... period Σ 0..1 Period The period during which the practitioner is authorized to perform in these role(s)
... practitioner SΣ 1..1 Reference(EEBase Practitioner) Practitioner that provides services for the organization
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... organization SΣ 1..1 Reference(EEBase Organization) Organization where the roles are available
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... Slices for code SΣ 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Slice: Unordered, Open by value:coding.system
Binding: Autoriseerimismooduli kasutajarollid (preferred)
.... code:role SΣ 0..1 CodeableConcept Practitioner role
Binding: Practitioner Role (extensible)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... code:tor SΣ 0..1 CodeableConcept Ametinimetus (Töötamiseregistri andmete järgi)
Binding: Occupation (extensible)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: https://fhir.ee/CodeSystem/occupation
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... Slices for specialty SΣ 0..* CodeableConcept Clinical ja MEDRE specialties
Slice: Unordered, Open by value:coding.system
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.


.... specialty:specialty SΣ 0..* CodeableConcept Clinical specialty (Tegevusvaldkond)
Binding: Clinical Specialty (required)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... specialty:eriala SΣ 0..* CodeableConcept Medre specialty (TIS erialade loend)
Binding: Eriala (required)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: https://fhir.ee/CodeSystem/eriala
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... location Σ 0..* Reference(EEBase Location) Location(s) where the practitioner provides care
... healthcareService 0..* Reference(EEBase HealthcareService) Healthcare services provided for this role's Organization/Location(s)
... contact 0..* ExtendedContactDetail Official contact details relating to this PractitionerRole
... characteristic 0..* CodeableConcept Collection of characteristics (attributes)
Binding: ServiceMode (example): A custom attribute that could be provided at a service (e.g. Wheelchair accessibility).


... communication 0..* CodeableConcept A language the practitioner (in this role) can use in patient communication
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter

... availability 0..* Availability Times the Practitioner is available at this location and/or healthcare service (including exceptions)
... endpoint 0..* Reference(Endpoint) Endpoints for interacting with the practitioner in this role

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
PractitionerRole.practitioner.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
PractitionerRole.organization.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
PractitionerRole.codepreferredAutoriseerimismooduliKasutajarollid (a valid code from Autoriseerimismooduli kasutajarollid)
https://fhir.ee/ValueSet/autoriseerimismooduli-kasutajarollid
from this IG
PractitionerRole.code:roleextensibleEEPractitionerRole
https://fhir.ee/ValueSet/practitioner-role
PractitionerRole.code:torextensibleEEOccupation
https://fhir.ee/ValueSet/occupation
PractitionerRole.specialtypreferredPracticeSettingCodeValueSet
http://hl7.org/fhir/ValueSet/c80-practice-codes
from the FHIR Standard
PractitionerRole.specialty:specialtyrequiredEEClinicalSpecialty
https://fhir.ee/ValueSet/clinical-specialty
PractitionerRole.specialty:erialarequiredEEEriala
https://fhir.ee/ValueSet/eriala
PractitionerRole.characteristicexampleServiceMode
http://hl7.org/fhir/ValueSet/service-mode
from the FHIR Standard
PractitionerRole.communicationrequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerRoleIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerRoleIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerRoleA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from EEBasePractitionerRole

Summary

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..* EEBasePractitionerRole Roles/organizations the practitioner is associated with
dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources
dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
dom-5: If a resource is contained in another resource, it SHALL NOT have a security label
dom-6: A resource should have narrative for robust management
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
ele-1: All FHIR elements must have a @value or children
... contained 0..* Resource Contained, inline Resources
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
ele-1: All FHIR elements must have a @value or children
ext-1: Must have either extensions or value[x], not both
... practitioner SΣ 1..1 Reference(EEBase Practitioner) Practitioner that provides services for the organization
ele-1: All FHIR elements must have a @value or children
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
ele-1: All FHIR elements must have a @value or children
... organization SΣ 1..1 Reference(EEBase Organization) Organization where the roles are available
ele-1: All FHIR elements must have a @value or children
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
ele-1: All FHIR elements must have a @value or children
... Slices for code SΣ 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Slice: Unordered, Open by value:coding.system
Binding: Autoriseerimismooduli kasutajarollid (preferred)
ele-1: All FHIR elements must have a @value or children
.... code:role SΣ 0..1 CodeableConcept Practitioner role
Binding: Practitioner Role (extensible)
ele-1: All FHIR elements must have a @value or children
.... code:tor SΣ 0..1 CodeableConcept Ametinimetus (Töötamiseregistri andmete järgi)
Binding: Occupation (extensible)
ele-1: All FHIR elements must have a @value or children
... Slices for specialty SΣ 0..* CodeableConcept Clinical ja MEDRE specialties
Slice: Unordered, Open by value:coding.system
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.


ele-1: All FHIR elements must have a @value or children
.... specialty:specialty SΣ 0..* CodeableConcept Clinical specialty (Tegevusvaldkond)
Binding: Clinical Specialty (required)
ele-1: All FHIR elements must have a @value or children
.... specialty:eriala SΣ 0..* CodeableConcept Medre specialty (TIS erialade loend)
Binding: Eriala (required)
ele-1: All FHIR elements must have a @value or children

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.codepreferredAutoriseerimismooduliKasutajarollid (a valid code from Autoriseerimismooduli kasutajarollid)
https://fhir.ee/ValueSet/autoriseerimismooduli-kasutajarollid
from this IG
PractitionerRole.code:roleextensibleEEPractitionerRole
https://fhir.ee/ValueSet/practitioner-role
PractitionerRole.code:torextensibleEEOccupation
https://fhir.ee/ValueSet/occupation
PractitionerRole.specialtypreferredPracticeSettingCodeValueSet
http://hl7.org/fhir/ValueSet/c80-practice-codes
from the FHIR Standard
PractitionerRole.specialty:specialtyrequiredEEClinicalSpecialty
https://fhir.ee/ValueSet/clinical-specialty
PractitionerRole.specialty:erialarequiredEEEriala
https://fhir.ee/ValueSet/eriala

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerRoleIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerRoleIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerRoleA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

Differential View

This structure is derived from EEBasePractitionerRole

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole EEBasePractitionerRole
... code 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Binding: Autoriseerimismooduli kasutajarollid (preferred)

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
PractitionerRole.codepreferredAutoriseerimismooduliKasutajarollid (a valid code from Autoriseerimismooduli kasutajarollid)
https://fhir.ee/ValueSet/autoriseerimismooduli-kasutajarollid
from this IG

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..* EEBasePractitionerRole Roles/organizations the practitioner is associated with
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... text 0..1 Narrative Text summary of the resource, for human interpretation
... contained 0..* Resource Contained, inline Resources
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored
... identifier Σ 0..* Identifier Identifiers for a role/location
... active SΣ 1..1 boolean Whether this practitioner role record is in active use
... period Σ 0..1 Period The period during which the practitioner is authorized to perform in these role(s)
... practitioner SΣ 1..1 Reference(EEBase Practitioner) Practitioner that provides services for the organization
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... organization SΣ 1..1 Reference(EEBase Organization) Organization where the roles are available
.... id 0..1 id Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient") - must be a resource in resources
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier ΣC 0..1 Identifier Logical reference, when literal reference is not known
.... display ΣC 0..1 string Text alternative for the resource
... Slices for code SΣ 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Slice: Unordered, Open by value:coding.system
Binding: Autoriseerimismooduli kasutajarollid (preferred)
.... code:role SΣ 0..1 CodeableConcept Practitioner role
Binding: Practitioner Role (extensible)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... code:tor SΣ 0..1 CodeableConcept Ametinimetus (Töötamiseregistri andmete järgi)
Binding: Occupation (extensible)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: https://fhir.ee/CodeSystem/occupation
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... Slices for specialty SΣ 0..* CodeableConcept Clinical ja MEDRE specialties
Slice: Unordered, Open by value:coding.system
Binding: PracticeSettingCodeValueSet (preferred): Specific specialty associated with the agency.


.... specialty:specialty SΣ 0..* CodeableConcept Clinical specialty (Tegevusvaldkond)
Binding: Clinical Specialty (required)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: http://snomed.info/sct
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
.... specialty:eriala SΣ 0..* CodeableConcept Medre specialty (TIS erialade loend)
Binding: Eriala (required)
..... id 0..1 id Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... coding Σ 0..* Coding Code defined by a terminology system
...... id 0..1 id Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Fixed Value: https://fhir.ee/CodeSystem/eriala
...... version Σ 0..1 string Version of the system - if relevant
...... code ΣC 0..1 code Symbol in syntax defined by the system
...... display ΣC 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
..... text Σ 0..1 string Plain text representation of the concept
... location Σ 0..* Reference(EEBase Location) Location(s) where the practitioner provides care
... healthcareService 0..* Reference(EEBase HealthcareService) Healthcare services provided for this role's Organization/Location(s)
... contact 0..* ExtendedContactDetail Official contact details relating to this PractitionerRole
... characteristic 0..* CodeableConcept Collection of characteristics (attributes)
Binding: ServiceMode (example): A custom attribute that could be provided at a service (e.g. Wheelchair accessibility).


... communication 0..* CodeableConcept A language the practitioner (in this role) can use in patient communication
Binding: AllLanguages (required): IETF language tag for a human language

Additional BindingsPurpose
CommonLanguages Starter

... availability 0..* Availability Times the Practitioner is available at this location and/or healthcare service (including exceptions)
... endpoint 0..* Reference(Endpoint) Endpoints for interacting with the practitioner in this role

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.languagerequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard
PractitionerRole.practitioner.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
PractitionerRole.organization.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
PractitionerRole.codepreferredAutoriseerimismooduliKasutajarollid (a valid code from Autoriseerimismooduli kasutajarollid)
https://fhir.ee/ValueSet/autoriseerimismooduli-kasutajarollid
from this IG
PractitionerRole.code:roleextensibleEEPractitionerRole
https://fhir.ee/ValueSet/practitioner-role
PractitionerRole.code:torextensibleEEOccupation
https://fhir.ee/ValueSet/occupation
PractitionerRole.specialtypreferredPracticeSettingCodeValueSet
http://hl7.org/fhir/ValueSet/c80-practice-codes
from the FHIR Standard
PractitionerRole.specialty:specialtyrequiredEEClinicalSpecialty
https://fhir.ee/ValueSet/clinical-specialty
PractitionerRole.specialty:erialarequiredEEEriala
https://fhir.ee/ValueSet/eriala
PractitionerRole.characteristicexampleServiceMode
http://hl7.org/fhir/ValueSet/service-mode
from the FHIR Standard
PractitionerRole.communicationrequiredAllLanguages
http://hl7.org/fhir/ValueSet/all-languages|5.0.0
from the FHIR Standard

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerRoleIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerRoleIf the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource or SHALL refer to the containing resource
: contained.where((('#'+id in (%resource.descendants().reference | %resource.descendants().ofType(canonical) | %resource.descendants().ofType(uri) | %resource.descendants().ofType(url))) or descendants().where(reference = '#').exists() or descendants().where(ofType(canonical) = '#').exists() or descendants().where(ofType(canonical) = '#').exists()).not()).trace('unmatched', id).empty()
dom-4errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated
: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()
dom-5errorPractitionerRoleIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerRoleA resource should have narrative for robust management
: text.`div`.exists()
ele-1error**ALL** elementsAll FHIR elements must have a @value or children
: hasValue() or (children().count() > id.count())
ext-1error**ALL** extensionsMust have either extensions or value[x], not both
: extension.exists() != value.exists()

This structure is derived from EEBasePractitionerRole

Summary

 

Other representations of profile: CSV, Excel, Schematron