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 solution you'd like Requesting that for items of type quantity that support be provided for the 2 associated SDC extensions
quantity
The result of this would be that the lower and upper bounds for a given quantity item would be controlled.
Describe alternatives you've considered none available
Additional context Refer to issue #639
Example item:
{ "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unitOption", "valueCoding": { "system": "http://unitsofmeasure.org", "code": "kg", "display": "kg" } }, { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-minQuantity", "valueQuantity": { "value": 0, "system": "http://unitsofmeasure.org", "code": "kg" } }, { "url": "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-questionnaire-maxQuantity", "valueQuantity": { "value": 300, "system": "http://unitsofmeasure.org", "code": "kg" } } ], "linkId": "body-weight", "type": "quantity", "text": "Body Weight" }
The text was updated successfully, but these errors were encountered:
- Fixed #1069 by adding support for Quantity Max and Min value extens…
aa9f78c
…ions.
No branches or pull requests
Describe the solution you'd like
Requesting that for items of type
quantity
that support be provided for the 2 associated SDC extensionsThe result of this would be that the lower and upper bounds for a given quantity item would be controlled.
Describe alternatives you've considered
none available
Additional context
Refer to issue #639
Example item:
The text was updated successfully, but these errors were encountered: