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
US-core 5 contains a profile (http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-question-library) which has an ElementDefinition like this:
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-question-library
<path value="Demographics.dob"/> <label value="What is this person's date of birth?"/> <definition value="n/a"/> <min value="0"/> <max value="1"/> <base> <path value="Demographics.dob"/> <min value="0"/> <max value="1"/> </base> <type> <code value="date"/> </type> <minValueDate value="1900-01-01"/> <maxValueDate> <extension url="http://hl7.org/fhir/StructureDefinition/cqf-expression"> <valueExpression> <language value="text/fhirpath"/> <expression value="now() as date + 1 day"/> </valueExpression> </extension> </maxValueDate> </element>
I would be nice if we support the cqf extension for validation. This could be done in the schemabuilder
The text was updated successfully, but these errors were encountered:
No branches or pull requests
US-core 5 contains a profile (
http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-question-library
) which has an ElementDefinition like this:I would be nice if we support the cqf extension for validation. This could be done in the schemabuilder
The text was updated successfully, but these errors were encountered: