Estonian Base Implementation Guide
1.0.0 - ballot
Estonian Base Implementation Guide - Local Development build (v1.0.0). See the Directory of published versions
Official URL: https://fhir.ee/StructureDefinition/ee-practitioner-role | Version: 1.0.0 | |||
Draft as of 2023-05-29 | Computable Name: EEBasePractitionerRole |
PractitionerRole resource allows exchange of specific set of roles, specialties and services that a practitioner may perform at an organisation for a period of time. EEBase PractitionerRole profile defines the constraints and extensions for the minimal set of data to query and retrieve information for practitioner role in Estonian context.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from PractitionerRole
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PractitionerRole | 0..* | PractitionerRole | Roles/organizations the practitioner is associated with | |
active | S | 1..1 | boolean | Whether this practitioner role record is in active use |
practitioner | S | 1..1 | Reference(EEBase Practitioner) | Practitioner that provides services for the organization |
reference | S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
organization | S | 1..1 | Reference(EEBase Organization) | Organization where the roles are available |
reference | S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Slices for code | S | 0..* | CodeableConcept | The role of the healthcare professional in the healthcare facility Slice: Unordered, Open by value:coding.system |
code:role | S | 0..1 | CodeableConcept | Practitioner role Binding: Practitioner Role (extensible) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role | |
code:tor | S | 0..1 | CodeableConcept | Ametinimetus (Töötamiseregistri andmete järgi) Binding: Occupation (extensible) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.ee/CodeSystem/ee-occupation | |
Slices for specialty | S | 0..* | CodeableConcept | Clinical ja MEDRE specialties Slice: Unordered, Open by value:coding.system |
specialty:specialty | S | 0..* | CodeableConcept | Clinical specialty (Tegevusvaldkond) Binding: Clinical Specialty (required) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct | |
specialty:eriala | S | 0..* | CodeableConcept | Medre specialty (TAM eriala) Binding: Medre Specialty (required) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.ee/CodeSystem/ee-medre-specialty | |
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) | |
Documentation for this format |
Path | Conformance | ValueSet |
PractitionerRole.code:role | extensible | EEBasePractitionerRole |
PractitionerRole.code:tor | extensible | EEBaseOccupation (a valid code from Classification of Occupations) |
PractitionerRole.specialty:specialty | required | EEBaseClinicalSpecialty |
PractitionerRole.specialty:eriala | required | EEBaseMedreSpecialty (a valid code from Medre Specialty) |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PractitionerRole | 0..* | PractitionerRole | Roles/organizations the practitioner is associated with | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
contained | 0..* | Resource | Contained, inline Resources | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
active | SΣ | 1..1 | boolean | Whether this practitioner role record is in active use |
practitioner | SΣ | 1..1 | Reference(EEBase Practitioner) | Practitioner that provides services for the organization |
reference | SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
organization | SΣ | 1..1 | Reference(EEBase Organization) | Organization where the roles are available |
reference | SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Slices for code | SΣ | 0..* | CodeableConcept | The role of the healthcare professional in the healthcare facility Slice: Unordered, Open by value:coding.system Binding: PractitionerRole (example): The role a person plays representing an organization. |
code:role | SΣ | 0..1 | CodeableConcept | Practitioner role Binding: Practitioner Role (extensible) |
code:tor | SΣ | 0..1 | CodeableConcept | Ametinimetus (Töötamiseregistri andmete järgi) Binding: Occupation (extensible) |
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) |
specialty:eriala | SΣ | 0..* | CodeableConcept | Medre specialty (TAM eriala) Binding: Medre Specialty (required) |
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) | |
Documentation for this format |
Path | Conformance | ValueSet |
PractitionerRole.code | example | PractitionerRole |
PractitionerRole.code:role | extensible | EEBasePractitionerRole |
PractitionerRole.code:tor | extensible | EEBaseOccupation (a valid code from Classification of Occupations) |
PractitionerRole.specialty | preferred | PracticeSettingCodeValueSet |
PractitionerRole.specialty:specialty | required | EEBaseClinicalSpecialty |
PractitionerRole.specialty:eriala | required | EEBaseMedreSpecialty (a valid code from Medre Specialty) |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | PractitionerRole | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | PractitionerRole | 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 : 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-4 | error | PractitionerRole | If 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-5 | error | PractitionerRole | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | PractitionerRole | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PractitionerRole | 0..* | PractitionerRole | 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 |
language | 0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language | |
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: PractitionerRole (example): The role a person plays representing an organization. |
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/ee-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 (TAM eriala) Binding: Medre 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: https://fhir.ee/CodeSystem/ee-medre-specialty |
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 | |
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 | |
Documentation for this format |
Path | Conformance | ValueSet |
PractitionerRole.language | required | AllLanguages |
PractitionerRole.practitioner.type | extensible | ResourceType |
PractitionerRole.organization.type | extensible | ResourceType |
PractitionerRole.code | example | PractitionerRole |
PractitionerRole.code:role | extensible | EEBasePractitionerRole |
PractitionerRole.code:tor | extensible | EEBaseOccupation (a valid code from Classification of Occupations) |
PractitionerRole.specialty | preferred | PracticeSettingCodeValueSet |
PractitionerRole.specialty:specialty | required | EEBaseClinicalSpecialty |
PractitionerRole.specialty:eriala | required | EEBaseMedreSpecialty (a valid code from Medre Specialty) |
PractitionerRole.characteristic | example | ServiceMode |
PractitionerRole.communication | required | AllLanguages |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from PractitionerRole
Summary
Mandatory: 3 elements (4 nested mandatory elements)
Must-Support: 11 elements
Fixed Value: 4 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Differential View
This structure is derived from PractitionerRole
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PractitionerRole | 0..* | PractitionerRole | Roles/organizations the practitioner is associated with | |
active | S | 1..1 | boolean | Whether this practitioner role record is in active use |
practitioner | S | 1..1 | Reference(EEBase Practitioner) | Practitioner that provides services for the organization |
reference | S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
organization | S | 1..1 | Reference(EEBase Organization) | Organization where the roles are available |
reference | S | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Slices for code | S | 0..* | CodeableConcept | The role of the healthcare professional in the healthcare facility Slice: Unordered, Open by value:coding.system |
code:role | S | 0..1 | CodeableConcept | Practitioner role Binding: Practitioner Role (extensible) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://terminology.hl7.org/CodeSystem/practitioner-role | |
code:tor | S | 0..1 | CodeableConcept | Ametinimetus (Töötamiseregistri andmete järgi) Binding: Occupation (extensible) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.ee/CodeSystem/ee-occupation | |
Slices for specialty | S | 0..* | CodeableConcept | Clinical ja MEDRE specialties Slice: Unordered, Open by value:coding.system |
specialty:specialty | S | 0..* | CodeableConcept | Clinical specialty (Tegevusvaldkond) Binding: Clinical Specialty (required) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: http://snomed.info/sct | |
specialty:eriala | S | 0..* | CodeableConcept | Medre specialty (TAM eriala) Binding: Medre Specialty (required) |
coding | ||||
system | 1..1 | uri | Identity of the terminology system Fixed Value: https://fhir.ee/CodeSystem/ee-medre-specialty | |
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) | |
Documentation for this format |
Path | Conformance | ValueSet |
PractitionerRole.code:role | extensible | EEBasePractitionerRole |
PractitionerRole.code:tor | extensible | EEBaseOccupation (a valid code from Classification of Occupations) |
PractitionerRole.specialty:specialty | required | EEBaseClinicalSpecialty |
PractitionerRole.specialty:eriala | required | EEBaseMedreSpecialty (a valid code from Medre Specialty) |
Key Elements View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PractitionerRole | 0..* | PractitionerRole | Roles/organizations the practitioner is associated with | |
implicitRules | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
contained | 0..* | Resource | Contained, inline Resources | |
modifierExtension | ?!Σ | 0..* | Extension | Extensions that cannot be ignored |
active | SΣ | 1..1 | boolean | Whether this practitioner role record is in active use |
practitioner | SΣ | 1..1 | Reference(EEBase Practitioner) | Practitioner that provides services for the organization |
reference | SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
organization | SΣ | 1..1 | Reference(EEBase Organization) | Organization where the roles are available |
reference | SΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL |
Slices for code | SΣ | 0..* | CodeableConcept | The role of the healthcare professional in the healthcare facility Slice: Unordered, Open by value:coding.system Binding: PractitionerRole (example): The role a person plays representing an organization. |
code:role | SΣ | 0..1 | CodeableConcept | Practitioner role Binding: Practitioner Role (extensible) |
code:tor | SΣ | 0..1 | CodeableConcept | Ametinimetus (Töötamiseregistri andmete järgi) Binding: Occupation (extensible) |
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) |
specialty:eriala | SΣ | 0..* | CodeableConcept | Medre specialty (TAM eriala) Binding: Medre Specialty (required) |
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) | |
Documentation for this format |
Path | Conformance | ValueSet |
PractitionerRole.code | example | PractitionerRole |
PractitionerRole.code:role | extensible | EEBasePractitionerRole |
PractitionerRole.code:tor | extensible | EEBaseOccupation (a valid code from Classification of Occupations) |
PractitionerRole.specialty | preferred | PracticeSettingCodeValueSet |
PractitionerRole.specialty:specialty | required | EEBaseClinicalSpecialty |
PractitionerRole.specialty:eriala | required | EEBaseMedreSpecialty (a valid code from Medre Specialty) |
Id | Grade | Path(s) | Details | Requirements |
dom-2 | error | PractitionerRole | If the resource is contained in another resource, it SHALL NOT contain nested Resources : contained.contained.empty() | |
dom-3 | error | PractitionerRole | 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 : 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-4 | error | PractitionerRole | If 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-5 | error | PractitionerRole | If a resource is contained in another resource, it SHALL NOT have a security label : contained.meta.security.empty() | |
dom-6 | best practice | PractitionerRole | A resource should have narrative for robust management : text.`div`.exists() | |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
PractitionerRole | 0..* | PractitionerRole | 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 |
language | 0..1 | code | Language of the resource content Binding: AllLanguages (required): IETF language tag for a human language | |
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: PractitionerRole (example): The role a person plays representing an organization. |
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/ee-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 (TAM eriala) Binding: Medre 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: https://fhir.ee/CodeSystem/ee-medre-specialty |
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 | |
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 | |
Documentation for this format |
Path | Conformance | ValueSet |
PractitionerRole.language | required | AllLanguages |
PractitionerRole.practitioner.type | extensible | ResourceType |
PractitionerRole.organization.type | extensible | ResourceType |
PractitionerRole.code | example | PractitionerRole |
PractitionerRole.code:role | extensible | EEBasePractitionerRole |
PractitionerRole.code:tor | extensible | EEBaseOccupation (a valid code from Classification of Occupations) |
PractitionerRole.specialty | preferred | PracticeSettingCodeValueSet |
PractitionerRole.specialty:specialty | required | EEBaseClinicalSpecialty |
PractitionerRole.specialty:eriala | required | EEBaseMedreSpecialty (a valid code from Medre Specialty) |
PractitionerRole.characteristic | example | ServiceMode |
PractitionerRole.communication | required | AllLanguages |
Id | Grade | Path(s) | Details | Requirements |
ele-1 | error | **ALL** elements | All FHIR elements must have a @value or children : hasValue() or (children().count() > id.count()) | |
ext-1 | error | **ALL** extensions | Must have either extensions or value[x], not both : extension.exists() != value.exists() |
This structure is derived from PractitionerRole
Summary
Mandatory: 3 elements (4 nested mandatory elements)
Must-Support: 11 elements
Fixed Value: 4 elements
Structures
This structure refers to these other structures:
Slices
This structure defines the following Slices:
Other representations of profile: CSV, Excel, Schematron