PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.0-ballot
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationnotdone
description: Profile of CommunicationNotDone for decision support/quality metrics. Defines the core set of elements and extensions for quality rule and measure authors.
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreCommunicationNotDone
type: Communication
elements:
  extension:
    type: Extension
    short: (QI) Captures the recorded date of the communication
    url: http://hl7.org/fhir/StructureDefinition/event-recorded
    index: 0
    slicing:
      slices:
        event-recorded:
          match: {}
          schema: {type: Extension, short: (QI) Captures the recorded date of the communication, url: 'http://hl7.org/fhir/StructureDefinition/event-recorded', index: 0}
          min: 1
          max: 1
  status:
    type: code
    short: (QI) preparation | in-progress | not-done | on-hold | stopped | completed | entered-in-error | unknown
    pattern: {type: Code, value: not-done}
    index: 1
  statusReason:
    short: (QI) Reason for current status
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason'}
    index: 2
  subject:
    type: Reference
    short: (QI) Focus of message
    refers: ['http://hl7.org/fhir/StructureDefinition/Group', 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 3
  topic:
    short: (QI) Description of the purpose/content
    binding: {strength: preferred, valueSet: 'http://hl7.org/fhir/ValueSet/communication-topic'}
    index: 4
    extensions:
      notDoneValueSet: {url: 'http://hl7.org/fhir/StructureDefinition/cqf-notDoneValueSet', min: 0, max: 1, short: (QI) Url of a value set of activities not requested or performed, type: Extension, index: 5}
    elements:
      extension:
        short: (QI) Url of a value set of activities not requested or performed
        type: Extension
        url: http://hl7.org/fhir/StructureDefinition/cqf-notDoneValueSet
        index: 5
        slicing:
          slices:
            notDoneValueSet:
              match: {}
              schema: {short: (QI) Url of a value set of activities not requested or performed, type: Extension, url: 'http://hl7.org/fhir/StructureDefinition/cqf-notDoneValueSet', index: 5}
              min: 0
              max: 1
package_version: 7.0.0-ballot
extensions:
  event-recorded: {url: 'http://hl7.org/fhir/StructureDefinition/event-recorded', min: 1, max: 1, type: Extension, short: (QI) Captures the recorded date of the communication, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationnotdone
base: http://hl7.org/fhir/StructureDefinition/Communication
version: 7.0.0-ballot
required: [status, statusReason, topic]