| Package | hl7.fhir.us.smp |
| Resource Type | OperationDefinition |
| Id | smp-operation-submit |
| FHIR Version | R4 |
| Source | http://hl7.org/fhir/us/smp/https://build.fhir.org/ig/HL7/smp-ig/OperationDefinition-smp-operation-submit.html |
| URL | http://hl7.org/fhir/us/smp/OperationDefinition/smp-operation-submit |
| Version | 1.0.0 |
| Status | active |
| Date | 2025-01-07T00:00:00-05:00 |
| Name | SMPOperationSubmit |
| Title | SMP Operation Submit |
| Realm | us |
| Authority | hl7 |
| Description | Optional operation to submit an individual patient's medication history list for storage |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| smp-server | SMP_Server |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition smp-operation-submit
URL: [base]/$smp-submit
Input parameters Profile:SMP Parameters - Submit
Output parameters Profile:SMP Parameters - Outcome
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | smp-medication-data | 1..1 | Bundle (Standardized Medication Profile - Bundle Medication List Maintenance) | A Bundle of type 'transaction' that contains medication information for the specified patient | ||
| OUT | outcome | 1..1 | OperationOutcome | An OperationOutcome resource containing processing information associated with the operation response, including error, warning and/or informational information |
{
"resourceType": "OperationDefinition",
"id": "smp-operation-submit",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"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"
}
]
}
}
],
"url": "http://hl7.org/fhir/us/smp/OperationDefinition/smp-operation-submit",
"version": "1.0.0",
"name": "SMPOperationSubmit",
"title": "SMP Operation Submit",
"status": "active",
"kind": "operation",
"date": "2025-01-07T00:00:00-05:00",
"publisher": "HL7 International / Pharmacy",
"contact": [
{
"name": "HL7 International / Pharmacy",
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/medication"
},
{
"system": "email",
"value": "pharmacylists@lists.hl7.org"
}
]
},
{
"name": "Andy Stechishin",
"telecom": [
{
"system": "email",
"value": "mailto:andy.stechishin@gmail.com"
}
]
}
],
"description": "Optional operation to submit an individual patient's medication history list for storage",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "US",
"display": "United States of America"
}
]
}
],
"affectsState": false,
"code": "smp-submit",
"system": true,
"type": false,
"instance": false,
"inputProfile": "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-submit",
"outputProfile": "http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-outcome",
"parameter": [
{
"name": "smp-medication-data",
"use": "in",
"min": 1,
"max": "1",
"documentation": "A Bundle of type 'transaction' that contains medication information for the specified patient",
"type": "Bundle",
"targetProfile": [
"http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction"
]
},
{
"name": "outcome",
"use": "out",
"min": 1,
"max": "1",
"documentation": "An OperationOutcome resource containing processing information associated with the operation response, including error, warning and/or informational information",
"type": "OperationOutcome"
}
]
}