CH EMED EPR
1.0.1-ci-build - ci-build Switzerland flag

CH EMED EPR, published by CARA. This guide is not an authorized publication; it is the continuous build for version 1.0.1-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/CARA-ch/ch-emed-epr/ and changes regularly. See the Directory of published versions

Resource Profile: CH EMED EPR PractitionerRole

Official URL: http://fhir.ch/ig/ch-emed-epr/StructureDefinition/ch-emed-epr-practitionerrole Version: 1.0.1-ci-build
Draft as of 2024-03-25 Computable Name: CHEMEDEPRPractitionerRole

Copyright/Legal: CC0-1.0

Definition of the practitioner role for the eMedication context

Usage:

Formal Views of Profile Content

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

This structure is derived from CHEMEDPractitionerRole

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole CHEMEDPractitionerRole
... meta
.... extension D0..*Extension✕ This element is not supported
.... versionId D0..1id✕ This element is not supported
.... lastUpdated D0..1instant✕ This element is not supported
.... source D0..1uri✕ This element is not supported
.... security D0..*Coding✕ This element is not supported
.... tag D0..*Coding✕ This element is not supported
... implicitRules 0..0
... contained D0..*Resource✕ This element is not supported
... modifierExtension 0..0
... identifier D0..*Identifier✕ This element is not supported
.... assigner D0..1Reference(Organization)✕ This element will be removed in PML(C) documents
... active D0..1boolean✕ This element is not supported
... period D0..1Period✕ This element is not supported
... practitioner 1..1Reference(CH EMED EPR Practitioner)Practitioner that is able to provide the defined services for the organization
... organization 1..1Reference(CH EMED EPR Organization)Organization where the roles are available
... code 0..*CodeableConceptRoles which this practitioner may perform
Binding: http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession (required)
... specialty D0..*CodeableConcept✕ This element is not supported
... location D0..*Reference(CH Core Location)✕ This element will be removed in PML(C) documents
... healthcareService D0..*Reference(HealthcareService)✕ This element will be removed in PML(C) documents
... telecom D0..*ContactPoint✕ This element is not supported
... availableTime D0..*BackboneElement✕ This element is not supported
... notAvailable D0..*BackboneElement✕ This element is not supported
... availabilityExceptions D0..1string✕ This element is not supported
... endpoint D0..*Reference(Endpoint)✕ This element will be removed in PML(C) documents

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
PractitionerRole.coderequiredhttp://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..*CHEMEDPractitionerRoleCH EMED PractitionerRole
... contained 0..*Resource✕ This element is not supported
... extension 0..*Extension✕ This element is not supported
... identifier Σ0..*Identifier✕ This element is not supported
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... assigner Σ0..1Reference(Organization)✕ This element will be removed in PML(C) documents
... period Σ0..1Period✕ This element is not supported
... practitioner Σ1..1Reference(CH EMED EPR Practitioner)Practitioner that is able to provide the defined services for the organization
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
... organization Σ1..1Reference(CH EMED EPR Organization)Organization where the roles are available
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
... code Σ0..*CodeableConceptRoles which this practitioner may perform
Binding: http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession (required)
... specialty Σ0..*CodeableConcept✕ This element is not supported
Binding: HCProfessional.hcSpecialisation (extensible)
... location Σ0..*Reference(CH Core Location)✕ This element will be removed in PML(C) documents
... healthcareService 0..*Reference(HealthcareService)✕ This element will be removed in PML(C) documents
... telecom Σ0..*ContactPoint✕ This element is not supported
... availableTime 0..*BackboneElement✕ This element is not supported
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
... notAvailable 0..*BackboneElement✕ This element is not supported
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... description 1..1stringReason presented to the user explaining why time not available
... availabilityExceptions 0..1string✕ This element is not supported
... endpoint 0..*Reference(Endpoint)✕ This element will be removed in PML(C) documents

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
PractitionerRole.coderequiredhttp://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
PractitionerRole.specialtyextensibleHCProfessionalHcSpecialisation
http://fhir.ch/ig/ch-term/ValueSet/HCProfessional.hcSpecialisation

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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(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()
NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..*CHEMEDPractitionerRoleCH EMED PractitionerRole
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*Extension✕ This element is not supported
Slice: Unordered, Open by value:url
.... versionId Σ0..1id✕ This element is not supported
.... lastUpdated Σ0..1instant✕ This element is not supported
.... source Σ0..1uri✕ This element is not supported
.... profile Σ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
.... security Σ0..*Coding✕ This element is not supported
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


.... tag Σ0..*Coding✕ This element is not supported
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".


... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... contained 0..*Resource✕ This element is not supported
... extension 0..*Extension✕ This element is not supported
... identifier Σ0..*Identifier✕ This element is not supported
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... type Σ0..1CodeableConceptDescription of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

.... system Σ0..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ0..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(Organization)✕ This element will be removed in PML(C) documents
... active Σ0..1boolean✕ This element is not supported
... period Σ0..1Period✕ This element is not supported
... practitioner Σ1..1Reference(CH EMED EPR Practitioner)Practitioner that is able to provide the defined services for the organization
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
.... display Σ0..1stringText alternative for the resource
... organization Σ1..1Reference(CH EMED EPR Organization)Organization where the roles are available
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
.... display Σ0..1stringText alternative for the resource
... code Σ0..*CodeableConceptRoles which this practitioner may perform
Binding: http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession (required)
... specialty Σ0..*CodeableConcept✕ This element is not supported
Binding: HCProfessional.hcSpecialisation (extensible)
... location Σ0..*Reference(CH Core Location)✕ This element will be removed in PML(C) documents
... healthcareService 0..*Reference(HealthcareService)✕ This element will be removed in PML(C) documents
... telecom Σ0..*ContactPoint✕ This element is not supported
... availableTime 0..*BackboneElement✕ This element is not supported
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..*codemon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.


.... allDay 0..1booleanAlways available? e.g. 24 hour service
.... availableStartTime 0..1timeOpening time of day (ignored if allDay = true)
.... availableEndTime 0..1timeClosing time of day (ignored if allDay = true)
... notAvailable 0..*BackboneElement✕ This element is not supported
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... description 1..1stringReason presented to the user explaining why time not available
.... during 0..1PeriodService not available from this date
... availabilityExceptions 0..1string✕ This element is not supported
... endpoint 0..*Reference(Endpoint)✕ This element will be removed in PML(C) documents

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
from the FHIR Standard
PractitionerRole.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
from the FHIR Standard
PractitionerRole.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
PractitionerRole.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
PractitionerRole.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
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.coderequiredhttp://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
PractitionerRole.specialtyextensibleHCProfessionalHcSpecialisation
http://fhir.ch/ig/ch-term/ValueSet/HCProfessional.hcSpecialisation
PractitionerRole.availableTime.daysOfWeekrequiredDaysOfWeek
http://hl7.org/fhir/ValueSet/days-of-week|4.0.1
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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(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 CHEMEDPractitionerRole

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole CHEMEDPractitionerRole
... meta
.... extension D0..*Extension✕ This element is not supported
.... versionId D0..1id✕ This element is not supported
.... lastUpdated D0..1instant✕ This element is not supported
.... source D0..1uri✕ This element is not supported
.... security D0..*Coding✕ This element is not supported
.... tag D0..*Coding✕ This element is not supported
... implicitRules 0..0
... contained D0..*Resource✕ This element is not supported
... modifierExtension 0..0
... identifier D0..*Identifier✕ This element is not supported
.... assigner D0..1Reference(Organization)✕ This element will be removed in PML(C) documents
... active D0..1boolean✕ This element is not supported
... period D0..1Period✕ This element is not supported
... practitioner 1..1Reference(CH EMED EPR Practitioner)Practitioner that is able to provide the defined services for the organization
... organization 1..1Reference(CH EMED EPR Organization)Organization where the roles are available
... code 0..*CodeableConceptRoles which this practitioner may perform
Binding: http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession (required)
... specialty D0..*CodeableConcept✕ This element is not supported
... location D0..*Reference(CH Core Location)✕ This element will be removed in PML(C) documents
... healthcareService D0..*Reference(HealthcareService)✕ This element will be removed in PML(C) documents
... telecom D0..*ContactPoint✕ This element is not supported
... availableTime D0..*BackboneElement✕ This element is not supported
... notAvailable D0..*BackboneElement✕ This element is not supported
... availabilityExceptions D0..1string✕ This element is not supported
... endpoint D0..*Reference(Endpoint)✕ This element will be removed in PML(C) documents

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
PractitionerRole.coderequiredhttp://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..*CHEMEDPractitionerRoleCH EMED PractitionerRole
... contained 0..*Resource✕ This element is not supported
... extension 0..*Extension✕ This element is not supported
... identifier Σ0..*Identifier✕ This element is not supported
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... assigner Σ0..1Reference(Organization)✕ This element will be removed in PML(C) documents
... period Σ0..1Period✕ This element is not supported
... practitioner Σ1..1Reference(CH EMED EPR Practitioner)Practitioner that is able to provide the defined services for the organization
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
... organization Σ1..1Reference(CH EMED EPR Organization)Organization where the roles are available
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
... code Σ0..*CodeableConceptRoles which this practitioner may perform
Binding: http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession (required)
... specialty Σ0..*CodeableConcept✕ This element is not supported
Binding: HCProfessional.hcSpecialisation (extensible)
... location Σ0..*Reference(CH Core Location)✕ This element will be removed in PML(C) documents
... healthcareService 0..*Reference(HealthcareService)✕ This element will be removed in PML(C) documents
... telecom Σ0..*ContactPoint✕ This element is not supported
... availableTime 0..*BackboneElement✕ This element is not supported
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
... notAvailable 0..*BackboneElement✕ This element is not supported
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... description 1..1stringReason presented to the user explaining why time not available
... availabilityExceptions 0..1string✕ This element is not supported
... endpoint 0..*Reference(Endpoint)✕ This element will be removed in PML(C) documents

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
PractitionerRole.coderequiredhttp://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
PractitionerRole.specialtyextensibleHCProfessionalHcSpecialisation
http://fhir.ch/ig/ch-term/ValueSet/HCProfessional.hcSpecialisation

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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(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()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. PractitionerRole 0..*CHEMEDPractitionerRoleCH EMED PractitionerRole
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*Extension✕ This element is not supported
Slice: Unordered, Open by value:url
.... versionId Σ0..1id✕ This element is not supported
.... lastUpdated Σ0..1instant✕ This element is not supported
.... source Σ0..1uri✕ This element is not supported
.... profile Σ0..*canonical(StructureDefinition)Profiles this resource claims to conform to
.... security Σ0..*Coding✕ This element is not supported
Binding: All Security Labels (extensible): Security Labels from the Healthcare Privacy and Security Classification System.


.... tag Σ0..*Coding✕ This element is not supported
Binding: CommonTags (example): Codes that represent various types of tags, commonly workflow-related; e.g. "Needs review by Dr. Jones".


... language 0..1codeLanguage of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguagesMax Binding
... contained 0..*Resource✕ This element is not supported
... extension 0..*Extension✕ This element is not supported
... identifier Σ0..*Identifier✕ This element is not supported
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

.... type Σ0..1CodeableConceptDescription of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

.... system Σ0..1uriThe namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
.... value Σ0..1stringThe value that is unique
Example General: 123456
.... period Σ0..1PeriodTime period when id is/was valid for use
.... assigner Σ0..1Reference(Organization)✕ This element will be removed in PML(C) documents
... active Σ0..1boolean✕ This element is not supported
... period Σ0..1Period✕ This element is not supported
... practitioner Σ1..1Reference(CH EMED EPR Practitioner)Practitioner that is able to provide the defined services for the organization
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
.... display Σ0..1stringText alternative for the resource
... organization Σ1..1Reference(CH EMED EPR Organization)Organization where the roles are available
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC1..1stringLiteral reference, Relative, internal or absolute URL
.... type Σ0..1uriType the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ0..1IdentifierLogical reference, when literal reference is not known
.... display Σ0..1stringText alternative for the resource
... code Σ0..*CodeableConceptRoles which this practitioner may perform
Binding: http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession (required)
... specialty Σ0..*CodeableConcept✕ This element is not supported
Binding: HCProfessional.hcSpecialisation (extensible)
... location Σ0..*Reference(CH Core Location)✕ This element will be removed in PML(C) documents
... healthcareService 0..*Reference(HealthcareService)✕ This element will be removed in PML(C) documents
... telecom Σ0..*ContactPoint✕ This element is not supported
... availableTime 0..*BackboneElement✕ This element is not supported
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..*codemon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.


.... allDay 0..1booleanAlways available? e.g. 24 hour service
.... availableStartTime 0..1timeOpening time of day (ignored if allDay = true)
.... availableEndTime 0..1timeClosing time of day (ignored if allDay = true)
... notAvailable 0..*BackboneElement✕ This element is not supported
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
.... modifierExtension ?!Σ0..*ExtensionExtensions that cannot be ignored even if unrecognized
.... description 1..1stringReason presented to the user explaining why time not available
.... during 0..1PeriodService not available from this date
... availabilityExceptions 0..1string✕ This element is not supported
... endpoint 0..*Reference(Endpoint)✕ This element will be removed in PML(C) documents

doco Documentation for this format

Terminology Bindings

PathConformanceValueSetURI
PractitionerRole.meta.securityextensibleAll Security Labels
http://hl7.org/fhir/ValueSet/security-labels
from the FHIR Standard
PractitionerRole.meta.tagexampleCommonTags
http://hl7.org/fhir/ValueSet/common-tags
from the FHIR Standard
PractitionerRole.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
PractitionerRole.identifier.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
PractitionerRole.identifier.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
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.coderequiredhttp://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
http://fhir.ch/ig/ch-epr-term/ValueSet/HCProfessional.hcProfession
PractitionerRole.specialtyextensibleHCProfessionalHcSpecialisation
http://fhir.ch/ig/ch-term/ValueSet/HCProfessional.hcSpecialisation
PractitionerRole.availableTime.daysOfWeekrequiredDaysOfWeek
http://hl7.org/fhir/ValueSet/days-of-week|4.0.1
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().as(canonical) | %resource.descendants().as(uri) | %resource.descendants().as(url))) or descendants().where(reference = '#').exists() or descendants().where(as(canonical) = '#').exists() or descendants().where(as(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()

 

Other representations of profile: CSV, Excel, Schematron