PackagesCanonicalsLogsProblems
    Packages
    de.gematik.epa.medication@1.1.1
    https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-prescription-link-task
{
  "description": "This profile defines a specialized structure for FHIR Task resources aimed at establishing a link between medication information and associated medication prescriptions. It facilitates the efficient organization and tracking of medication processes within Medication Service of the ePA system.",
  "_filename": "StructureDefinition-epa-medication-prescription-link-task.json",
  "package_name": "de.gematik.epa.medication",
  "date": "2024-08-14",
  "derivation": "constraint",
  "publisher": "gematik GmbH",
  "fhirVersion": "4.0.1",
  "name": "EPAMedicationPrescriptionLinkTask",
  "abstract": false,
  "type": "Task",
  "experimental": "false",
  "resourceType": "StructureDefinition",
  "title": "EPA MedicationPrescription Link Task",
  "package_version": "1.1.1",
  "status": "active",
  "id": "1b10d60c-feaf-4b08-aa7c-a05d2707d951",
  "kind": "resource",
  "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-prescription-link-task",
  "version": "1.1.1",
  "differential": {
    "element": [ {
      "id": "Task.status",
      "path": "Task.status",
      "short": "Status of Medication Prescription Link Task",
      "mustSupport": true
    }, {
      "id": "Task.intent",
      "path": "Task.intent",
      "short": "order",
      "definition": "The 'order' code should be used here.",
      "mustSupport": true,
      "patternCode": "order"
    }, {
      "id": "Task.authoredOn",
      "path": "Task.authoredOn",
      "mustSupport": true
    }, {
      "id": "Task.requester",
      "path": "Task.requester",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Organization", "http://hl7.org/fhir/StructureDefinition/Practitioner", "http://hl7.org/fhir/StructureDefinition/PractitionerRole" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Task.input",
      "max": "2",
      "min": 2,
      "path": "Task.input",
      "short": "...",
      "slicing": {
        "rules": "open",
        "discriminator": [ {
          "path": "type",
          "type": "pattern"
        } ]
      },
      "mustSupport": true
    }, {
      "id": "Task.input:prescription",
      "max": "1",
      "min": 1,
      "path": "Task.input",
      "sliceName": "prescription",
      "mustSupport": true
    }, {
      "id": "Task.input:prescription.type",
      "path": "Task.input.type",
      "mustSupport": true,
      "patternCodeableConcept": {
        "coding": [ {
          "code": "PRESCIPTION",
          "system": "https://gematik.de/fhir/terminology/CodeSystem/epa-medication-task-label-cs"
        } ]
      }
    }, {
      "id": "Task.input:prescription.value[x]",
      "path": "Task.input.value[x]",
      "type": [ {
        "code": "Identifier",
        "profile": [ "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier" ]
      } ],
      "mustSupport": true
    }, {
      "id": "Task.input:statement",
      "max": "1",
      "min": 1,
      "path": "Task.input",
      "sliceName": "statement",
      "mustSupport": true
    }, {
      "id": "Task.input:statement.type",
      "path": "Task.input.type",
      "mustSupport": true,
      "patternCodeableConcept": {
        "coding": [ {
          "code": "MEDICATIONSTATEMENT",
          "system": "https://gematik.de/fhir/terminology/CodeSystem/epa-medication-task-label-cs"
        } ]
      }
    }, {
      "id": "Task.input:statement.value[x]",
      "path": "Task.input.value[x]",
      "type": [ {
        "code": "Reference",
        "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/MedicationStatement" ]
      } ],
      "mustSupport": true
    } ]
  },
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task"
}