Implementation Guide
ePA Medication Service
Version 1.0.5-ballot.1 - draft

: Get Medication List - XML Representation

Draft as of 2025-02-14

Raw xml | Download


<OperationDefinition xmlns="http://hl7.org/fhir">
  <id value="get-medication-list-op"/>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: OperationDefinition get-medication-list-op</b></p><a name="get-medication-list-op"> </a><a name="hcget-medication-list-op"> </a><a name="get-medication-list-op-en-US"> </a><p>URL: [base]/$medication-list</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>date</td><td/><td>0..2</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#date">date</a></td><td/><td><div><p>Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit.</p>
</div></td></tr><tr><td>IN</td><td>_count</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#integer">integer</a></td><td/><td><div><p>Limit the result bundle to this many entries. To get more entries request the next page.</p>
</div></td></tr><tr><td>IN</td><td>_offset</td><td/><td>0..1</td><td><a href="http://hl7.org/fhir/R4/datatypes.html#integer">integer</a></td><td/><td><div><p>Defines the offset of the first entry in the collection.</p>
</div></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href="http://hl7.org/fhir/R4/bundle.html">Bundle</a></td><td/><td><div><p>Searchset bundle containing the requested entities.</p>
</div></td></tr></table></div>
  </text>
  <url
       value="https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op"/>
  <version value="1.0.5-ballot.1"/>
  <name value="Get Medication List"/>
  <title value="Get Medication List"/>
  <status value="draft"/>
  <kind value="query"/>
  <date value="2025-02-14"/>
  <publisher value="gematik GmbH"/>
  <contact>
    <name value="gematik GmbH"/>
    <telecom>
      <system value="url"/>
      <value value="https://www.gematik.de"/>
    </telecom>
    <telecom>
      <system value="email"/>
      <value value="patientteam [ at ] gematik.de"/>
    </telecom>
  </contact>
  <description value="Get a medication list"/>
  <code value="medication-list"/>
  <system value="true"/>
  <type value="false"/>
  <instance value="false"/>
  <parameter>
    <name value="date"/>
    <use value="in"/>
    <min value="0"/>
    <max value="2"/>
    <documentation
                   value="Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit."/>
    <type value="date"/>
  </parameter>
  <parameter>
    <name value="_count"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Limit the result bundle to this many entries. To get more entries request the next page."/>
    <type value="integer"/>
  </parameter>
  <parameter>
    <name value="_offset"/>
    <use value="in"/>
    <min value="0"/>
    <max value="1"/>
    <documentation
                   value="Defines the offset of the first entry in the collection."/>
    <type value="integer"/>
  </parameter>
  <parameter>
    <name value="return"/>
    <use value="out"/>
    <min value="1"/>
    <max value="1"/>
    <documentation
                   value="Searchset bundle containing the requested entities."/>
    <type value="Bundle"/>
  </parameter>
</OperationDefinition>