Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Practitioner.qualification.code slicing is missing a discriminator #67

Open
vadi2 opened this issue Feb 16, 2024 · 0 comments
Open

Practitioner.qualification.code slicing is missing a discriminator #67

vadi2 opened this issue Feb 16, 2024 · 0 comments

Comments

@vadi2
Copy link

vadi2 commented Feb 16, 2024

http://hl7.se/fhir/ig/base/1.0.0/StructureDefinition-SEBasePractitioner.html defines a a few valuesets to use for qualification.code, but does not add any way to tell them apart - this means the slices can't actually be used in practice.

The HL7 validator will complain as a result:

Practitioner​.qualification[0]​.code​.coding[0] (l85​/c12) error Slicing cannot be evaluated: Could not match discriminator (1) for slice [system] in profile Practitioner.qualification.code.coding:hosp - the discriminator https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite|1.0.2 does not have fixed value, binding or existence assertions
Practitioner​.qualification[0]​.code​.coding[0] (l85​/c12) error Slicing cannot be evaluated: Could not match discriminator (1) for slice [system] in profile Practitioner.qualification.code.coding:sosnyk - the discriminator https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite|1.0.2 does not have fixed value, binding or existence assertions
Practitioner​.qualification[0]​.code​.coding[0] (l85​/c12) error Slicing cannot be evaluated: Could not match discriminator (1) for slice [system] in profile Practitioner.qualification.code.coding:skr-yrke - the discriminator https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite|1.0.2 does not have fixed value, binding or existence assertions
Practitioner​.qualification[0]​.code​.coding[0] (l85​/c12) error Slicing cannot be evaluated: Could not match discriminator (1) for slice [system] in profile Practitioner.qualification.code.coding:hsa-befattning - the discriminator https://commonprofiles.care/fhir/StructureDefinition/PractitionerSECommonsLite|1.0.2 does not have fixed value, binding or existence assertions

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant