Newer Version Available

This content describes an older version of this product. View Latest

FHIR Dose

Input representation for the dosage quantity.
Root XML tag
<FhirDoseInput>
JSON example
1{
2   "dosageQuantityType":"Dose",
3   "dosageQuantityNumerator":"10",
4   "dosageQuantityDenominator":"20",
5   "dosageUnit":{
6   "unitOfMeasure":{
7   "unitCode":"MGTttest",
8   "description":"MG description",
9   "type":"Custom"
10   }
11   }
12}
Properties
Name Type Description Required or Optional Available Version
dosageQuantityDenominator Double The denominator value for the quantity of medication per dose. This field can be used to record a simple quantity or a quantity range. Optional 54.0
dosageQuantityNumerator Double The numerator value for the quantity of medication per dose. This field can be used to record a simple quantity or a quantity range. Optional 54.0
dosageQuantityType String The type of dosage quantity recorded in DosageQuantityNumerator and DosageQuantityDenominator.
Possible values are:
  • Dose
  • Dose Range
Optional 54.0
dosageUnit FHIR Unit Of Measure Or ID The unit of dosage quantity. Optional 54.0