{ "description": "This API will create a list of patient medication statements, drug allergies and medical alerts.", "_filename": "PutPatientMedicationList.OperationDefinition.json", "package_name": "synapxe.nehr", "date": "2025-07-11", "system": true, "publisher": "Synapxe", "instance": false, "name": "PutPatientMedicationList", "type": "false", "experimental": null, "outputProfile": "https://fhir.synapxe.sg/StructureDefinition/profile-bundlepatientmedicationlist", "resourceType": "OperationDefinition", "title": "Put Patient Medication List", "package_version": "1.0.0", "status": "active", "id": "574ea563-8647-422b-a838-148d71c2a331", "kind": "operation", "url": "https://fhir.synapxe.sg/OperationDefinition/PutPatientMedicationList", "code": "put-patient-medication-list", "version": "1.0.0", "inputProfile": "https://fhir.synapxe.sg/StructureDefinition/profile-bundlepatientmedicationlist", "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "input", "type": "Bundle", "documentation": "A Bundle containing one or more MedicationStatement, AllergyIntolerance, Flag resources and a List resource" }, { "max": "1", "min": 1, "use": "out", "name": "return", "type": "Bundle", "documentation": "A Bundle containing the created MedicationStatement resources with server-assigned IDs and metadata." } ] }