You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When validating resources that contain a Coding/CodeableConcept that uses the code and display from a CodeSystem that's in the persistence, the resulting message will not include any errors about the display not being the same as the one in the CodeSystem.
The page here outlines that the display should be checked if it's valid: https://hl7.org/fhir/R4/validation.html
To Reproduce
Steps to reproduce the behavior:
Create a CodeSystem with at least one concept (examples can be found here)
Create a ValueSet that include the CodeSystem that was just created
Allow for the ValueSet to be loaded and expanded
Valdate a resource that contains a Coding/CodeableConcept that uses the code defined in the CodeSystem that was made, with a different display than the one in the CodeSystem
Observe no error in the message returned
Expected behavior
Error should be present in the message
Environment (please complete the following information):
HAPI FHIR Version: 6.7.0
OS: MacOS
Browser: chrome
The text was updated successfully, but these errors were encountered:
Describe the bug
When validating resources that contain a Coding/CodeableConcept that uses the code and display from a CodeSystem that's in the persistence, the resulting message will not include any errors about the display not being the same as the one in the CodeSystem.
The page here outlines that the display should be checked if it's valid: https://hl7.org/fhir/R4/validation.html
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Error should be present in the message
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: