We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
ValueSet $expand doesn't always return a display
$expand
display
Severity
Major
Steps to reproduce the behavior:
GET /ValueSet/yesnodontknow/$expand
... name: Yes-No-Don't-Know resourceType: ValueSet expansion: timestamp: 2023-06-15T12:35:09.464Z identifier: http://hl7.org/fhir/ValueSet/yesnodontknow contains: - code: 'N' system: http://terminology.hl7.org/CodeSystem/v2-0532 - code: asked-unknown system: http://terminology.hl7.org/CodeSystem/data-absent-reason display: Don't know - code: 'Y' system: http://terminology.hl7.org/CodeSystem/v2-0532 ... id: yesnodontknow url: http://hl7.org/fhir/ValueSet/yesnodontknow version: 4.0.1 _source: zen.fhir ...
GET /ValueSet/yesnodontknow
... name: Yes-No-Don't-Know resourceType: ValueSet expansion: contains: - code: 'Y' system: http://terminology.hl7.org/CodeSystem/v2-0136 display: 'Yes' - code: 'N' system: http://terminology.hl7.org/CodeSystem/v2-0136 display: 'No' - code: asked-unknown system: http://terminology.hl7.org/CodeSystem/data-absent-reason display: Don't know timestamp: '2015-07-14T10:00:00Z' identifier: urn:uuid:bf99fe50-2c2b-41ad-bd63-bee6919810b4 ... id: yesnodontknow url: http://hl7.org/fhir/ValueSet/yesnodontknow version: 4.0.1 _source: zen.fhir
Expected behavior
Request /ValueSet/yesnodontknow/$expand has to return ValueSet with all the displays
/ValueSet/yesnodontknow/$expand
... name: Yes-No-Don't-Know resourceType: ValueSet expansion: ... contains: - code: 'N' system: http://terminology.hl7.org/CodeSystem/v2-0532 display: 'No' - code: asked-unknown system: http://terminology.hl7.org/CodeSystem/data-absent-reason display: Don't know - code: 'Y' system: http://terminology.hl7.org/CodeSystem/v2-0532 display: 'Yes' ...
Versions:
edge v:2306.9241f01f
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
ValueSet
$expand
doesn't always return adisplay
Severity
Major
Steps to reproduce the behavior:
GET /ValueSet/yesnodontknow/$expand
It returns the result with missing
display
for Y and N codeGET /ValueSet/yesnodontknow
in REST consolereturns correct ValueSet with all the displays
Expected behavior
Request
/ValueSet/yesnodontknow/$expand
has to return ValueSet with all the displaysVersions:
edge
v:2306.9241f01f
The text was updated successfully, but these errors were encountered: