PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r3.core@3.0.2
    http://hl7.org/fhir/StructureDefinition/Communication
description: Base StructureDefinition for Communication Resource
package_name: hl7.fhir.r3.core
derivation: specialization
name: Communication
type: Communication
elements:
  notDone: {isModifier: true, short: Communication did not occur, type: boolean, isSummary: true, index: 5}
  category: {short: Message category, type: CodeableConcept, array: true, index: 7}
  received: {type: dateTime, short: When received, index: 14}
  definition:
    short: Instantiates protocol or definition
    refers: ['http://hl7.org/fhir/StructureDefinition/ActivityDefinition', 'http://hl7.org/fhir/StructureDefinition/PlanDefinition']
    type: Reference
    array: true
    isSummary: true
    index: 1
  payload:
    type: BackboneElement
    short: Message payload
    array: true
    index: 18
    elements:
      content:
        short: Message part content
        choices: [contentString, contentAttachment, contentReference]
        index: 20
      contentString: {type: string, short: Message part content, choiceOf: content, index: 21}
      contentAttachment: {type: Attachment, short: Message part content, choiceOf: content, index: 22}
      contentReference:
        short: Message part content
        refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
        type: Reference
        choiceOf: content
        index: 23
    required: [contentAttachment, contentString, contentReference, content]
  medium: {type: CodeableConcept, short: A channel of communication, array: true, index: 8}
  recipient:
    short: Message recipient
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    array: true
    index: 10
  reasonCode: {short: Indication for message, type: CodeableConcept, array: true, isSummary: true, index: 16}
  topic:
    short: Focal resources
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    index: 11
  sent: {type: dateTime, short: When sent, index: 13}
  note: {type: Annotation, short: Comments made about the communication, array: true, index: 24}
  notDoneReason: {short: Why communication did not occur, type: CodeableConcept, isSummary: true, index: 6}
  status: {isModifier: true, short: preparation | in-progress | suspended | aborted | completed | entered-in-error, type: code, isSummary: true, index: 4}
  sender:
    short: Message sender
    refers: ['http://hl7.org/fhir/StructureDefinition/Device', 'http://hl7.org/fhir/StructureDefinition/Organization', 'http://hl7.org/fhir/StructureDefinition/Patient', 'http://hl7.org/fhir/StructureDefinition/Practitioner', 'http://hl7.org/fhir/StructureDefinition/RelatedPerson']
    type: Reference
    index: 15
  identifier: {short: Unique identifier, type: Identifier, array: true, isSummary: true, index: 0}
  context:
    short: Encounter or episode leading to message
    refers: ['http://hl7.org/fhir/StructureDefinition/Encounter', 'http://hl7.org/fhir/StructureDefinition/EpisodeOfCare']
    type: Reference
    isSummary: true
    index: 12
  basedOn:
    short: Request fulfilled by this communication
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    isSummary: true
    index: 2
  partOf:
    short: Part of this action
    refers: ['http://hl7.org/fhir/StructureDefinition/Resource']
    type: Reference
    array: true
    isSummary: true
    index: 3
  subject:
    short: Focus of message
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/StructureDefinition/Patient']
    type: Reference
    isSummary: true
    index: 9
  reasonReference:
    short: Why was communication done?
    refers: ['http://hl7.org/fhir/StructureDefinition/Condition', 'http://hl7.org/fhir/StructureDefinition/Observation']
    type: Reference
    array: true
    isSummary: true
    index: 17
package_version: 3.0.2
class: resource
kind: resource
url: http://hl7.org/fhir/StructureDefinition/Communication
base: http://hl7.org/fhir/StructureDefinition/DomainResource
version: null
required: [status]