-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
It is not possible to enter valid ucum unit in the unit field if they are not 'precoordinated' in the API used.
For exemple :
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
Labels
No labels