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

QuestionnaireResponse schema is broken when using a Valueset from CSIRO's terminology server as its adding in designation element #1088

Open
adha-admin opened this issue Jan 22, 2025 · 0 comments

Comments

@adha-admin
Copy link

adha-admin commented Jan 22, 2025

Describe the bug
The QuestionnaireResponse contains invalid FHIR element designation which it seems comes back from the terminology server.
We believe it is as a result of the version of OntoServer being used and adding this element in the ValueSet.

To Reproduce
Create any coded element in a Questionnaire and populate and review the QuestionnaireResponse output

Query Onto to see response
Fails using this version
https://tx.ontoserver.csiro.au/fhir/ValueSet/$expand?url=http://hl7.org/fhir/ValueSet/administrative-gender
Works ok with this version
https://r4.ontoserver.csiro.au/fhir/ValueSet/$expand?url=http://hl7.org/fhir/ValueSet/administrative-gender

Is it an experimental element added or does the rendered to need to remove this additional element

Expected behavior
The designation element should not be in the response

{
"linkId": "1-Background-PtGender",
"answer": [
{
"valueCoding": {
"system": "http://hl7.org/fhir/administrative-gender",
"code": "female",
"display": "Female",
"designation": [
{
"use": {
"system": "http://terminology.hl7.org/CodeSystem/designation-usage",
"code": "display"
},
"value": "Female"
}
]
}
}
],
"text": "Administrative gender"
}

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