PackagesCanonicalsLogsProblems
    Packages
    ca.infoway.io.erec@1.1.0-dft
    http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication
description: Communication resource is used to achieve the bi-directional communication between two systems. The Communication resource can be used to ask questions regarding a referral, request a referral be updated with missing information, or request additional information not covered by the specific referral dataset.
package_name: ca.infoway.io.erec
derivation: constraint
name: Communication
type: Communication
elements:
  category:
    binding: {strength: extensible, valueSet: 'https://fhir.infoway-inforoute.ca/ValueSet/ca-referralcommunicationcategory'}
    index: 10
  received: {mustSupport: true, index: 17}
  payload:
    mustSupport: true
    index: 23
    elements:
      content:
        mustSupport: true
        choices: [contentString, contentAttachment]
        index: 25
      contentString: {type: string, mustSupport: true, choiceOf: content, index: 26}
      contentAttachment: {type: Attachment, mustSupport: true, choiceOf: content, index: 27}
  meta:
    mustSupport: true
    index: 0
    elements:
      profile: {mustSupport: true, index: 1}
  sent: {mustSupport: true, index: 16}
  status:
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/ValueSet/event-status'}
    pattern: {type: Code, value: completed}
    mustSupport: true
    index: 9
  sender:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-HealthcareService', 'http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-PractitionerRole']
    index: 18
    elements:
      reference: {mustSupport: true, index: 19}
      identifier:
        mustSupport: true
        index: 20
        elements:
          system: {mustSupport: true, index: 21}
          value: {mustSupport: true, index: 22}
        required: [value, system]
  inResponseTo: {mustSupport: true, index: 8}
  basedOn:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-ServiceRequest']
    index: 2
    elements:
      reference: {mustSupport: true, index: 3}
      identifier:
        mustSupport: true
        index: 4
        elements:
          use: {mustSupport: true, index: 5}
          system: {mustSupport: true, index: 6}
          value: {mustSupport: true, index: 7}
        required: [value, system, use]
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Patient']
    index: 11
    elements:
      reference: {mustSupport: true, index: 12}
      identifier:
        mustSupport: true
        index: 13
        elements:
          system: {mustSupport: true, index: 14}
          value: {mustSupport: true, index: 15}
        required: [value, system]
package_version: 1.1.0-dft
class: profile
kind: resource
url: http://fhir.infoway-inforoute.ca/io/CA-eReC/StructureDefinition/CA-eReC-Communication
base: http://hl7.org/fhir/StructureDefinition/Communication
version: null
required: [basedOn]