Helix AU Core
0.1.0 - ci-build

Helix AU Core - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

Resource Profile: Helix AU Core PractitionerRole

Official URL: http://medicaldirector.com/fhir/helix-au-core/StructureDefinition/HelixAUCorePractitionerRole Version: 0.1.0
Draft as of 2025-12-09 Computable Name: HelixAUCorePractitionerRole

Usages:

  • This Profile is not used by any profiles in this Implementation Guide

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..* AUCorePractitionerRole A person with formal responsibility in a role providing one or more services
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:IsHcpUser 1..1 boolean Helix Base Practitioner Is HCP User
URL: http://medicaldirector.com/helix-base/StructureDefinition/is-hcp-user
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... identifier:hpii SC 0..1 AUHPII Healthcare Provider Identifier – Individual (HPI-I)
Constraints: inv-hpii-0, inv-hpii-1, inv-hpii-2
.... identifier:caei SC 0..1 AUCareAgencyEmployeeIdentifier Care Agency Employee (CAE) Identifier
Constraints: inv-caei-0, inv-caei-1, inv-caei-2
.... identifier:medicareProvider S 0..1 AUMedicareProviderNumber Medicare Provider Number
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey Business Identifiers that are specific to a role/location
.... identifier:medical-objects S 0..1 HelixAUCoreMedicalObjectsRoutingId Business Identifiers that are specific to a role/location
... active Σ 0..1 boolean Whether this practitioner role record is in active use
Fixed Value: true
... practitioner SΣC 1..1 Reference(AU Core Practitioner) Practitioner that is able to provide the defined services for the organization
Constraints: au-core-prarol-01
... organization SΣ 0..1 Reference(AU Core Organization) Organization where the roles are available
... code SΣ 0..* CodeableConcept Roles which this practitioner may perform
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... specialty SΣ 0..* CodeableConcept The Practitioner Role Specialty delineates the range of specializations that practitioners can pursue within the Helix.
Binding: Practitioner Role Specialty (preferred)
... location SΣ 0..* Reference(AU Core Location) The location(s) at which this practitioner provides care
... healthcareService S 0..1 Reference(AU Core HealthcareService) The list of healthcare services that this worker provides for this role's Organization/Location(s)
... telecom SΣ 0..* ContactPoint Contact details that are specific to the role/location/service

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.code Base preferred https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 Not State Unknown
PractitionerRole.specialty Base preferred Practitioner Role Specialty 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
au-core-prarol-01 error PractitionerRole.practitioner At least a reference, identifier or display shall be present reference.exists() or identifier.exists() or display.exists()
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().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-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()
inv-caei-0 error PractitionerRole.identifier:caei CAE identifier shall be 16 digits value.matches('^([0-9]{16})$')
inv-caei-1 error PractitionerRole.identifier:caei CAE identifier prefix shall be 900360 value.startsWith('900360')
inv-caei-2 error PractitionerRole.identifier:caei CAE identifier shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)
inv-hpii-0 error PractitionerRole.identifier:hpii HPI-I shall be 16 digits value.matches('^([0-9]{16})$')
inv-hpii-1 error PractitionerRole.identifier:hpii HPI-I prefix shall be 800361 value.startsWith('800361')
inv-hpii-2 error PractitionerRole.identifier:hpii HPI-I shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)

This structure is derived from AUCorePractitionerRole

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* AUCorePractitionerRole A person with formal responsibility in a role providing one or more services
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:IsHcpUser 1..1 boolean Helix Base Practitioner Is HCP User
URL: http://medicaldirector.com/helix-base/StructureDefinition/is-hcp-user
... Slices for identifier Content/Rules for all slices
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey Business Identifiers that are specific to a role/location
.... identifier:medical-objects S 0..1 HelixAUCoreMedicalObjectsRoutingId Business Identifiers that are specific to a role/location
... specialty 0..* CodeableConcept The Practitioner Role Specialty delineates the range of specializations that practitioners can pursue within the Helix.
Binding: Practitioner Role Specialty (preferred)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PractitionerRole.specialty Base preferred Practitioner Role Specialty 📦0.1.0 This IG
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* AUCorePractitionerRole A person with formal responsibility in a role providing one or more services
... 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
... contained 0..* Resource Contained, inline Resources
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:IsHcpUser 1..1 boolean Helix Base Practitioner Is HCP User
URL: http://medicaldirector.com/helix-base/StructureDefinition/is-hcp-user
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier S 1..* Identifier, AUMedicareProviderNumber, AUNationalProviderIdentifierAtOrganisation, AUEmployeeNumber Business Identifiers that are specific to a role/location
Slice: Unordered, Open by pattern:type
.... identifier:hpii SC 0..1 AUHPII Healthcare Provider Identifier – Individual (HPI-I)
Constraints: inv-hpii-0, inv-hpii-1, inv-hpii-2
.... identifier:caei SC 0..1 AUCareAgencyEmployeeIdentifier Care Agency Employee (CAE) Identifier
Constraints: inv-caei-0, inv-caei-1, inv-caei-2
.... identifier:medicareProvider S 0..1 AUMedicareProviderNumber Medicare Provider Number
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey Business Identifiers that are specific to a role/location
.... identifier:medical-objects S 0..1 HelixAUCoreMedicalObjectsRoutingId Business Identifiers that are specific to a role/location
... active Σ 0..1 boolean Whether this practitioner role record is in active use
Fixed Value: true
... period Σ 0..1 Period The period during which the practitioner is authorized to perform in these role(s)
... practitioner SΣC 1..1 Reference(AU Core Practitioner) Practitioner that is able to provide the defined services for the organization
Constraints: au-core-prarol-01
... organization SΣ 0..1 Reference(AU Core Organization) Organization where the roles are available
... code SΣ 0..* CodeableConcept Roles which this practitioner may perform
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... specialty SΣ 0..* CodeableConcept The Practitioner Role Specialty delineates the range of specializations that practitioners can pursue within the Helix.
Binding: Practitioner Role Specialty (preferred)
... location SΣ 0..* Reference(AU Core Location) The location(s) at which this practitioner provides care
... healthcareService S 0..1 Reference(AU Core HealthcareService) The list of healthcare services that this worker provides for this role's Organization/Location(s)
... telecom SΣ 0..* ContactPoint Contact details that are specific to the role/location/service
... availableTime 0..* BackboneElement Times the Service Site is available
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.
.... allDay 0..1 boolean Always available? e.g. 24 hour service
.... availableStartTime 0..1 time Opening time of day (ignored if allDay = true)
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timeZone 0..1 CodeableConcept AU time zone
URL: http://hl7.org.au/fhir/StructureDefinition/au-timezone
Binding: AU Time Zone (required)
..... value 0..1 time Primitive value for time
.... availableEndTime 0..1 time Closing time of day (ignored if allDay = true)
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timeZone 0..1 CodeableConcept AU time zone
URL: http://hl7.org.au/fhir/StructureDefinition/au-timezone
Binding: AU Time Zone (required)
..... value 0..1 time Primitive value for time
... notAvailable 0..* BackboneElement Not available during this time due to provided reason
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description 1..1 string Reason presented to the user explaining why time not available
.... during 0..1 Period Service not available from this date
... availabilityExceptions 0..1 string Description of availability exceptions
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the practitioner with this role

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.language Base preferred Common Languages 📦4.0.1 FHIR Std.
PractitionerRole.code Base preferred https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 Not State Unknown
PractitionerRole.specialty Base preferred Practitioner Role Specialty 📦0.1.0 This IG
PractitionerRole.availableTime.​daysOfWeek Base required DaysOfWeek 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
au-core-prarol-01 error PractitionerRole.practitioner At least a reference, identifier or display shall be present reference.exists() or identifier.exists() or display.exists()
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().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-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()
inv-caei-0 error PractitionerRole.identifier:caei CAE identifier shall be 16 digits value.matches('^([0-9]{16})$')
inv-caei-1 error PractitionerRole.identifier:caei CAE identifier prefix shall be 900360 value.startsWith('900360')
inv-caei-2 error PractitionerRole.identifier:caei CAE identifier shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)
inv-hpii-0 error PractitionerRole.identifier:hpii HPI-I shall be 16 digits value.matches('^([0-9]{16})$')
inv-hpii-1 error PractitionerRole.identifier:hpii HPI-I prefix shall be 800361 value.startsWith('800361')
inv-hpii-2 error PractitionerRole.identifier:hpii HPI-I shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* AUCorePractitionerRole A person with formal responsibility in a role providing one or more services
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:IsHcpUser 1..1 boolean Helix Base Practitioner Is HCP User
URL: http://medicaldirector.com/helix-base/StructureDefinition/is-hcp-user
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
.... identifier:hpii SC 0..1 AUHPII Healthcare Provider Identifier – Individual (HPI-I)
Constraints: inv-hpii-0, inv-hpii-1, inv-hpii-2
.... identifier:caei SC 0..1 AUCareAgencyEmployeeIdentifier Care Agency Employee (CAE) Identifier
Constraints: inv-caei-0, inv-caei-1, inv-caei-2
.... identifier:medicareProvider S 0..1 AUMedicareProviderNumber Medicare Provider Number
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey Business Identifiers that are specific to a role/location
.... identifier:medical-objects S 0..1 HelixAUCoreMedicalObjectsRoutingId Business Identifiers that are specific to a role/location
... active Σ 0..1 boolean Whether this practitioner role record is in active use
Fixed Value: true
... practitioner SΣC 1..1 Reference(AU Core Practitioner) Practitioner that is able to provide the defined services for the organization
Constraints: au-core-prarol-01
... organization SΣ 0..1 Reference(AU Core Organization) Organization where the roles are available
... code SΣ 0..* CodeableConcept Roles which this practitioner may perform
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... specialty SΣ 0..* CodeableConcept The Practitioner Role Specialty delineates the range of specializations that practitioners can pursue within the Helix.
Binding: Practitioner Role Specialty (preferred)
... location SΣ 0..* Reference(AU Core Location) The location(s) at which this practitioner provides care
... healthcareService S 0..1 Reference(AU Core HealthcareService) The list of healthcare services that this worker provides for this role's Organization/Location(s)
... telecom SΣ 0..* ContactPoint Contact details that are specific to the role/location/service

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.code Base preferred https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 Not State Unknown
PractitionerRole.specialty Base preferred Practitioner Role Specialty 📦0.1.0 This IG

Constraints

Id Grade Path(s) Description Expression
au-core-prarol-01 error PractitionerRole.practitioner At least a reference, identifier or display shall be present reference.exists() or identifier.exists() or display.exists()
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().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-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()
inv-caei-0 error PractitionerRole.identifier:caei CAE identifier shall be 16 digits value.matches('^([0-9]{16})$')
inv-caei-1 error PractitionerRole.identifier:caei CAE identifier prefix shall be 900360 value.startsWith('900360')
inv-caei-2 error PractitionerRole.identifier:caei CAE identifier shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)
inv-hpii-0 error PractitionerRole.identifier:hpii HPI-I shall be 16 digits value.matches('^([0-9]{16})$')
inv-hpii-1 error PractitionerRole.identifier:hpii HPI-I prefix shall be 800361 value.startsWith('800361')
inv-hpii-2 error PractitionerRole.identifier:hpii HPI-I shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)

Differential View

This structure is derived from AUCorePractitionerRole

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* AUCorePractitionerRole A person with formal responsibility in a role providing one or more services
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:IsHcpUser 1..1 boolean Helix Base Practitioner Is HCP User
URL: http://medicaldirector.com/helix-base/StructureDefinition/is-hcp-user
... Slices for identifier Content/Rules for all slices
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey Business Identifiers that are specific to a role/location
.... identifier:medical-objects S 0..1 HelixAUCoreMedicalObjectsRoutingId Business Identifiers that are specific to a role/location
... specialty 0..* CodeableConcept The Practitioner Role Specialty delineates the range of specializations that practitioners can pursue within the Helix.
Binding: Practitioner Role Specialty (preferred)

doco Documentation for this format

Terminology Bindings (Differential)

Path Status Usage ValueSet Version Source
PractitionerRole.specialty Base preferred Practitioner Role Specialty 📦0.1.0 This IG

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. PractitionerRole 0..* AUCorePractitionerRole A person with formal responsibility in a role providing one or more services
... 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
... contained 0..* Resource Contained, inline Resources
... Slices for extension 1..* Extension Extension
Slice: Unordered, Open by value:url
.... extension:IsHcpUser 1..1 boolean Helix Base Practitioner Is HCP User
URL: http://medicaldirector.com/helix-base/StructureDefinition/is-hcp-user
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier S 1..* Identifier, AUMedicareProviderNumber, AUNationalProviderIdentifierAtOrganisation, AUEmployeeNumber Business Identifiers that are specific to a role/location
Slice: Unordered, Open by pattern:type
.... identifier:hpii SC 0..1 AUHPII Healthcare Provider Identifier – Individual (HPI-I)
Constraints: inv-hpii-0, inv-hpii-1, inv-hpii-2
.... identifier:caei SC 0..1 AUCareAgencyEmployeeIdentifier Care Agency Employee (CAE) Identifier
Constraints: inv-caei-0, inv-caei-1, inv-caei-2
.... identifier:medicareProvider S 0..1 AUMedicareProviderNumber Medicare Provider Number
.... identifier:authoring-key S 1..1 HelixBaseAuthoringKey Business Identifiers that are specific to a role/location
.... identifier:medical-objects S 0..1 HelixAUCoreMedicalObjectsRoutingId Business Identifiers that are specific to a role/location
... active Σ 0..1 boolean Whether this practitioner role record is in active use
Fixed Value: true
... period Σ 0..1 Period The period during which the practitioner is authorized to perform in these role(s)
... practitioner SΣC 1..1 Reference(AU Core Practitioner) Practitioner that is able to provide the defined services for the organization
Constraints: au-core-prarol-01
... organization SΣ 0..1 Reference(AU Core Organization) Organization where the roles are available
... code SΣ 0..* CodeableConcept Roles which this practitioner may perform
Binding: https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 (preferred)
... specialty SΣ 0..* CodeableConcept The Practitioner Role Specialty delineates the range of specializations that practitioners can pursue within the Helix.
Binding: Practitioner Role Specialty (preferred)
... location SΣ 0..* Reference(AU Core Location) The location(s) at which this practitioner provides care
... healthcareService S 0..1 Reference(AU Core HealthcareService) The list of healthcare services that this worker provides for this role's Organization/Location(s)
... telecom SΣ 0..* ContactPoint Contact details that are specific to the role/location/service
... availableTime 0..* BackboneElement Times the Service Site is available
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... daysOfWeek 0..* code mon | tue | wed | thu | fri | sat | sun
Binding: DaysOfWeek (required): The days of the week.
.... allDay 0..1 boolean Always available? e.g. 24 hour service
.... availableStartTime 0..1 time Opening time of day (ignored if allDay = true)
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timeZone 0..1 CodeableConcept AU time zone
URL: http://hl7.org.au/fhir/StructureDefinition/au-timezone
Binding: AU Time Zone (required)
..... value 0..1 time Primitive value for time
.... availableEndTime 0..1 time Closing time of day (ignored if allDay = true)
..... id 0..1 string xml:id (or equivalent in JSON)
..... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
...... extension:timeZone 0..1 CodeableConcept AU time zone
URL: http://hl7.org.au/fhir/StructureDefinition/au-timezone
Binding: AU Time Zone (required)
..... value 0..1 time Primitive value for time
... notAvailable 0..* BackboneElement Not available during this time due to provided reason
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... description 1..1 string Reason presented to the user explaining why time not available
.... during 0..1 Period Service not available from this date
... availabilityExceptions 0..1 string Description of availability exceptions
... endpoint 0..* Reference(Endpoint) Technical endpoints providing access to services operated for the practitioner with this role

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
PractitionerRole.language Base preferred Common Languages 📦4.0.1 FHIR Std.
PractitionerRole.code Base preferred https://healthterminologies.gov.au/fhir/ValueSet/practitioner-role-1 Not State Unknown
PractitionerRole.specialty Base preferred Practitioner Role Specialty 📦0.1.0 This IG
PractitionerRole.availableTime.​daysOfWeek Base required DaysOfWeek 📍4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
au-core-prarol-01 error PractitionerRole.practitioner At least a reference, identifier or display shall be present reference.exists() or identifier.exists() or display.exists()
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().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-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()
inv-caei-0 error PractitionerRole.identifier:caei CAE identifier shall be 16 digits value.matches('^([0-9]{16})$')
inv-caei-1 error PractitionerRole.identifier:caei CAE identifier prefix shall be 900360 value.startsWith('900360')
inv-caei-2 error PractitionerRole.identifier:caei CAE identifier shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)
inv-hpii-0 error PractitionerRole.identifier:hpii HPI-I shall be 16 digits value.matches('^([0-9]{16})$')
inv-hpii-1 error PractitionerRole.identifier:hpii HPI-I prefix shall be 800361 value.startsWith('800361')
inv-hpii-2 error PractitionerRole.identifier:hpii HPI-I shall pass the Luhn algorithm check (((select(value.substring(0,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(1,1).toInteger())+(select(value.substring(2,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(3,1).toInteger())+(select(value.substring(4,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(5,1).toInteger())+(select(value.substring(6,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(7,1).toInteger())+(select(value.substring(8,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(9,1).toInteger())+(select(value.substring(10,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(11,1).toInteger())+(select(value.substring(12,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(13,1).toInteger())+(select(value.substring(14,1).toInteger()).select(iif($this<5, $this*2, (($this*2)-9))))+(value.substring(15,1).toInteger()))mod 10=0)

 

Other representations of profile: CSV, Excel, Schematron