In the MedicationRequest resource for FHIR r4 , the status attribute identifies the active | on-hold | cancelled | completed | entered-in-error | stopped | draft | unknown
"status": "active"
"identifier": [
{
"use": "official",
"system": "http://www.bmc.nl/portal/prescriptions",
"value": "12345"
}
]
"status": "active"
"statusReason":
"intent": "order"
"category":
"priority":
"doNotPerform":
"reported[x]":
"medication[x]":
"subject": {
"reference": "Patient/pat1",
"display": "Donald Duck"
}
"encounter": {
"reference": "Encounter/f001",
"display": "encounter that leads to this prescription"
}
"supportingInformation":
"authoredOn": "2015-03-01"
"requester": {
"reference": "Practitioner/f007",
"display": "Patrick Pump"
}
"performer":
"performerType":
"recorder":
"reasonCode": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "59621000",
"display": "Essential hypertension (disorder)"
}
]
}
]
"reasonReference":
"instantiatesCanonical":
"instantiatesUri":
"basedOn":
"groupIdentifier":
"courseOfTherapyType":
"insurance":
"note":
"dosageInstruction": [
{
"sequence": 1,
"text": "Take one tablet daily as directed"
}
]
"dispenseRequest":
"substitution":
"priorPrescription":
"detectedIssue":
"eventHistory":