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

FHIR IG Statistics: StructureDefinition/epa-medication-prescription-link-task

Packagede.gematik.dev.epa.medication
Resource TypeStructureDefinition
Idepa-medication-prescription-link-task
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=de.gematik.dev.epa.medication@1.1.0-alpha.6&canonical=https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-prescription-link-task
URLhttps://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-prescription-link-task
Version1.1.0
Statusactive
Date2024-08-14
NameEPAMedicationPrescriptionLinkTask
TitleEPA MedicationPrescription Link Task
DescriptionThis 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.
TypeTask
Kindresource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
rx-prescription-process-identifierRxPrescriptionProcessIdentifier

Narrative

No narrative content found in resource


Source

{
  "resourceType": "StructureDefinition",
  "id": "epa-medication-prescription-link-task",
  "url": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-prescription-link-task",
  "version": "1.1.0",
  "name": "EPAMedicationPrescriptionLinkTask",
  "title": "EPA MedicationPrescription Link Task",
  "status": "active",
  "experimental": false,
  "date": "2024-08-14",
  "publisher": "gematik GmbH",
  "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.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Task",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Task",
  "derivation": "constraint",
  "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.",
        "patternCode": "order",
        "mustSupport": true
      },
      {
        "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",
        "path": "Task.input",
        "slicing": {
          "discriminator": [
            {
              "type": "pattern",
              "path": "type"
            }
          ],
          "rules": "open"
        },
        "short": "...",
        "min": 2,
        "max": "2",
        "mustSupport": true
      },
      {
        "id": "Task.input:prescription",
        "path": "Task.input",
        "sliceName": "prescription",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Task.input:prescription.type",
        "path": "Task.input.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "PRESCIPTION",
              "system": "https://gematik.de/fhir/terminology/CodeSystem/epa-medication-task-label-cs"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "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",
        "path": "Task.input",
        "sliceName": "statement",
        "min": 1,
        "max": "1",
        "mustSupport": true
      },
      {
        "id": "Task.input:statement.type",
        "path": "Task.input.type",
        "patternCodeableConcept": {
          "coding": [
            {
              "code": "MEDICATIONSTATEMENT",
              "system": "https://gematik.de/fhir/terminology/CodeSystem/epa-medication-task-label-cs"
            }
          ]
        },
        "mustSupport": true
      },
      {
        "id": "Task.input:statement.value[x]",
        "path": "Task.input.value[x]",
        "type": [
          {
            "code": "Reference",
            "targetProfile": [
              "http://hl7.org/fhir/StructureDefinition/MedicationStatement"
            ]
          }
        ],
        "mustSupport": true
      }
    ]
  }
}