Element
type object
The kind of dose or rate specified, information is predefined and remains same for all MedicationRequest
coding object[]
Array [
systemstring
Example:
http://www.nlm.nih.gov/research/umls/rxnormcodestring
Example:
313002displaystring
Example:
Amoxicillin 500 MG Oral Capsule]
textstring
Example:
Amoxicillin 500mg CapsuledoseQuantity object
Stores the amount and its unit for the given medication, either doseQuantity or rateRatio will be present
valuenumber
Example:
30unitstring
Example:
tabletrateRatio object
Stores the rate and its unit for the given medication, either doseQuantity or rateRatio will be present
numerator object
valuenumber
Example:
30unitstring
Example:
tabletdenominator object
valuenumber
Example:
30unitstring
Example:
tabletElement
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 30,
"unit": "tablet"
},
"rateRatio": {
"numerator": {
"value": 30,
"unit": "tablet"
},
"denominator": {
"value": 30,
"unit": "tablet"
}
}
}