-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedicationrequest.json
More file actions
33 lines (33 loc) · 1.79 KB
/
Copy pathmedicationrequest.json
File metadata and controls
33 lines (33 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"resource": "MedicationRequest",
"toolName": "medicationrequest",
"title": "Medication Request",
"description": "Search for or read a FHIR MedicationRequest resource (prescriptions and medication orders). For direct read, provide _id alone. For search, provide patient, subject, identifier, encounter, or requester. Filter by status (active, completed, stopped) or intent (order, plan, proposal).",
"supportsDirectRead": true,
"searchParams": {
"_id": "MedicationRequest resource ID — performs direct read when provided alone",
"authoredon": "Date the prescription was written",
"category": "Medication usage category (e.g. inpatient, outpatient, community)",
"code": "Medication code (when coded as CodeableConcept)",
"date": "Date or date range for the prescription activity",
"encounter": "Encounter during which the request was created",
"identifier": "Business identifier",
"intended-dispenser": "Intended dispenser (Organization reference)",
"intended-performer": "Intended performer (Practitioner, Organization, etc.)",
"intended-performertype": "Intended performer type (CodeableConcept)",
"intent": "Intent: proposal, plan, order, original-order, reflex-order, filler-order, instance-order, option",
"medication": "Medication reference (when medication is a Reference)",
"patient": "Patient resource ID or reference",
"priority": "Priority: routine, urgent, asap, stat",
"requester": "Who requested the prescription",
"status": "Status: active, on-hold, cancelled, completed, entered-in-error, stopped, draft, unknown",
"subject": "Subject of the request (Patient or Group)"
},
"requireOneOf": [
"patient",
"subject",
"identifier",
"encounter",
"requester"
]
}