FHIR IG analytics| Package | synapxe.nde |
| Resource Type | OperationDefinition |
| Id | GetMedications.OperationDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/OperationDefinition/GetMedications |
| URL | https://fhir.synapxe.sg/OperationDefinition/GetMedications |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-07-11 |
| Name | GetMedications |
| Title | Get Medications |
| Description | This API will retrieve a list of patient medications. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "GetMedications",
"url": "https://fhir.synapxe.sg/OperationDefinition/GetMedications",
"version": "1.0.0",
"name": "GetMedications",
"title": "Get Medications",
"status": "active",
"kind": "operation",
"date": "2025-07-11",
"publisher": "Synapxe",
"description": "This API will retrieve a list of patient medications.",
"code": "get-medications",
"system": true,
"type": false,
"instance": false,
"inputProfile": "https://fhir.synapxe.sg/StructureDefinition/profile-get-medications",
"outputProfile": "https://fhir.synapxe.sg/StructureDefinition/profile-outputmedicationlist",
"parameter": [
{
"name": "input",
"use": "in",
"min": 1,
"max": "1",
"type": "Parameters",
"documentation": "input parameters for get medications"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"type": "Bundle",
"documentation": "A Bundle containing the list of medications."
}
]
}