Skip to content

unit field limited by precoordinated ucum unit #75

@Rosnyni

Description

@Rosnyni

It is not possible to enter valid ucum unit in the unit field if they are not 'precoordinated' in the API used.

For exemple :

image

image

image

In such case, it leads to the following extension :

      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/questionnaire-unit",
          "valueCoding": {
            "code": "/mm3",
            "display": "/mm3"
          }
        }
      ]

it is of course possible to :

  • convert the unit for precoordinated : /mm3 --> /ul
  • discard the annotation :
    • wk{gestationnal} --> wk
    • I'm less confident in {pack}.a --> a ?

but we loose some convenient annotation and possibly some users used to one unit

Instead of relying on a limited precoordinated set of unit, it could be possible just to validate the unit filed by the user in the field ?
Or just enriching the list of precoordinated units ?
Or add an option in the formbuilder to fully specify unit (codesystem, code and display) ?

There is probably tons of solution...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions