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

FHIR IG Statistics: OperationDefinition/provide-dispensation-OP

Packagede.gematik.dev.epa.medication
Resource TypeOperationDefinition
Idprovide-dispensation-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/provide-dispensation-OP
URLhttps://gematik.de/fhir/epa-medication/OperationDefinition/provide-dispensation-OP
Version1.1.0
Statusactive
Date2024-08-14
NameProvide Dispensation
TitleProvide Dispensation
DescriptionThe $provide-dispensation operation in the ePA Medication Service is used to record information about the dispensing of non-prescription dispensations.
Typefalse
Kindoperation

Resources that use this resource

CapabilityStatement
epa-capabilitystatement-medicationEPA CapabilityStatement for the Medication Service

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "OperationDefinition",
  "id": "provide-dispensation-OP",
  "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/provide-dispensation-OP",
  "title": "Provide Dispensation",
  "description": "The $provide-dispensation operation in the ePA Medication Service is used to record information about the dispensing of non-prescription dispensations.",
  "version": "1.1.0",
  "status": "active",
  "publisher": "gematik GmbH",
  "date": "2024-08-14",
  "name": "Provide Dispensation",
  "kind": "operation",
  "code": "provide-dispensation",
  "system": true,
  "type": false,
  "instance": false,
  "inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-provide-dispensation-input-parameters",
  "outputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-dispensation-output-parameters",
  "parameter": [
    {
      "name": "dispensation",
      "use": "in",
      "min": 1,
      "max": "*",
      "part": [
        {
          "name": "medicationDispense",
          "type": "MedicationDispense",
          "use": "in",
          "min": 1,
          "max": "1"
        },
        {
          "name": "medication",
          "type": "Medication",
          "use": "in",
          "min": 1,
          "max": "1"
        }
      ]
    },
    {
      "name": "performerInstitution",
      "type": "Organization",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Tätige Leistungserbringerinstitution, die die Schreiboperation generell ausübt. Die Angabe der Leistungserbringerinstitution ist mandatorisch, denn hier erfolgt die Übereinstimmungsprüfung hinsichtlich der aktuell zugreifenden LEI."
    },
    {
      "name": "dispensation",
      "use": "out",
      "min": 1,
      "max": "*",
      "part": [
        {
          "name": "medicationDispense",
          "type": "MedicationDispense",
          "use": "out",
          "min": 0,
          "max": "1"
        },
        {
          "name": "medication",
          "type": "Medication",
          "use": "out",
          "min": 0,
          "max": "1"
        },
        {
          "name": "operationOutcome",
          "type": "OperationOutcome",
          "use": "out",
          "min": 0,
          "max": "1"
        }
      ]
    }
  ]
}