Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

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