FHIR IG analytics| Package | fhir.deep6.ai |
| Resource Type | MedicationRequest |
| Id | MedicationRequest-medicationrequest-example.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: MedicationRequest medicationrequest-example
Profile: Deep 6 AI MedicationRequest
status: Stopped
intent: Order
medication: Medication ACETAMINOPHEN 325 MG
authoredOn: 2025-04-01 10:20:00+0000
requester: Practitioner JOHN DOCTOR
dosageInstruction
sequence: 1
text: Take 30 minutes beforehand.
timing: Code
route: Oral
DoseAndRates
Type Dose[x] Ordered 650 mg
Generated Narrative: Medication #FOOBAR42
code: ACETAMINOPHEN 325 MG
form: TABS
Ingredients
Item[x] ACETAMINOPHEN 325 MG
{
"resourceType": "MedicationRequest",
"id": "medicationrequest-example",
"meta": {
"profile": [
"http://deep6.ai/fhir/StructureDefinition/deep-6-ai-medicationrequest-1.0.2"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"contained": [
{
"resourceType": "Medication",
"id": "FOOBAR42",
"code": {
"coding": [
{
"system": "http://example.com/med",
"code": "42",
"display": "ACETAMINOPHEN 325 MG"
}
]
},
"form": {
"text": "TABS"
},
"ingredient": [
{
"itemCodeableConcept": {
"coding": [
{
"system": "http://example.com/med-ingredient",
"code": "42",
"display": "ACETAMINOPHEN 325 MG"
}
],
"text": "ACETAMINOPHEN 325 MG"
}
}
]
}
],
"status": "stopped",
"intent": "order",
"medicationReference": {
"reference": "#FOOBAR42"
},
"subject": {
"reference": "Patient/patient-example"
},
"encounter": {
"reference": "Encounter/encounter-example"
},
"authoredOn": "2025-04-01T10:20:00Z",
"requester": {
"reference": "Practitioner/practitioner-example"
},
"dosageInstruction": [
{
"sequence": 1,
"text": "Take 30 minutes beforehand.",
"timing": {
"code": {
"text": "Once (Outpatient)"
}
},
"route": {
"coding": [
{
"system": "http://example.com/med-route",
"code": "FOO",
"display": "Oral"
}
]
},
"doseAndRate": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/dose-rate-type",
"code": "ordered",
"display": "Ordered"
}
]
},
"doseQuantity": {
"value": 650,
"unit": "mg"
}
}
]
}
]
}