Skip to content
New issue

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

Feature: support for minQuantity and maxQuantity extensions #1069

Open
robeastwood-agency opened this issue Dec 1, 2024 · 0 comments
Open
Labels
alpha Alpha version of the renderer priority Priority ticket

Comments

@robeastwood-agency
Copy link

Describe the solution you'd like
Requesting that for items of type quantity that support be provided for the 2 associated SDC extensions

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"
}
@fongsean fongsean added alpha Alpha version of the renderer priority Priority ticket labels Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
alpha Alpha version of the renderer priority Priority ticket
Projects
None yet
Development

No branches or pull requests

2 participants