HL7 Austria ELGA Laboratory Report R4 Implementation Guide
0.1.0 - ci-build Austria flag

HL7 Austria ELGA Laboratory Report R4 Implementation Guide, published by HL7 Austria. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/gabriel0316/test-laboratory/ and changes regularly. See the Directory of published versions

Resource Profile: AT ELGA Laboratory Practitioner

Official URL: https://fhir.hl7.at/elga-labor/StructureDefinition/at-elga-lab-practitioner Version: 0.1.0
Draft as of 2026-05-04 Computable Name: ATELGALabPractitioner

Practitioner profile for Austrian ELGA Laboratory Reports.

Extends the HL7 Europe Laboratory Practitioner profile with Austrian-specific identifiers as defined in the HL7 Austria Core R4 profiles:

Austrian Identifiers:

  • GDA-OID — OID identifying the practitioner as a Gesundheitsdiensteanbieter
  • VPNR (Vertragspartnernummer) — contract partner number assigned by health insurance carriers
  • vbPK (Verschlüsseltes bereichsspezifisches Personenkennzeichen) — encrypted sector-specific identifier

Extensions:

  • Administrative gender addition (for official Austrian gender categories)

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
.. Practitioner 0..* PractitionerEu A person with a formal responsibility in the provisioning of healthcare or related services
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:GDA-OID SΣ 0..1 Identifier OID identifying this practitioner as a GDA
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri System for OID-based identifiers
Fixed Value: urn:ietf:rfc:3986
..... value SΣ 1..1 string OID URI (e.g., urn:oid:1.2.40.0.34.99.x.y.z)
Example General: 123456
..... assigner SΣ 0..1 Reference(Organization) ELGA GmbH or registering authority
.... identifier:VPNR SΣ 0..* Identifier Vertragspartnernummer (VPNR)
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri OID for the VPNR system
Fixed Value: urn:oid:1.2.40.0.10.1.4.3.2
..... value SΣ 1..1 string VPNR value
Example General: 123456
.... identifier:vbPK SΣ 0..1 Identifier Encrypted sector-specific personal identifier (vbPK)
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri OID for the vbPK system
Fixed Value: urn:oid:1.2.40.0.34.4.22
..... value SΣ 1..1 string vbPK value
Example General: 123456
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix SΣ 0..* string Academic title or professional title (e.g., 'Dr.')
This repeating element order: Prefixes appear in the correct order for presenting the name
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
... address SΣ 0..* HL7ATCoreAddress Practitioner address (AT Core Address profile)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:genderAddition S 0..1 Coding Austrian administrative gender addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
... qualification S 0..* BackboneElement Qualification/specialisation of the practitioner
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Practitioner.identifier:GDA-OID.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:VPNR.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:vbPK.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.name.use Base required NameUse 📍4.0.1 FHIR Std.
Practitioner.gender Base required AdministrativeGender 📍4.0.1 FHIR Std.
Practitioner.qualification.​code Base example v2 table 0360, Version 2.7 📦0360 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Practitioner If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Practitioner 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 Practitioner 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 Practitioner If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Practitioner 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 PractitionerEu

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* PractitionerEu A person with a formal responsibility in the provisioning of healthcare or related services
... Slices for identifier 0..* Identifier An identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:GDA-OID S 0..1 Identifier OID identifying this practitioner as a GDA
..... system S 1..1 uri System for OID-based identifiers
Fixed Value: urn:ietf:rfc:3986
..... value S 1..1 string OID URI (e.g., urn:oid:1.2.40.0.34.99.x.y.z)
..... assigner S 0..1 Reference(Organization) ELGA GmbH or registering authority
.... identifier:VPNR S 0..* Identifier Vertragspartnernummer (VPNR)
..... system S 1..1 uri OID for the VPNR system
Fixed Value: urn:oid:1.2.40.0.10.1.4.3.2
..... value S 1..1 string VPNR value
.... identifier:vbPK S 0..1 Identifier Encrypted sector-specific personal identifier (vbPK)
..... system S 1..1 uri OID for the vbPK system
Fixed Value: urn:oid:1.2.40.0.34.4.22
..... value S 1..1 string vbPK value
... name 1..* HumanName Practitioner name
.... prefix S 0..* string Academic title or professional title (e.g., 'Dr.')
... address 0..* HL7ATCoreAddress Practitioner address (AT Core Address profile)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:genderAddition S 0..1 Coding Austrian administrative gender addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
... qualification S 0..* BackboneElement Qualification/specialisation of the practitioner

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* PractitionerEu A person with a formal responsibility in the provisioning of healthcare or related 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:GDA-OID SΣ 0..1 Identifier OID identifying this practitioner as a GDA
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description 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 SΣ 1..1 uri System for OID-based identifiers
Fixed Value: urn:ietf:rfc:3986
..... value SΣ 1..1 string OID URI (e.g., urn:oid:1.2.40.0.34.99.x.y.z)
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner SΣ 0..1 Reference(Organization) ELGA GmbH or registering authority
.... identifier:VPNR SΣ 0..* Identifier Vertragspartnernummer (VPNR)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description 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 SΣ 1..1 uri OID for the VPNR system
Fixed Value: urn:oid:1.2.40.0.10.1.4.3.2
..... value SΣ 1..1 string VPNR value
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:vbPK SΣ 0..1 Identifier Encrypted sector-specific personal identifier (vbPK)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description 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 SΣ 1..1 uri OID for the vbPK system
Fixed Value: urn:oid:1.2.40.0.34.4.22
..... value SΣ 1..1 string vbPK value
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active Σ 0..1 boolean Whether this practitioner's record is in active use
... name SΣ 1..* HumanName Practitioner name
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... text Σ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix SΣ 0..* string Academic title or professional title (e.g., 'Dr.')
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period Σ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
... address SΣ 0..* HL7ATCoreAddress Practitioner address (AT Core Address profile)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:genderAddition S 0..1 Coding Austrian administrative gender addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
.... value 0..1 string Primitive value for code
... birthDate Σ 0..1 date The date on which the practitioner was born
... photo 0..* Attachment Image of the person
... qualification S 0..* BackboneElement Qualification/specialisation of the practitioner
.... 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
.... identifier 0..* Identifier An identifier for this qualification for the practitioner
.... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.
.... period 0..1 Period Period during which the qualification is valid
.... issuer 0..1 Reference(Organization) Organization that regulates and issues the qualification
... communication 0..* CodeableConcept A language the practitioner can use in patient communication
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding


doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Practitioner.language Base preferred Common Languages 📦4.0.1 FHIR Std.
Practitioner.identifier:GDA-OID.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:GDA-OID.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Practitioner.identifier:VPNR.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:VPNR.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Practitioner.identifier:vbPK.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:vbPK.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Practitioner.name.use Base required NameUse 📍4.0.1 FHIR Std.
Practitioner.gender Base required AdministrativeGender 📍4.0.1 FHIR Std.
Practitioner.qualification.​code Base example v2 table 0360, Version 2.7 📦0360 FHIR Std.
Practitioner.communication Base preferred Common Languages 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Practitioner If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Practitioner 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 Practitioner 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 Practitioner If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Practitioner 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 PractitionerEu

Summary

Mandatory: 0 element(6 nested mandatory elements)
Must-Support: 14 elements
Fixed: 3 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Practitioner.identifier

Key Elements View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* PractitionerEu A person with a formal responsibility in the provisioning of healthcare or related services
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:GDA-OID SΣ 0..1 Identifier OID identifying this practitioner as a GDA
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri System for OID-based identifiers
Fixed Value: urn:ietf:rfc:3986
..... value SΣ 1..1 string OID URI (e.g., urn:oid:1.2.40.0.34.99.x.y.z)
Example General: 123456
..... assigner SΣ 0..1 Reference(Organization) ELGA GmbH or registering authority
.... identifier:VPNR SΣ 0..* Identifier Vertragspartnernummer (VPNR)
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri OID for the VPNR system
Fixed Value: urn:oid:1.2.40.0.10.1.4.3.2
..... value SΣ 1..1 string VPNR value
Example General: 123456
.... identifier:vbPK SΣ 0..1 Identifier Encrypted sector-specific personal identifier (vbPK)
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... system SΣ 1..1 uri OID for the vbPK system
Fixed Value: urn:oid:1.2.40.0.34.4.22
..... value SΣ 1..1 string vbPK value
Example General: 123456
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix SΣ 0..* string Academic title or professional title (e.g., 'Dr.')
This repeating element order: Prefixes appear in the correct order for presenting the name
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
... address SΣ 0..* HL7ATCoreAddress Practitioner address (AT Core Address profile)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:genderAddition S 0..1 Coding Austrian administrative gender addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
... qualification S 0..* BackboneElement Qualification/specialisation of the practitioner
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.

doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Practitioner.identifier:GDA-OID.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:VPNR.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:vbPK.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.name.use Base required NameUse 📍4.0.1 FHIR Std.
Practitioner.gender Base required AdministrativeGender 📍4.0.1 FHIR Std.
Practitioner.qualification.​code Base example v2 table 0360, Version 2.7 📦0360 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Practitioner If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Practitioner 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 Practitioner 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 Practitioner If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Practitioner 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 PractitionerEu

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* PractitionerEu A person with a formal responsibility in the provisioning of healthcare or related services
... Slices for identifier 0..* Identifier An identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:GDA-OID S 0..1 Identifier OID identifying this practitioner as a GDA
..... system S 1..1 uri System for OID-based identifiers
Fixed Value: urn:ietf:rfc:3986
..... value S 1..1 string OID URI (e.g., urn:oid:1.2.40.0.34.99.x.y.z)
..... assigner S 0..1 Reference(Organization) ELGA GmbH or registering authority
.... identifier:VPNR S 0..* Identifier Vertragspartnernummer (VPNR)
..... system S 1..1 uri OID for the VPNR system
Fixed Value: urn:oid:1.2.40.0.10.1.4.3.2
..... value S 1..1 string VPNR value
.... identifier:vbPK S 0..1 Identifier Encrypted sector-specific personal identifier (vbPK)
..... system S 1..1 uri OID for the vbPK system
Fixed Value: urn:oid:1.2.40.0.34.4.22
..... value S 1..1 string vbPK value
... name 1..* HumanName Practitioner name
.... prefix S 0..* string Academic title or professional title (e.g., 'Dr.')
... address 0..* HL7ATCoreAddress Practitioner address (AT Core Address profile)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:genderAddition S 0..1 Coding Austrian administrative gender addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
... qualification S 0..* BackboneElement Qualification/specialisation of the practitioner

doco Documentation for this format

Snapshot View

NameFlagsCard.TypeDescription & Constraints    Filter: Filtersdoco
.. Practitioner 0..* PractitionerEu A person with a formal responsibility in the provisioning of healthcare or related 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
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier Σ 0..* Identifier An identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:GDA-OID SΣ 0..1 Identifier OID identifying this practitioner as a GDA
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description 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 SΣ 1..1 uri System for OID-based identifiers
Fixed Value: urn:ietf:rfc:3986
..... value SΣ 1..1 string OID URI (e.g., urn:oid:1.2.40.0.34.99.x.y.z)
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner SΣ 0..1 Reference(Organization) ELGA GmbH or registering authority
.... identifier:VPNR SΣ 0..* Identifier Vertragspartnernummer (VPNR)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description 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 SΣ 1..1 uri OID for the VPNR system
Fixed Value: urn:oid:1.2.40.0.10.1.4.3.2
..... value SΣ 1..1 string VPNR value
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
.... identifier:vbPK SΣ 0..1 Identifier Encrypted sector-specific personal identifier (vbPK)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .
..... type Σ 0..1 CodeableConcept Description 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 SΣ 1..1 uri OID for the vbPK system
Fixed Value: urn:oid:1.2.40.0.34.4.22
..... value SΣ 1..1 string vbPK value
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... active Σ 0..1 boolean Whether this practitioner's record is in active use
... name SΣ 1..* HumanName Practitioner name
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... use ?!Σ 0..1 code usual | official | temp | nickname | anonymous | old | maiden
Binding: NameUse (required): The use of a human name.
.... text Σ 0..1 string Text representation of the full name
.... family SΣ 0..1 string Family name (often called 'Surname')
.... given SΣ 0..* string Given names (not always 'first'). Includes middle names
This repeating element order: Given Names appear in the correct order for presenting the name
.... prefix SΣ 0..* string Academic title or professional title (e.g., 'Dr.')
This repeating element order: Prefixes appear in the correct order for presenting the name
.... suffix Σ 0..* string Parts that come after the name
This repeating element order: Suffixes appear in the correct order for presenting the name
.... period Σ 0..1 Period Time period when name was/is in use
... telecom SΣ 0..* ContactPoint A contact detail for the practitioner (that apply to all roles)
... address SΣ 0..* HL7ATCoreAddress Practitioner address (AT Core Address profile)
... gender SΣ 0..1 code male | female | other | unknown
Binding: AdministrativeGender (required): The gender of a person used for administrative purposes.
.... id 0..1 string xml:id (or equivalent in JSON)
.... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
..... extension:genderAddition S 0..1 Coding Austrian administrative gender addition
URL: http://hl7.at/fhir/HL7ATCoreProfiles/4.0.1/StructureDefinition/at-core-ext-gender-administrativeGenderAddition
Binding: https://termgit.elga.gv.at/ValueSet/hl7-at-administrativegender-fhir-extension (required)
.... value 0..1 string Primitive value for code
... birthDate Σ 0..1 date The date on which the practitioner was born
... photo 0..* Attachment Image of the person
... qualification S 0..* BackboneElement Qualification/specialisation of the practitioner
.... 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
.... identifier 0..* Identifier An identifier for this qualification for the practitioner
.... code 1..1 CodeableConcept Coded representation of the qualification
Binding: v2 table 0360, Version 2.7 (example): Specific qualification the practitioner has to provide a service.
.... period 0..1 Period Period during which the qualification is valid
.... issuer 0..1 Reference(Organization) Organization that regulates and issues the qualification
... communication 0..* CodeableConcept A language the practitioner can use in patient communication
Binding: CommonLanguages (preferred): A human language.
Additional BindingsPurpose
AllLanguages Max Binding


doco Documentation for this format

Terminology Bindings

Path Status Usage ValueSet Version Source
Practitioner.language Base preferred Common Languages 📦4.0.1 FHIR Std.
Practitioner.identifier:GDA-OID.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:GDA-OID.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Practitioner.identifier:VPNR.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:VPNR.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Practitioner.identifier:vbPK.​use Base required IdentifierUse 📍4.0.1 FHIR Std.
Practitioner.identifier:vbPK.​type Base extensible IdentifierType 📍4.0.1 FHIR Std.
Practitioner.name.use Base required NameUse 📍4.0.1 FHIR Std.
Practitioner.gender Base required AdministrativeGender 📍4.0.1 FHIR Std.
Practitioner.qualification.​code Base example v2 table 0360, Version 2.7 📦0360 FHIR Std.
Practitioner.communication Base preferred Common Languages 📦4.0.1 FHIR Std.

Constraints

Id Grade Path(s) Description Expression
dom-2 error Practitioner If the resource is contained in another resource, it SHALL NOT contain nested Resources contained.contained.empty()
dom-3 error Practitioner 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 Practitioner 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 Practitioner If a resource is contained in another resource, it SHALL NOT have a security label contained.meta.security.empty()
dom-6 best practice Practitioner 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 PractitionerEu

Summary

Mandatory: 0 element(6 nested mandatory elements)
Must-Support: 14 elements
Fixed: 3 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Practitioner.identifier

 

Other representations of profile: CSV, Excel, Schematron