PackagesCanonicalsLogsProblems
    Packages
    de.gematik.erezept@workflow.r4-1.3.0-rc2
    https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_DispReq
description: Ressource used for the communication of dispense request between patient/representative and provider based on ePrescription
package_name: de.gematik.erezept
derivation: constraint
name: GEM_ERP_PR_Communication_DispReq
abstract: true
type: Communication
elements:
  meta:
    index: 0
    elements:
      profile:
        pattern: {type: Canonical, value: 'https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_DispReq|1.3'}
        index: 1
    required: [profile]
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Task']
    index: 2
    elements:
      reference: {short: States the E-Rezept-Token according to gemSpec_DM_eRp., mustSupport: true, index: 3}
    required: [reference]
  status:
    pattern: {type: Code, value: unknown}
    index: 4
  sent: {short: The time when this communication was sent., mustSupport: true, index: 5}
  received: {short: The time when this communication was received., mustSupport: true, index: 6}
  recipient:
    short: The entity (e.g. person, organization) which was the target of the communication.
    mustSupport: true
    index: 7
    elements:
      identifier: {type: Identifier, mustSupport: true, index: 8}
    required: [identifier]
  sender:
    short: The entity (e.g. person, organization) which was the source of the communication.
    mustSupport: true
    index: 9
    elements:
      identifier: {type: Identifier, mustSupport: true, index: 10}
    required: [identifier]
  payload:
    mustSupport: true
    index: 11
    extensions: {}
    elements:
      extension: {index: 12}
      content:
        short: The actual content of the message
        choices: [contentString]
        index: 14
      contentString: {type: string, short: The actual content of the message, choiceOf: content, index: 15}
package_version: workflow.r4-1.3.0-rc2
class: profile
kind: resource
url: https://gematik.de/fhir/erp/StructureDefinition/GEM_ERP_PR_Communication_DispReq
base: http://hl7.org/fhir/StructureDefinition/Communication
version: '1.3'
required: [basedOn, recipient, meta, payload]