FHIR IG analytics| Package | hl7.fhir.uv.fhir-clinical-document |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86
Last updated: 2024-05-07 11:28:17+0000; Language: en
status: Unknown
intent: Order
medication: Theophylline 200mg
subject: Eve Everiewoman
requester: Peter Practitioner
reasonCode: Management of Asthma
dosageInstruction
additionalInstruction: Take with Food
timing: 2 per 1 day
route: oral administration of treatment
DoseAndRates
Type Dose[x] Ordered 1 tablet (Details: UCUM code{tablet} = '{tablet}')
{
"resourceType": "MedicationRequest",
"id": "MedRequest-124a6916-5d84-4b8c-b250-10cefb8e6e86",
"meta": {
"lastUpdated": "2024-05-07T11:28:17.000+00:00"
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "unknown",
"intent": "order",
"medicationCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "66493003"
}
],
"text": "Theophylline 200mg"
},
"subject": {
"reference": "Patient/patient-example",
"display": "Eve Everiewoman"
},
"requester": {
"reference": "Practitioner/Doctor1",
"display": "Peter Practitioner"
},
"reasonCode": [
{
"text": "Management of Asthma"
}
],
"dosageInstruction": [
{
"additionalInstruction": [
{
"text": "Take with Food"
}
],
"timing": {
"repeat": {
"frequency": 2,
"period": 1,
"periodUnit": "d"
}
},
"route": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "394899003",
"display": "oral administration of treatment"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 1,
"unit": "tablet",
"system": "http://unitsofmeasure.org",
"code": "{tablet}"
}
}
]
}
]
}