Medication Scheme Implementation Guide
1.0.0 - draft Estonia flag

Medication Scheme Implementation Guide, published by TEHIK. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/TEHIK-EE/ig-ee-medication-scheme/ and changes regularly. See the Directory of published versions

: Medication Statement Confirm - XML Representation

Page standards status: Trial-use Maturity Level: 1

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="MedicationStatement-confirm"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition MedicationStatement-confirm</b></p><a name="MedicationStatement-confirm"> </a><a name="hcMedicationStatement-confirm"> </a><a name="MedicationStatement-confirm-en-US"> </a><p>URL: [base]/MedicationStatement/$confirm</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>lastKnownConfirmation</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R5/references.html#Reference">Reference</a></td><td/><td><div><p>Fully qualified reference to the previous medication plan (i.e. List resource)</p>
</div></td></tr><tr><td>IN</td><td>input</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/bundle.html">Bundle</a></td><td/><td><div><p>Added, changed and ceased medication statements and the included medication resources as they should be persisted in the next snapshot of the medication plan</p>
</div></td></tr><tr><td>IN</td><td>confirmer</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/practitionerrole.html">PractitionerRole</a></td><td/><td><div><p>The PractitionerRole resource of the practitioner confirming the statements, will be added to prescribed statements and list resource as contained resource</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R5/bundle.html">Bundle</a></td><td/><td><div><p>In force medication plan, i.e. the interconnected List, MedicationStatement and Medication resources</p>
</div></td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm">
    <valueInteger value="1"/>
  </extension>
  <extension
             url="http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status">
    <valueCode value="trial-use"/>
  </extension>
  <url
       value="https://fhir.ee/OperationDefinition/MedicationStatement-confirm"/>
  <version value="1.0.0"/>
  <name value="Confirm"/>
  <title value="Medication Statement Confirm"/>
  <status value="active"/>
  <kind value="operation"/>
  <experimental value="false"/>
  <date value="2024-02-29T15:21:02+11:00"/>
  <publisher value="TEHIK"/>
  <contact>
    <name value="TEHIK"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.tehik.ee"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="fhir@tehik.ee"/>
    </telecom>
  </contact>
  <contact>
    <name value="TEHIK Andmekorraldus"/>
    <telecom>
      <system value="email"/>
      <value value="andmekorraldus@tehik.ee"/>
      <use value="work"/>
    </telecom>
  </contact>
  <description
               value="The $confirm operation manages a medication plan of a patient, i.e. creates a snapshot of effective medication statements as well as propagates medication requests."/>
  <jurisdiction>
    <coding>
      <system value="urn:iso:std:iso:3166"/>
      <code value="EE"/>
      <display value="Estonia"/>
    </coding>
  </jurisdiction>
  <affectsState value="true"/>
  <code value="confirm"/>
  <resource value="MedicationStatement"/>
  <system value="false"/>
  <type value="true"/>
  <instance value="false"/>
  <parameter>
    <name value="lastKnownConfirmation"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Fully qualified reference to the previous medication plan (i.e. List resource)"/>
    <type value="Reference"/>
  </parameter>
  <parameter>
    <name value="input"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Added, changed and ceased medication statements and the included medication resources as they should be persisted in the next snapshot of the medication plan"/>
    <type value="Bundle"/>
  </parameter>
  <parameter>
    <name value="confirmer"/>
    <use value="in"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="The PractitionerRole resource of the practitioner confirming the statements, will be added to prescribed statements and list resource as contained resource"/>
    <type value="PractitionerRole"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="In force medication plan, i.e. the interconnected List, MedicationStatement and Medication resources"/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>