Standardized Medication Profile (SMP) FHIR IG
1.0.0 - STU 1 United States of America flag

This page is part of the US Standardized Medication Profile (SMP) (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: SMP Operation Submit - XML Representation

Page standards status: Trial-use Maturity Level: 1

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="smp-operation-submit"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition smp-operation-submit</b></p><a name="smp-operation-submit"> </a><a name="hcsmp-operation-submit"> </a><a name="smp-operation-submit-en-US"> </a><p>URL: [base]/$smp-submit</p><p>Input parameters Profile:<a href="StructureDefinition-smp-parameters-submit.html">SMP Parameters - Submit</a></p><p>Output parameters Profile:<a href="StructureDefinition-smp-parameters-outcome.html">SMP Parameters - Outcome</a></p><h3>Parameters</h3><table class="grid"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>IN</td><td>smp-medication-data</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a> (<a href="StructureDefinition-smp-bundle-transaction.html" title="http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction">Standardized Medication Profile - Bundle Medication List Maintenance</a>)</td><td/><td><div><p>A Bundle of type 'transaction' that contains medication information for the specified patient</p>
</div></td></tr><tr><td>OUT</td><td>outcome</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/operationoutcome.html">OperationOutcome</a></td><td/><td><div><p>An OperationOutcome resource containing processing information associated with the operation response, including error, warning and/or informational information</p>
</div></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-wg">
    <valueCode value="phx"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp"/>
      </extension>
    </valueInteger>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use">
      <extension
                 url="http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom">
        <valueCanonical
                        value="http://hl7.org/fhir/us/smp/ImplementationGuide/hl7.fhir.us.smp"/>
      </extension>
    </valueCode>
  </extension>
  <url
       value="http://hl7.org/fhir/us/smp/OperationDefinition/smp-operation-submit"/>
  <version value="1.0.0"/>
  <name value="SMPOperationSubmit"/>
  <title value="SMP Operation Submit"/>
  <status value="active"/>
  <kind value="operation"/>
  <date value="2025-01-07T00:00:00-05:00"/>
  <publisher value="HL7 International / Pharmacy"/>
  <contact>
    <name value="HL7 International / Pharmacy"/>
    <telecom>
      <system value="url"/>
      <value value="http://www.hl7.org/Special/committees/medication"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="pharmacylists@lists.hl7.org"/>
    </telecom>
  </contact>
  <contact>
    <name value="Andy Stechishin"/>
    <telecom>
      <system value="email"/>
      <value value="mailto:andy.stechishin@gmail.com"/>
    </telecom>
  </contact>
  <description
               value="Optional operation to submit an individual patient's medication history list for storage"/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="US"/>
      <display value="United States of America"/>
    </coding>
  </jurisdiction>
  <affectsState value="false"/>
  <code value="smp-submit"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <inputProfile
                value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-submit"/>
  <outputProfile
                 value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-parameters-outcome"/>
  <parameter>
    <name value="smp-medication-data"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="A Bundle of type 'transaction' that contains medication information for the specified patient"/>
    <type value="Bundle"/>
    <targetProfile
                   value="http://hl7.org/fhir/us/smp/StructureDefinition/smp-bundle-transaction"/>
  </parameter>
  <parameter>
    <name value="outcome"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="An OperationOutcome resource containing processing information associated with the operation response, including error, warning and/or informational information"/>
    <type value="OperationOutcome"/>
  </parameter>
</OperationDefinition>