-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmedication.json
More file actions
24 lines (24 loc) · 1.13 KB
/
Copy pathmedication.json
File metadata and controls
24 lines (24 loc) · 1.13 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
{
"resource": "Medication",
"toolName": "medication",
"title": "Medication",
"description": "Search for or read a FHIR Medication resource (drug catalog). For direct read, provide _id alone. For search, provide code, identifier, or another scoping param. This resource describes medication products — use MedicationRequest for prescriptions or MedicationStatement for reported usage.",
"supportsDirectRead": true,
"searchParams": {
"_id": "Medication resource ID — performs direct read when provided alone",
"code": "Medication code (e.g. RxNorm, SNOMED CT, NDC)",
"expiration-date": "Expiration date of a medication batch",
"form": "Dose form (e.g. powder, tablets, capsule)",
"identifier": "Business identifier",
"ingredient": "Ingredient reference (Reference to Substance or Medication)",
"ingredient-code": "Ingredient code (as CodeableConcept)",
"lot-number": "Batch lot number",
"manufacturer": "Manufacturer reference",
"status": "Medication status: active, inactive, entered-in-error"
},
"requireOneOf": [
"_id",
"code",
"identifier"
]
}