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

FHIR IG Statistics: OperationDefinition/verify-medication-plan-OP

Packagede.gematik.dev.epa.medication
Resource TypeOperationDefinition
Idverify-medication-plan-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/verify-medication-plan-OP
URLhttps://gematik.de/fhir/epa-medication/OperationDefinition/verify-medication-plan-OP
Version1.1.0
Statusactive
Date2024-08-14
NameVerify Medication Plan
TitleVerify Medication Plan
DescriptionVerification of the currently valid medication plan.
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": "verify-medication-plan-OP",
  "url": "https://gematik.de/fhir/epa-medication/OperationDefinition/verify-medication-plan-OP",
  "title": "Verify Medication Plan",
  "description": "Verification of the currently valid medication plan.",
  "version": "1.1.0",
  "status": "active",
  "publisher": "gematik GmbH",
  "date": "2024-08-14",
  "name": "Verify Medication Plan",
  "kind": "operation",
  "code": "verify-medication-plan",
  "system": true,
  "type": false,
  "instance": false,
  "inputProfile": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-op-verify-medicationplan-in-parameters",
  "outputProfile": "https://gematik.de/fhir/epa/StructureDefinition/epa-operation-outcome",
  "parameter": [
    {
      "name": "planVersion",
      "type": "id",
      "use": "in",
      "min": 1,
      "max": "1"
    },
    {
      "name": "performer",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Tätige Person und/oder Leistungserbringerinstitution/Organisation/Rolle, die die Schreiboperation generell ausübt. Die Angabe der Leistungserbringerinstitution ist mandatorisch, denn hier erfolgt die Übereinstimmungsprüfung hinsichtlich der aktuell zugreifenden LEI.",
      "part": [
        {
          "name": "organization",
          "type": "Organization",
          "use": "in",
          "min": 1,
          "max": "1"
        },
        {
          "name": "practitioner",
          "type": "Practitioner",
          "use": "in",
          "min": 0,
          "max": "1"
        },
        {
          "name": "practitionerRole",
          "type": "PractitionerRole",
          "use": "in",
          "min": 0,
          "max": "1"
        }
      ]
    },
    {
      "name": "return",
      "type": "OperationOutcome",
      "use": "out",
      "min": 1,
      "max": "1"
    }
  ]
}