PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@4.1.0
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedurenotdone
description: Profile of Procedure 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: QICoreProcedureNotDone
type: Procedure
elements:
  extension:
    short: When the procedure was first captured in the subject's record
    type: Extension
    mustSupport: true
    url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded
    index: 0
    slicing:
      slices:
        recorded:
          match: {}
          schema: {short: When the procedure was first captured in the subject's record, type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded', index: 0}
          min: 1
          max: 1
  status:
    type: code
    pattern: {type: Code, value: not-done}
    mustSupport: true
    index: 1
  statusReason:
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-negation-reason'}
    mustSupport: true
    index: 2
  code:
    type: CodeableConcept
    mustSupport: true
    index: 3
    extensions:
      notDoneValueSet: {url: 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-notDoneValueSet', min: 0, max: 1, short: What was not performed, type: Extension, mustSupport: true, index: 4}
    elements:
      extension:
        short: What was not performed
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-notDoneValueSet
        index: 4
        slicing:
          slices:
            notDoneValueSet:
              match: {}
              schema: {short: What was not performed, type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-notDoneValueSet', index: 4}
              min: 0
              max: 1
  subject:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-patient']
    index: 5
  encounter:
    type: Reference
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-encounter']
    index: 6
  performed:
    mustSupport: true
    choices: []
    index: 8
  performed[x]:
    extensions:
      dataAbsentReason: {url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', min: 1, max: 1, type: Extension, mustSupport: true, index: 9}
    elements:
      extension:
        type: Extension
        mustSupport: true
        url: http://hl7.org/fhir/StructureDefinition/data-absent-reason
        index: 9
        slicing:
          slices:
            dataAbsentReason:
              match: {}
              schema: {type: Extension, mustSupport: true, url: 'http://hl7.org/fhir/StructureDefinition/data-absent-reason', index: 9}
              min: 1
              max: 1
package_version: 4.1.0
extensions:
  recorded: {url: 'http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded', min: 1, max: 1, short: When the procedure was first captured in the subject's record, type: Extension, mustSupport: true, index: 0}
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-procedurenotdone
base: http://hl7.org/fhir/us/core/StructureDefinition/us-core-procedure
version: 4.1.0
required: [status, statusReason, code]