{ "description": "Optional operation to submit an individual patient's medication history list for storage", "_filename": "OperationDefinition-smp-operation-submit.json", "package_name": "hl7.fhir.us.smp", "date": "2025-01-07T00:00:00-05:00", "system": true, "publisher": "HL7 International / Pharmacy", "instance": false, "jurisdiction": [ { "coding": [ { "code": "US", "system": "urn:iso:std:iso:3166", "display": "United States of America" } ] } ], "name": "SMPOperationSubmit", "type": "false", "experimental": null, "outputProfile": "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-outcome", "resourceType": "OperationDefinition", "title": "SMP Operation Submit", "package_version": "1.0.0", "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg", "valueCode": "phx" }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1, "_valueInteger": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp" } ] } }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use", "_valueCode": { "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom", "valueCanonical": "http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp" } ] } } ], "status": "active", "id": "a32e47e6-b3d4-4f7d-99fb-8b1406a3d1f3", "affectsState": false, "kind": "operation", "url": "http://hl7.org/fhir/us/smp/OperationDefinition/smp-operation-submit", "code": "smp-submit", "version": "1.0.0", "contact": [ { "name": "HL7 International / Pharmacy", "telecom": [ { "value": "http://www.hl7.org/Special/committees/medication", "system": "url" }, { "value": "pharmacylists@lists.hl7.org", "system": "email" } ] }, { "name": "Andy Stechishin", "telecom": [ { "value": "mailto:andy.stechishin@gmail.com", "system": "email" } ] } ], "inputProfile": "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-submit", "parameter": [ { "max": "1", "min": 1, "use": "in", "name": "smp-medication-data", "type": "Bundle", "documentation": "A Bundle of type 'transaction' that contains medication information for the specified patient", "targetProfile": [ "http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction" ] }, { "max": "1", "min": 1, "use": "out", "name": "outcome", "type": "OperationOutcome", "documentation": "An OperationOutcome resource containing processing information associated with the operation response, including error, warning and/or informational information" } ] }