SPD - Service Provider Directory
0.2.0 - draft Estonia flag

SPD - Service Provider Directory, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 0.2.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-spd/ and changes regularly. See the Directory of published versions

Resource Profile: EE SPD PractitionerRole

Official URL: https://fhir.ee/spd/StructureDefinition/ee-spd-practitioner-role Version: 0.2.0
Draft as of 2025-05-14 Computable Name: EESPDPractitionerRole

Tervishoiutöötaja roll. Practitioner role in SPD

Usages:

You can also check for usages in the FHIR IG Statistics

Formal Views of Profile Content

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

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* EEBasePractitionerRole(2.0.0) Roles/organizations the practitioner is associated with
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier Σ 0..1 Identifier Identifiers for a role/location
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... system Σ 0..1 uri The namespace for the identifier value
Binding: Tervishoiutöötaja identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string Practitioner code from MEDRE, consisting of one letter and 5 numbers. (ee Tervishoiutöötaja kood.)
Example General: 123456
... period Σ 0..1 Period Start and end date of working in this role. (ee TÖÖTAMISE AEG)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
... organization Σ 1..1 Reference(EE SPD Organization) Organization where practitioner has this role. E.g PERH
... specialty Σ 0..* CodeableConcept use local codesystem and codes eg. E140 etc. Use ONLY the code (in case of several) that is relevant in this role. NB! Eriala tuleb ka Practitioner profiiliga kaasa!
Binding: Erialad . (required)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
... location Σ 0..* Reference(EE SPD Location) Address and exact location where this practitioner in this role performs healthcare service. HCP may have several roles each with different location (and address)
... contact 0..* ExtendedContactDetail HCP's contact details in this particular organization and role. NB! For personal contact details use EESPDPractitioner.
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... telecom Σ 1..* ContactPoint Contact details (e.g.phone/fax/url)
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
..... value ΣC 1..1 string The actual contact point details
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
Required Pattern: work
.... address Σ 0..1 EEBaseAddress(2.0.0) Address for the contact
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:adsAdrId 1..1 Coding ADS ADR-ID extension
URL: https://fhir.ee/base/StructureDefinition/ee-ads-adr-id
Binding: ADS AdrId (required)
...... extension:adsOid 0..1 Coding ADS Oid
URL: https://fhir.ee/base/StructureDefinition/ee-ads-oid
Binding: ADS Oid (required)
...... extension:ehak 0..1 Coding EHAK code
URL: https://fhir.ee/base/StructureDefinition/ee-ehak
...... extension:official 0..1 boolean Indicator of address of residency
URL: http://hl7.org/fhir/StructureDefinition/address-official
...... extension:notice 0..* Coding Address notices and warnings
URL: https://fhir.ee/base/StructureDefinition/ee-address-notice
..... use ?!Σ 1..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address (home / work / etc.).
Example General: home
..... country Σ 1..1 string Should use a 2 digit country code
Binding: Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.identifier.​system Base required Tervishoiutöötaja identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
PractitionerRole.specialty Base required Erialad . ⏿10.0.0 term.tehik.ee
PractitionerRole.contact.​telecom.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
PractitionerRole.contact.​telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.use Base required AddressUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.country Base required Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . ⏿2022v1 term.tehik.ee

Constraints

Id Grade Path(s) Description Expression
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()

This structure is derived from EEBasePractitionerRole

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* EEBasePractitionerRole(2.0.0) Roles/organizations the practitioner is associated with
... contained 0..0 Contained, inline Resources
... extension 0..0 Extension
... modifierExtension 0..0 Extension
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... use 0..0 usual | official | temp | secondary | old (If known)
.... type 0..0 Description of identifier
.... system 0..1 uri The namespace for the identifier value
Binding: Tervishoiutöötaja identifikaatorite domeen . (required)
.... value 1..1 string Practitioner code from MEDRE, consisting of one letter and 5 numbers. (ee Tervishoiutöötaja kood.)
.... assigner 0..0 Organization that issued id (may be just text)
... period 0..1 Period Start and end date of working in this role. (ee TÖÖTAMISE AEG)
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... start 1..1 dateTime Starting time with inclusive boundary
... practitioner 1..1 Reference(EE SPD Practitioner) Practitioner that provides services for the organization
... organization 1..1 Reference(EE SPD Organization) Organization where practitioner has this role. E.g PERH
... code
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:All Slices Content/Rules for all slices
...... id 0..0 Unique id for inter-element referencing
...... extension 0..0 Extension
...... version 0..0 Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
...... display 1..1 string Representation defined by the system
...... userSelected 0..0 If this coding was chosen directly by the user
..... coding:role 0..* Coding Practitioner role as defined in autoriseerimismooduli kasutajarollid
...... id 0..0 Unique id for inter-element referencing
...... extension 0..0 Extension
...... system 0..1 uri Identity of the terminology system
Binding: Autoriseerimismooduli kasutajarollid . (required)
...... version 0..0 Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
...... display 1..1 string Representation defined by the system
...... userSelected 0..0 If this coding was chosen directly by the user
..... coding:tor 0..* Coding Official occupation at the national register (ee Ametinimetus TÖRi andmete järgi)
...... id 0..0 Unique id for inter-element referencing
...... extension 0..0 Extension
...... system 1..1 uri Identity of the terminology system
Required Pattern: https://fhir.ee/CodeSystem/ametite-klassifikaator
...... version 0..0 Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
...... display 1..1 string Representation defined by the system
...... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... specialty 0..* CodeableConcept use local codesystem and codes eg. E140 etc. Use ONLY the code (in case of several) that is relevant in this role. NB! Eriala tuleb ka Practitioner profiiliga kaasa!
Binding: Erialad . (required)
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... coding
..... id 0..0 Unique id for inter-element referencing
..... extension 0..0 Extension
..... system 1..1 uri Identity of the terminology system
..... version 0..0 Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
..... display 1..1 string Representation defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... location 0..* Reference(EE SPD Location) Address and exact location where this practitioner in this role performs healthcare service. HCP may have several roles each with different location (and address)
... healthcareService 0..0 Healthcare services provided for this role's Organization/Location(s)
... contact 0..* ExtendedContactDetail HCP's contact details in this particular organization and role. NB! For personal contact details use EESPDPractitioner.
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... purpose 0..0 The type of contact
.... name 0..0 Name of an individual to contact
.... telecom 1..* ContactPoint Contact details (e.g.phone/fax/url)
..... id 0..0 Unique id for inter-element referencing
..... extension 0..0 Extension
..... system 1..1 code phone | fax | email | pager | url | sms | other
..... value 1..1 string The actual contact point details
..... use 0..1 code home | work | temp | old | mobile - purpose of this contact point
Required Pattern: work
..... period 0..0 Time period when the contact point was/is in use
.... address 0..1 EEBaseAddress(2.0.0) Address for the contact
..... extension 1..* Extension Extension
..... Slices for extension Content/Rules for all slices
...... extension:adsAdrId 1..1 ExtensionEEBaseAdsAdrId(2.0.0) ADS ADR-ID extension
.... organization 0..0 This contact detail is handled/monitored by a specific organization
.... period 0..0 Period that this contact was valid for usage
... characteristic 0..0 Collection of characteristics (attributes)
... communication 0..0 A language the practitioner (in this role) can use in patient communication
... availability 0..0 Times the Practitioner is available at this location and/or healthcare service (including exceptions)
... endpoint 0..0 Endpoints for interacting with the practitioner in this role

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PractitionerRole.identifier.​system Base required Tervishoiutöötaja identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
PractitionerRole.code.​coding:role.system Base required Autoriseerimismooduli kasutajarollid . ⏿1.0.0 term.tehik.ee
PractitionerRole.specialty Base required Erialad . ⏿10.0.0 term.tehik.ee
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* EEBasePractitionerRole(2.0.0) 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... identifier Σ 0..1 Identifier Identifiers for a role/location
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... system Σ 0..1 uri The namespace for the identifier value
Binding: Tervishoiutöötaja identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string Practitioner code from MEDRE, consisting of one letter and 5 numbers. (ee Tervishoiutöötaja kood.)
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
... active Σ 0..1 boolean Whether this practitioner role record is in active use
... period Σ 0..1 Period Start and end date of working in this role. (ee TÖÖTAMISE AEG)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... practitioner Σ 1..1 Reference(EE SPD Practitioner) Practitioner that provides services for the organization
... organization Σ 1..1 Reference(EE SPD Organization) Organization where practitioner has this role. E.g PERH
... code Σ 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Binding: PractitionerRole (example): The role a person plays representing an organization.
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:All Slices Content/Rules for all slices
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 1..1 string Representation defined by the system
..... coding:role Σ 0..* Coding Practitioner role as defined in autoriseerimismooduli kasutajarollid
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Binding: Autoriseerimismooduli kasutajarollid . (required)
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 1..1 string Representation defined by the system
..... coding:tor Σ 0..* Coding Official occupation at the national register (ee Ametinimetus TÖRi andmete järgi)
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://fhir.ee/CodeSystem/ametite-klassifikaator
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 1..1 string Representation defined by the system
... specialty Σ 0..* CodeableConcept use local codesystem and codes eg. E140 etc. Use ONLY the code (in case of several) that is relevant in this role. NB! Eriala tuleb ka Practitioner profiiliga kaasa!
Binding: Erialad . (required)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... code ΣC 1..1 code Symbol in syntax defined by the system
..... display ΣC 1..1 string Representation defined by the system
... location Σ 0..* Reference(EE SPD Location) Address and exact location where this practitioner in this role performs healthcare service. HCP may have several roles each with different location (and address)
... contact 0..* ExtendedContactDetail HCP's contact details in this particular organization and role. NB! For personal contact details use EESPDPractitioner.
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... telecom Σ 1..* ContactPoint Contact details (e.g.phone/fax/url)
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
..... value ΣC 1..1 string The actual contact point details
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
Required Pattern: work
..... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... address Σ 0..1 EEBaseAddress(2.0.0) Address for the contact
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:adsAdrId 1..1 Coding ADS ADR-ID extension
URL: https://fhir.ee/base/StructureDefinition/ee-ads-adr-id
Binding: ADS AdrId (required)
...... extension:adsOid 0..1 Coding ADS Oid
URL: https://fhir.ee/base/StructureDefinition/ee-ads-oid
Binding: ADS Oid (required)
...... extension:ehak 0..1 Coding EHAK code
URL: https://fhir.ee/base/StructureDefinition/ee-ehak
...... extension:official 0..1 boolean Indicator of address of residency
URL: http://hl7.org/fhir/StructureDefinition/address-official
...... extension:notice 0..* Coding Address notices and warnings
URL: https://fhir.ee/base/StructureDefinition/ee-address-notice
..... use ?!Σ 1..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address (home / work / etc.).
Example General: home
..... type Σ 0..1 code postal | physical | both
Binding: AddressType (required): The type of an address (physical / postal).
Example General: both
..... text Σ 0..1 string Text representation of the address
Example General: 137 Nowhere Street, Erewhon 9132
..... line Σ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
...... id 0..1 string xml:id (or equivalent in JSON)
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:censusTract 0..1 string A geographic sub-unit delineated for demographic purposes.
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract
....... extension:streetName 0..1 string Street name
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
....... extension:streetNameBase 0..1 string The base name of a roadway or artery recognized by a municipality (excluding street type and direction).
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase
....... extension:houseNumber 0..1 string House number
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
....... extension:additionalLocator 0..1 string Additional locator
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator
...... value 0..1 string Primitive value for string
Max Length:1048576
..... city Σ 0..1 string Name of city, town etc.
Example General: Erewhon
..... district Σ 0..1 string Administrative or political subdivision of a state or city
Example General: Madison
..... state Σ 0..1 string Sub-unit of country
..... postalCode Σ 0..1 string Postal code for area
Example General: 9132
..... country Σ 1..1 string Should use a 2 digit country code
Binding: Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . (required)
..... period Σ 0..1 Period Time period when address was/is in use
Example General: {"start":"2010-03-23","end":"2010-07-01"}

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.language Base required All Languages 📍5.0.0 FHIR Std.
PractitionerRole.identifier.​system Base required Tervishoiutöötaja identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
PractitionerRole.code Base example Practitioner Role 📍5.0.0 FHIR Std.
PractitionerRole.code.​coding:role.system Base required Autoriseerimismooduli kasutajarollid . ⏿1.0.0 term.tehik.ee
PractitionerRole.specialty Base required Erialad . ⏿10.0.0 term.tehik.ee
PractitionerRole.contact.​telecom.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
PractitionerRole.contact.​telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.use Base required AddressUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.type Base required AddressType 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.country Base required Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . ⏿2022v1 term.tehik.ee

Constraints

Id Grade Path(s) Description Expression
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()

This structure is derived from EEBasePractitionerRole

Summary

Mandatory: 0 element(17 nested mandatory elements)
Prohibited: 46 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of PractitionerRole.code.coding

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* EEBasePractitionerRole(2.0.0) Roles/organizations the practitioner is associated with
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... identifier Σ 0..1 Identifier Identifiers for a role/location
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... system Σ 0..1 uri The namespace for the identifier value
Binding: Tervishoiutöötaja identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string Practitioner code from MEDRE, consisting of one letter and 5 numbers. (ee Tervishoiutöötaja kood.)
Example General: 123456
... period Σ 0..1 Period Start and end date of working in this role. (ee TÖÖTAMISE AEG)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
... organization Σ 1..1 Reference(EE SPD Organization) Organization where practitioner has this role. E.g PERH
... specialty Σ 0..* CodeableConcept use local codesystem and codes eg. E140 etc. Use ONLY the code (in case of several) that is relevant in this role. NB! Eriala tuleb ka Practitioner profiiliga kaasa!
Binding: Erialad . (required)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
... location Σ 0..* Reference(EE SPD Location) Address and exact location where this practitioner in this role performs healthcare service. HCP may have several roles each with different location (and address)
... contact 0..* ExtendedContactDetail HCP's contact details in this particular organization and role. NB! For personal contact details use EESPDPractitioner.
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... telecom Σ 1..* ContactPoint Contact details (e.g.phone/fax/url)
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
..... value ΣC 1..1 string The actual contact point details
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
Required Pattern: work
.... address Σ 0..1 EEBaseAddress(2.0.0) Address for the contact
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:adsAdrId 1..1 Coding ADS ADR-ID extension
URL: https://fhir.ee/base/StructureDefinition/ee-ads-adr-id
Binding: ADS AdrId (required)
...... extension:adsOid 0..1 Coding ADS Oid
URL: https://fhir.ee/base/StructureDefinition/ee-ads-oid
Binding: ADS Oid (required)
...... extension:ehak 0..1 Coding EHAK code
URL: https://fhir.ee/base/StructureDefinition/ee-ehak
...... extension:official 0..1 boolean Indicator of address of residency
URL: http://hl7.org/fhir/StructureDefinition/address-official
...... extension:notice 0..* Coding Address notices and warnings
URL: https://fhir.ee/base/StructureDefinition/ee-address-notice
..... use ?!Σ 1..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address (home / work / etc.).
Example General: home
..... country Σ 1..1 string Should use a 2 digit country code
Binding: Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . (required)

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.identifier.​system Base required Tervishoiutöötaja identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
PractitionerRole.specialty Base required Erialad . ⏿10.0.0 term.tehik.ee
PractitionerRole.contact.​telecom.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
PractitionerRole.contact.​telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.use Base required AddressUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.country Base required Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . ⏿2022v1 term.tehik.ee

Constraints

Id Grade Path(s) Description Expression
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()

Differential View

This structure is derived from EEBasePractitionerRole

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* EEBasePractitionerRole(2.0.0) Roles/organizations the practitioner is associated with
... contained 0..0 Contained, inline Resources
... extension 0..0 Extension
... modifierExtension 0..0 Extension
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... use 0..0 usual | official | temp | secondary | old (If known)
.... type 0..0 Description of identifier
.... system 0..1 uri The namespace for the identifier value
Binding: Tervishoiutöötaja identifikaatorite domeen . (required)
.... value 1..1 string Practitioner code from MEDRE, consisting of one letter and 5 numbers. (ee Tervishoiutöötaja kood.)
.... assigner 0..0 Organization that issued id (may be just text)
... period 0..1 Period Start and end date of working in this role. (ee TÖÖTAMISE AEG)
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... start 1..1 dateTime Starting time with inclusive boundary
... practitioner 1..1 Reference(EE SPD Practitioner) Practitioner that provides services for the organization
... organization 1..1 Reference(EE SPD Organization) Organization where practitioner has this role. E.g PERH
... code
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... Slices for coding 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:All Slices Content/Rules for all slices
...... id 0..0 Unique id for inter-element referencing
...... extension 0..0 Extension
...... version 0..0 Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
...... display 1..1 string Representation defined by the system
...... userSelected 0..0 If this coding was chosen directly by the user
..... coding:role 0..* Coding Practitioner role as defined in autoriseerimismooduli kasutajarollid
...... id 0..0 Unique id for inter-element referencing
...... extension 0..0 Extension
...... system 0..1 uri Identity of the terminology system
Binding: Autoriseerimismooduli kasutajarollid . (required)
...... version 0..0 Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
...... display 1..1 string Representation defined by the system
...... userSelected 0..0 If this coding was chosen directly by the user
..... coding:tor 0..* Coding Official occupation at the national register (ee Ametinimetus TÖRi andmete järgi)
...... id 0..0 Unique id for inter-element referencing
...... extension 0..0 Extension
...... system 1..1 uri Identity of the terminology system
Required Pattern: https://fhir.ee/CodeSystem/ametite-klassifikaator
...... version 0..0 Version of the system - if relevant
...... code 1..1 code Symbol in syntax defined by the system
...... display 1..1 string Representation defined by the system
...... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... specialty 0..* CodeableConcept use local codesystem and codes eg. E140 etc. Use ONLY the code (in case of several) that is relevant in this role. NB! Eriala tuleb ka Practitioner profiiliga kaasa!
Binding: Erialad . (required)
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... coding
..... id 0..0 Unique id for inter-element referencing
..... extension 0..0 Extension
..... system 1..1 uri Identity of the terminology system
..... version 0..0 Version of the system - if relevant
..... code 1..1 code Symbol in syntax defined by the system
..... display 1..1 string Representation defined by the system
..... userSelected 0..0 If this coding was chosen directly by the user
.... text 0..0 Plain text representation of the concept
... location 0..* Reference(EE SPD Location) Address and exact location where this practitioner in this role performs healthcare service. HCP may have several roles each with different location (and address)
... healthcareService 0..0 Healthcare services provided for this role's Organization/Location(s)
... contact 0..* ExtendedContactDetail HCP's contact details in this particular organization and role. NB! For personal contact details use EESPDPractitioner.
.... id 0..0 Unique id for inter-element referencing
.... extension 0..0 Extension
.... purpose 0..0 The type of contact
.... name 0..0 Name of an individual to contact
.... telecom 1..* ContactPoint Contact details (e.g.phone/fax/url)
..... id 0..0 Unique id for inter-element referencing
..... extension 0..0 Extension
..... system 1..1 code phone | fax | email | pager | url | sms | other
..... value 1..1 string The actual contact point details
..... use 0..1 code home | work | temp | old | mobile - purpose of this contact point
Required Pattern: work
..... period 0..0 Time period when the contact point was/is in use
.... address 0..1 EEBaseAddress(2.0.0) Address for the contact
..... extension 1..* Extension Extension
..... Slices for extension Content/Rules for all slices
...... extension:adsAdrId 1..1 ExtensionEEBaseAdsAdrId(2.0.0) ADS ADR-ID extension
.... organization 0..0 This contact detail is handled/monitored by a specific organization
.... period 0..0 Period that this contact was valid for usage
... characteristic 0..0 Collection of characteristics (attributes)
... communication 0..0 A language the practitioner (in this role) can use in patient communication
... availability 0..0 Times the Practitioner is available at this location and/or healthcare service (including exceptions)
... endpoint 0..0 Endpoints for interacting with the practitioner in this role

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PractitionerRole.identifier.​system Base required Tervishoiutöötaja identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
PractitionerRole.code.​coding:role.system Base required Autoriseerimismooduli kasutajarollid . ⏿1.0.0 term.tehik.ee
PractitionerRole.specialty Base required Erialad . ⏿10.0.0 term.tehik.ee

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* EEBasePractitionerRole(2.0.0) 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
This profile does not constrain the narrative in regard to content, language, or traceability to data elements
... identifier Σ 0..1 Identifier Identifiers for a role/location
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... system Σ 0..1 uri The namespace for the identifier value
Binding: Tervishoiutöötaja identifikaatorite domeen . (required)
Example General: http://www.acme.com/identifiers/patient
.... value ΣC 1..1 string Practitioner code from MEDRE, consisting of one letter and 5 numbers. (ee Tervishoiutöötaja kood.)
Example General: 123456
.... period Σ 0..1 Period Time period when id is/was valid for use
... active Σ 0..1 boolean Whether this practitioner role record is in active use
... period Σ 0..1 Period Start and end date of working in this role. (ee TÖÖTAMISE AEG)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... start ΣC 1..1 dateTime Starting time with inclusive boundary
.... end ΣC 0..1 dateTime End time with inclusive boundary, if not ongoing
... practitioner Σ 1..1 Reference(EE SPD Practitioner) Practitioner that provides services for the organization
... organization Σ 1..1 Reference(EE SPD Organization) Organization where practitioner has this role. E.g PERH
... code Σ 0..* CodeableConcept The role of the healthcare professional in the healthcare facility
Binding: PractitionerRole (example): The role a person plays representing an organization.
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... Slices for coding Σ 0..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:system
..... coding:All Slices Content/Rules for all slices
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 1..1 string Representation defined by the system
..... coding:role Σ 0..* Coding Practitioner role as defined in autoriseerimismooduli kasutajarollid
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... system Σ 0..1 uri Identity of the terminology system
Binding: Autoriseerimismooduli kasutajarollid . (required)
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 1..1 string Representation defined by the system
..... coding:tor Σ 0..* Coding Official occupation at the national register (ee Ametinimetus TÖRi andmete järgi)
...... extension 0..0 Extension
Slice: Unordered, Open by value:url
...... system Σ 1..1 uri Identity of the terminology system
Required Pattern: https://fhir.ee/CodeSystem/ametite-klassifikaator
...... code ΣC 1..1 code Symbol in syntax defined by the system
...... display ΣC 1..1 string Representation defined by the system
... specialty Σ 0..* CodeableConcept use local codesystem and codes eg. E140 etc. Use ONLY the code (in case of several) that is relevant in this role. NB! Eriala tuleb ka Practitioner profiiliga kaasa!
Binding: Erialad . (required)
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... system Σ 1..1 uri Identity of the terminology system
..... code ΣC 1..1 code Symbol in syntax defined by the system
..... display ΣC 1..1 string Representation defined by the system
... location Σ 0..* Reference(EE SPD Location) Address and exact location where this practitioner in this role performs healthcare service. HCP may have several roles each with different location (and address)
... contact 0..* ExtendedContactDetail HCP's contact details in this particular organization and role. NB! For personal contact details use EESPDPractitioner.
.... extension 0..0 Extension
Slice: Unordered, Open by value:url
.... telecom Σ 1..* ContactPoint Contact details (e.g.phone/fax/url)
..... extension 0..0 Extension
Slice: Unordered, Open by value:url
..... system ΣC 1..1 code phone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.
..... value ΣC 1..1 string The actual contact point details
..... use ?!Σ 0..1 code home | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.
Required Pattern: work
..... rank Σ 0..1 positiveInt Specify preferred order of use (1 = highest)
.... address Σ 0..1 EEBaseAddress(2.0.0) Address for the contact
..... id 0..1 id Unique id for inter-element referencing
..... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:adsAdrId 1..1 Coding ADS ADR-ID extension
URL: https://fhir.ee/base/StructureDefinition/ee-ads-adr-id
Binding: ADS AdrId (required)
...... extension:adsOid 0..1 Coding ADS Oid
URL: https://fhir.ee/base/StructureDefinition/ee-ads-oid
Binding: ADS Oid (required)
...... extension:ehak 0..1 Coding EHAK code
URL: https://fhir.ee/base/StructureDefinition/ee-ehak
...... extension:official 0..1 boolean Indicator of address of residency
URL: http://hl7.org/fhir/StructureDefinition/address-official
...... extension:notice 0..* Coding Address notices and warnings
URL: https://fhir.ee/base/StructureDefinition/ee-address-notice
..... use ?!Σ 1..1 code home | work | temp | old | billing - purpose of this address
Binding: AddressUse (required): The use of an address (home / work / etc.).
Example General: home
..... type Σ 0..1 code postal | physical | both
Binding: AddressType (required): The type of an address (physical / postal).
Example General: both
..... text Σ 0..1 string Text representation of the address
Example General: 137 Nowhere Street, Erewhon 9132
..... line Σ 0..* string Street name, number, direction & P.O. Box etc.
This repeating element order: The order in which lines should appear in an address label
Example General: 137 Nowhere Street
...... id 0..1 string xml:id (or equivalent in JSON)
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... extension:censusTract 0..1 string A geographic sub-unit delineated for demographic purposes.
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-censusTract
....... extension:streetName 0..1 string Street name
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName
....... extension:streetNameBase 0..1 string The base name of a roadway or artery recognized by a municipality (excluding street type and direction).
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetNameBase
....... extension:houseNumber 0..1 string House number
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber
....... extension:additionalLocator 0..1 string Additional locator
URL: http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator
...... value 0..1 string Primitive value for string
Max Length:1048576
..... city Σ 0..1 string Name of city, town etc.
Example General: Erewhon
..... district Σ 0..1 string Administrative or political subdivision of a state or city
Example General: Madison
..... state Σ 0..1 string Sub-unit of country
..... postalCode Σ 0..1 string Postal code for area
Example General: 9132
..... country Σ 1..1 string Should use a 2 digit country code
Binding: Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . (required)
..... period Σ 0..1 Period Time period when address was/is in use
Example General: {"start":"2010-03-23","end":"2010-07-01"}

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.language Base required All Languages 📍5.0.0 FHIR Std.
PractitionerRole.identifier.​system Base required Tervishoiutöötaja identifikaatorite domeen . ⏿2.0.0 term.tehik.ee
PractitionerRole.code Base example Practitioner Role 📍5.0.0 FHIR Std.
PractitionerRole.code.​coding:role.system Base required Autoriseerimismooduli kasutajarollid . ⏿1.0.0 term.tehik.ee
PractitionerRole.specialty Base required Erialad . ⏿10.0.0 term.tehik.ee
PractitionerRole.contact.​telecom.system Base required ContactPointSystem 📍5.0.0 FHIR Std.
PractitionerRole.contact.​telecom.use Base required ContactPointUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.use Base required AddressUse 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.type Base required AddressType 📍5.0.0 FHIR Std.
PractitionerRole.contact.​address.country Base required Riikide ja territooriumide klassifikaator (ISO 3166-1 alpha-2) . ⏿2022v1 term.tehik.ee

Constraints

Id Grade Path(s) Description Expression
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()

This structure is derived from EEBasePractitionerRole

Summary

Mandatory: 0 element(17 nested mandatory elements)
Prohibited: 46 elements

Structures

This structure refers to these other structures:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of PractitionerRole.code.coding

 

Other representations of profile: CSV, Excel, Schematron