FHIR IG analytics| Package | synapxe.nde |
| Resource Type | OperationDefinition |
| Id | PutPatientMedicationList.OperationDefinition.json |
| FHIR Version | R5 |
| Source | https://simplifier.net/resolve?scope=synapxe.nde@1.0.0&canonical=https://fhir.synapxe.sg/OperationDefinition/PutPatientMedicationList |
| URL | https://fhir.synapxe.sg/OperationDefinition/PutPatientMedicationList |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-07-11 |
| Name | PutPatientMedicationList |
| Title | Put Patient Medication List |
| Description | This API will create a list of patient medication statements, drug allergies and medical alerts. |
| Type | false |
| Kind | operation |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "OperationDefinition",
"id": "PutPatientMedicationList",
"url": "https://fhir.synapxe.sg/OperationDefinition/PutPatientMedicationList",
"version": "1.0.0",
"name": "PutPatientMedicationList",
"title": "Put Patient Medication List",
"status": "active",
"kind": "operation",
"date": "2025-07-11",
"publisher": "Synapxe",
"description": "This API will create a list of patient medication statements, drug allergies and medical alerts.",
"code": "put-patient-medication-list",
"system": true,
"type": false,
"instance": false,
"inputProfile": "https://fhir.synapxe.sg/StructureDefinition/profile-bundlepatientmedicationlist",
"outputProfile": "https://fhir.synapxe.sg/StructureDefinition/profile-bundlepatientmedicationlist",
"parameter": [
{
"name": "input",
"use": "in",
"min": 1,
"max": "1",
"type": "Bundle",
"documentation": "A Bundle containing one or more MedicationStatement, AllergyIntolerance, Flag resources and a List resource"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"type": "Bundle",
"documentation": "A Bundle containing the created MedicationStatement resources with server-assigned IDs and metadata."
}
]
}