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
The Value sets : 356 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipKind 357 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipReflexivity 358 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipSymmetry 359 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipTransitivity
Belonging to Code system : https://terminology.hl7.org/5.5.0/CodeSystem-hl7TermMaintInfra.json.html are not expanded.
Value set expansion of http://terminology.hl7.org/ValueSet/mif-conceptRelationshipTransitivity (value set 359) should pick all codes under "MIF-ConceptRelationshipTransitivity" and then exclude itself which is MIF-ConceptRelationshipTransitivity .
All codes :
The expanded codes should be
In the Codes table, the corresponding codes are not present. Value set IDs 356 - 359 have no codes
To Reproduce Steps to reproduce the behavior:
{ "name": "Us-core-test-5.0.1", "version": "0.1.0", "description": "describe your package", "author": "supply your name here", "dependencies": { "hl7.fhir.us.core": "^5.0.1" } }
Expected behavior The expanded codes should be
Version used:
The text was updated successfully, but these errors were encountered:
Looking at this, we seem to throw away the children of the codes when we throw away the parent.
Todo:
Sorry, something went wrong.
307 http://hl7.org/fhir/ValueSet/encounter-participant-type also seems to expand incorrectly because of the same issue.
mmsmits
Successfully merging a pull request may close this issue.
Describe the bug
The Value sets :
356 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipKind
357 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipReflexivity
358 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipSymmetry
359 http://terminology.hl7.org/ValueSet/mif-conceptRelationshipTransitivity
Belonging to Code system : https://terminology.hl7.org/5.5.0/CodeSystem-hl7TermMaintInfra.json.html are not expanded.
Value set expansion of http://terminology.hl7.org/ValueSet/mif-conceptRelationshipTransitivity (value set 359) should pick all codes under "MIF-ConceptRelationshipTransitivity" and then exclude itself which is MIF-ConceptRelationshipTransitivity .
All codes :
The expanded codes should be
In the Codes table, the corresponding codes are not present.
Value set IDs 356 - 359 have no codes
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The expanded codes should be
Version used:
The text was updated successfully, but these errors were encountered: