FHIR Dose And Rate

Input representation of the specified dose and rate.
Root XML tag
<FhirDoseAndRateInput>
JSON example
1{
2   "type":"Ordered",
3   "dose":{
4   "dosageQuantityType":"Dose",
5   "dosageQuantityNumerator":"10",
6   "dosageQuantityDenominator":"20",
7   "dosageUnit":{
8   "unitOfMeasure":{
9   "unitCode":"MGTttest",
10   "description":"MG description",
11   "type":"Custom"
12   }
13   }
14   },
15   "rate":{
16   "dosageRateType":"Frequency Ratio",
17   "dosageRateNumerator":"2",
18   "dosageRateDenominator":"3",
19   "dosageRateUnit":{
20   "unitOfMeasure":{
21   "unitCode":"MGTeste2",
22   "description":"MG description2",
23   "type":"Custom"
24   }
25   }
26   }
27}
Properties
Name Type Description Required or Optional Available Version
dose FHIR Dose Input Represents the dosage quantity. Optional 54.0
rate FHIR Rate Input Represents the dosage rate. Optional 54.0
type String The type of the specified dose. Optional 54.0