Common FHIR profile vendor collaboration

1.0.0 - release Sweden flag

This page is part of the Common FHIR profile vendor collaboration (v1.0.0: Release) based on FHIR R4. . For a full list of available versions, see the Directory of published versions

Resource Profile: PractitionerSEVendorLite

Official URL: https://commonprofiles.care/fhir/StructureDefinition/PractitionerSEVendorLite Version: 1.0.0
Active as of 2023-03-17 Computable Name: PractitionerSEVendorLite

This is a light weight Swedish Practitioner profile. It can be used when practitioners have been referenced by other resources, such as Observation, ServiceRequest or Appointment, to fetch a minimal set of practitioner information. E.g. for display purposes. It can also be used for presenting a simple list of practitioners with associated information.

To use for simple use cases where practitioner data is needed. Examples could be to populate a list of practitioners for selection in a UI or including a small practitioner resource in a Bundle togehter with another resource that is referencing it.

Usage:

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

Formal Views of Profile Content

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

This structure is derived from SEBasePractitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..*SEBasePractitionerA person with a formal responsibility in the provisioning of healthcare or related services
... identifier:hsaid S0..1IdentifierAn identifier for the person as this agent
.... use 0..1codeusual | official | temp | secondary | old (If known)
Required Pattern: official
.... system 1..1uriThe namespace for the identifier value
.... value 1..1stringThe value that is unique
... active 0..1booleanWhether this practitioner's record is in active use
... telecom
.... system S1..1codephone | fax | email | pager | url | sms | other
.... value S1..1stringThe actual contact point details
.... period 0..0
... gender 0..0
... birthDate 0..0
... photo 0..0
... qualification 0..0
... communication 0..0

doco Documentation for this format
NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..*SEBasePractitionerA person with a formal responsibility in the provisioning of healthcare or related services
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... Slices for identifier Σ0..*IdentifierAn identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:hsaid SΣ0..1IdentifierAn identifier for the person as this agent
..... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


Required Pattern: official
..... system Σ1..1uriThe namespace for the identifier value
Fixed Value: urn:oid:1.2.752.29.4.19
..... value Σ1..1stringThe value that is unique
Example General: 123456
... name 0..1SEBaseHumanNameName of a human - parts and usage
... telecom Σ0..*ContactPointA contact detail for the practitioner (that apply to all roles)
.... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.

.... value SΣ1..1stringThe actual contact point details
.... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Practitioner.identifier:hsaid.userequiredPattern: official
Practitioner.telecom.systemrequiredContactPointSystem
Practitioner.telecom.userequiredContactPointUse
Practitioner.address.userequiredAddressUse
Practitioner.qualification.identifier:prescriber.userequiredIdentifierUse
Practitioner.qualification.identifier:legitimation.userequiredIdentifierUse
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
Practitioner.qualification.code.coding:hsa-befattningrequiredSEBaseHSABefattningVS (a valid code from urn:oid:1.2.759.129.2.2.1.4)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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
.. Practitioner 0..*SEBasePractitionerA person with a formal responsibility in the provisioning of healthcare or related services
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... Slices for identifier Σ0..*IdentifierAn identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:hsaid SΣ0..1IdentifierAn identifier for the person as this agent
..... 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 .


Required Pattern: official
..... 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.


Fixed Value: As shown (Provider number)
...... id0..0stringUnique id for inter-element referencing
...... extension0..0ExtensionAdditional content defined by implementations
...... coding1..1CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..0stringUnique id for inter-element referencing
....... extension0..0ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... version0..0stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: PRN
....... display0..0stringRepresentation defined by the system
....... userSelected0..0booleanIf this coding was chosen directly by the user
...... text0..0stringPlain text representation of the concept
..... system Σ1..1uriThe namespace for the identifier value
Fixed Value: urn:oid:1.2.752.29.4.19
..... value Σ1..1stringThe value that is unique
Example General: 123456
..... period Σ0..1PeriodTime period when id is/was valid for use
..... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
... active Σ0..1booleanWhether this practitioner's record is in active use
... name 0..1SEBaseHumanNameName of a human - parts and usage
... telecom Σ0..*ContactPointA contact detail for the practitioner (that apply to all roles)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.

.... value SΣ1..1stringThe actual contact point details
.... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

.... rank Σ0..1positiveIntSpecify preferred order of use (1 = highest)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Practitioner.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Practitioner.identifier:hsaid.userequiredPattern: official
Practitioner.identifier:hsaid.typeextensibleFixed Value: PRN
Practitioner.telecom.systemrequiredContactPointSystem
Practitioner.telecom.userequiredContactPointUse
Practitioner.address.userequiredAddressUse
Practitioner.address.typerequiredAddressType
Practitioner.qualification.identifier:prescriber.userequiredIdentifierUse
Practitioner.qualification.identifier:prescriber.typeextensibleIdentifier Type Codes
Practitioner.qualification.identifier:legitimation.userequiredIdentifierUse
Practitioner.qualification.identifier:legitimation.typeextensibleIdentifier Type Codes
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
Practitioner.qualification.code.coding:hosp.coderequiredSEBaseHOSPLegitimationsYrkeVS (a valid code from urn:oid:1.2.752.116.3.1.3)
Practitioner.qualification.code.coding:sosnyk.coderequiredSEBaseSOSNYKVS (a valid code from urn:oid:1.2.752.116.1.3.6)
Practitioner.qualification.code.coding:skr-yrke.codeextensibleSEBaseSKRYrkeVS
Practitioner.qualification.code.coding:hsa-befattningrequiredSEBaseHSABefattningVS (a valid code from urn:oid:1.2.759.129.2.2.1.4)

Constraints

IdGradePath(s)DetailsRequirements
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()

This structure is derived from SEBasePractitioner

Summary

Mandatory: 0 element (3 nested mandatory elements)
Must-Support: 3 elements
Prohibited: 7 elements

Differential View

This structure is derived from SEBasePractitioner

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..*SEBasePractitionerA person with a formal responsibility in the provisioning of healthcare or related services
... identifier:hsaid S0..1IdentifierAn identifier for the person as this agent
.... use 0..1codeusual | official | temp | secondary | old (If known)
Required Pattern: official
.... system 1..1uriThe namespace for the identifier value
.... value 1..1stringThe value that is unique
... active 0..1booleanWhether this practitioner's record is in active use
... telecom
.... system S1..1codephone | fax | email | pager | url | sms | other
.... value S1..1stringThe actual contact point details
.... period 0..0
... gender 0..0
... birthDate 0..0
... photo 0..0
... qualification 0..0
... communication 0..0

doco Documentation for this format

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Practitioner 0..*SEBasePractitionerA person with a formal responsibility in the provisioning of healthcare or related services
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... Slices for identifier Σ0..*IdentifierAn identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:hsaid SΣ0..1IdentifierAn identifier for the person as this agent
..... use ?!Σ0..1codeusual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .


Required Pattern: official
..... system Σ1..1uriThe namespace for the identifier value
Fixed Value: urn:oid:1.2.752.29.4.19
..... value Σ1..1stringThe value that is unique
Example General: 123456
... name 0..1SEBaseHumanNameName of a human - parts and usage
... telecom Σ0..*ContactPointA contact detail for the practitioner (that apply to all roles)
.... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.

.... value SΣ1..1stringThe actual contact point details
.... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.


doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Practitioner.identifier:hsaid.userequiredPattern: official
Practitioner.telecom.systemrequiredContactPointSystem
Practitioner.telecom.userequiredContactPointUse
Practitioner.address.userequiredAddressUse
Practitioner.qualification.identifier:prescriber.userequiredIdentifierUse
Practitioner.qualification.identifier:legitimation.userequiredIdentifierUse
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
Practitioner.qualification.code.coding:hsa-befattningrequiredSEBaseHSABefattningVS (a valid code from urn:oid:1.2.759.129.2.2.1.4)

Constraints

IdGradePath(s)DetailsRequirements
dom-2errorPractitionerIf the resource is contained in another resource, it SHALL NOT contain nested Resources
: contained.contained.empty()
dom-3errorPractitionerIf 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-4errorPractitionerIf 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-5errorPractitionerIf a resource is contained in another resource, it SHALL NOT have a security label
: contained.meta.security.empty()
dom-6best practicePractitionerA 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
.. Practitioner 0..*SEBasePractitionerA person with a formal responsibility in the provisioning of healthcare or related services
... id Σ0..1idLogical id of this artifact
... meta Σ0..1MetaMetadata about the resource
... implicitRules ?!Σ0..1uriA set of rules under which this content was created
... text 0..1NarrativeText summary of the resource, for human interpretation
... contained 0..*ResourceContained, inline Resources
... extension 0..*ExtensionAdditional content defined by implementations
... modifierExtension ?!0..*ExtensionExtensions that cannot be ignored
... Slices for identifier Σ0..*IdentifierAn identifier for the person as this agent
Slice: Unordered, Open by value:system
.... identifier:hsaid SΣ0..1IdentifierAn identifier for the person as this agent
..... 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 .


Required Pattern: official
..... 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.


Fixed Value: As shown (Provider number)
...... id0..0stringUnique id for inter-element referencing
...... extension0..0ExtensionAdditional content defined by implementations
...... coding1..1CodingCode defined by a terminology system
Fixed Value: (complex)
....... id0..0stringUnique id for inter-element referencing
....... extension0..0ExtensionAdditional content defined by implementations
....... system1..1uriIdentity of the terminology system
Fixed Value: http://terminology.hl7.org/CodeSystem/v2-0203
....... version0..0stringVersion of the system - if relevant
....... code1..1codeSymbol in syntax defined by the system
Fixed Value: PRN
....... display0..0stringRepresentation defined by the system
....... userSelected0..0booleanIf this coding was chosen directly by the user
...... text0..0stringPlain text representation of the concept
..... system Σ1..1uriThe namespace for the identifier value
Fixed Value: urn:oid:1.2.752.29.4.19
..... value Σ1..1stringThe value that is unique
Example General: 123456
..... period Σ0..1PeriodTime period when id is/was valid for use
..... assigner Σ0..1Reference(Organization)Organization that issued id (may be just text)
... active Σ0..1booleanWhether this practitioner's record is in active use
... name 0..1SEBaseHumanNameName of a human - parts and usage
... telecom Σ0..*ContactPointA contact detail for the practitioner (that apply to all roles)
.... id 0..1stringUnique id for inter-element referencing
.... extension 0..*ExtensionAdditional content defined by implementations
Slice: Unordered, Open by value:url
.... system SΣC1..1codephone | fax | email | pager | url | sms | other
Binding: ContactPointSystem (required): Telecommunications form for contact point.

.... value SΣ1..1stringThe actual contact point details
.... use ?!Σ0..1codehome | work | temp | old | mobile - purpose of this contact point
Binding: ContactPointUse (required): Use of contact point.

.... rank Σ0..1positiveIntSpecify preferred order of use (1 = highest)

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / Code
Practitioner.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
Practitioner.identifier:hsaid.userequiredPattern: official
Practitioner.identifier:hsaid.typeextensibleFixed Value: PRN
Practitioner.telecom.systemrequiredContactPointSystem
Practitioner.telecom.userequiredContactPointUse
Practitioner.address.userequiredAddressUse
Practitioner.address.typerequiredAddressType
Practitioner.qualification.identifier:prescriber.userequiredIdentifierUse
Practitioner.qualification.identifier:prescriber.typeextensibleIdentifier Type Codes
Practitioner.qualification.identifier:legitimation.userequiredIdentifierUse
Practitioner.qualification.identifier:legitimation.typeextensibleIdentifier Type Codes
Practitioner.qualification.codeexamplev2.0360.2.7 (a valid code from http://terminology.hl7.org/CodeSystem/v2-0360|2.7)
Practitioner.qualification.code.coding:hosp.coderequiredSEBaseHOSPLegitimationsYrkeVS (a valid code from urn:oid:1.2.752.116.3.1.3)
Practitioner.qualification.code.coding:sosnyk.coderequiredSEBaseSOSNYKVS (a valid code from urn:oid:1.2.752.116.1.3.6)
Practitioner.qualification.code.coding:skr-yrke.codeextensibleSEBaseSKRYrkeVS
Practitioner.qualification.code.coding:hsa-befattningrequiredSEBaseHSABefattningVS (a valid code from urn:oid:1.2.759.129.2.2.1.4)

Constraints

IdGradePath(s)DetailsRequirements
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()

This structure is derived from SEBasePractitioner

Summary

Mandatory: 0 element (3 nested mandatory elements)
Must-Support: 3 elements
Prohibited: 7 elements

 

Other representations of profile: CSV, Excel, Schematron