How to limit a Quantity element's unit type in FHIR -
i'm writing few profiles in fhir, , them i've added element type quantity. in documentation states quantity special case of code, can state unit type/dimension of quantity (e.g. it's temperature, weight, length, etc).
i cannot find example of how add restriction quantity element however, how specify unit in resource based on profile. what's correct way of doing this?
simply specify binding - can use binding declare value set units quantity (just specify 1 codeableconcept data type)
Comments
Post a Comment