FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/get-medication-list-op

Packagede.gematik.dev.epa.medication
Resource TypeOperationDefinition
Idget-medication-list-op
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op
URLhttps://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op
Version1.1.0
Statusactive
Date2024-08-14
NameGet Medication List
Title$medication-list Operation
DescriptionGet a medication list
Typefalse
Kindquery

Resources that use this resource

CapabilityStatement
epa-medication-service-clientEPA Capability Statement für Clients des ePA Medication Service
epa-medication-service-serverEPA CapabilityStatement für den the Medication Service

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "get-medication-list-op",
  "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/get-medication-list-op",
  "title": "$medication-list Operation",
  "description": "Get a medication list",
  "version": "1.1.0",
  "status": "active",
  "publisher": "gematik GmbH",
  "date": "2024-08-14",
  "kind": "query",
  "name": "Get Medication List",
  "code": "medication-list",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "date",
      "type": "date",
      "use": "in",
      "min": 0,
      "max": "2",
      "documentation": "Limit the search to this date. Can specify upper or lower limits and periods by providing an upper and a lower limit."
    },
    {
      "name": "_count",
      "type": "integer",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Limit the result bundle to this many entries. To get more entries request the next page."
    },
    {
      "name": "_offset",
      "type": "integer",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Defines the offset of the first entry in the collection."
    },
    {
      "name": "return",
      "type": "Bundle",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Searchset bundle containing the requested entities."
    }
  ]
}