PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.qicore@7.0.1
    http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-serviceprohibited
description: Negation profile of ServiceRequest for decision support/quality metrics. Indicates a request not to provide a service
package_name: hl7.fhir.us.qicore
derivation: constraint
name: QICoreServiceProhibited
type: ServiceRequest
elements:
  status:
    short: (QI) draft | active | on-hold | completed
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/qicore/ValueSet/qicore-positive-request-status'}
    index: 0
  doNotPerform:
    type: boolean
    short: (QI) True if service/procedure should not be performed
    pattern: {type: boolean, value: true}
    index: 1
  authoredOn: {short: (QI) Date request signed, index: 2}
  reasonCode:
    type: CodeableConcept
    short: (QI) Explanation/Justification for procedure or service
    binding: {strength: extensible, valueSet: 'http://hl7.org/fhir/us/core/ValueSet/us-core-condition-code'}
    index: 3
package_version: 7.0.1
class: profile
kind: resource
url: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-serviceprohibited
base: http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-servicerequest
version: 7.0.1
required: [authoredOn, doNotPerform]