medrx0301
info
Source: HL7 - "Order with as needed (PRN) dosage with pre-condition - Oxycodone - active with reasonCode, note, dispenseRequest and substitution"
- Human readable text
- Dosage
[
{
"sequence": 1,
"text": "one to two tablets every 4-6 hours as needed for rib pain",
"additionalInstruction": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "418914006",
"display": "Warning. May cause drowsiness. If affected do not drive or operate machinery. Avoid alcoholic drink (qualifier value)"
}
]
}
],
"patientInstruction": "Take one to two tablets every four to six hours as needed for rib pain",
"timing": {
"repeat": {
"frequency": 1,
"period": 4,
"periodMax": 6,
"periodUnit": "h"
}
},
"asNeededFor": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "297217002",
"display": "Rib Pain (finding)"
}
]
}
],
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "26643006",
"display": "Oral Route"
}
]
},
"method": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "421521009",
"display": "Swallow - dosing instruction imperative (qualifier value)"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseRange": {
"low": {
"value": 1,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
},
"high": {
"value": 2,
"unit": "TAB",
"system": "http://terminology.hl7.org/CodeSystem/v3-orderableDrugForm",
"code": "TAB"
}
}
}
]
}
]