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
In case one uses extensions on the primitive code value of gender like in this patient resource:
{ "resourceType": "Patient", "id": "0", "gender": "female", "_gender": { "extension": [ { "url": "http://fhir.de/StructureDefinition/gender-amtlich-de", "valueCoding": { "system": "http://fhir.de/CodeSystem/gender-amtlich-de", "code": "W", "display": "weiblich" } } ] } }
CQL doesn't see the value female and so doesn't match the resource on queries like this:
female
define InInitialPopulation: Patient.gender = 'female'
The text was updated successfully, but these errors were encountered:
Fixed in #992
Sorry, something went wrong.
alexanderkiel
No branches or pull requests
In case one uses extensions on the primitive code value of gender like in this patient resource:
CQL doesn't see the value
female
and so doesn't match the resource on queries like this:The text was updated successfully, but these errors were encountered: