PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.davinci-crd@1.1.0-ballot
    http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-crdcardtask
description: This profile specifies constraints on the Task resource to support the creation of deferred task.
package_name: hl7.fhir.us.davinci-crd
derivation: constraint
name: CRDCardTask
type: Task
elements:
  description: {short: Action description, mustSupport: false, index: 3}
  authoredOn: {short: Date card created, mustSupport: true, index: 6}
  for:
    type: Reference
    short: Patient
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient']
    index: 5
  requester:
    type: Reference
    short: Payer making suggestion
    mustSupport: true
    refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-organization']
    index: 7
  status:
    type: code
    pattern: {type: Code, value: ready}
    mustSupport: true
    index: 0
  code:
    type: CodeableConcept
    short: Action type
    binding: {strength: required, valueSet: 'http://hl7.org/fhir/us/davinci-crd/ValueSet/cardActions'}
    mustSupport: true
    index: 2
  intent:
    type: code
    pattern: {type: Code, value: proposal}
    mustSupport: true
    index: 1
  focus: {short: Action resource, mustSupport: false, index: 4}
  owner:
    short: User for whom the card is displayed
    refers: ['http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-practitioner']
    type: Reference
    mustSupport: true
    index: 8
package_version: 1.1.0-ballot
class: profile
kind: resource
url: http://hl7.org/fhir/us/davinci-crd/StructureDefinition/profile-crdcardtask
base: http://hl7.org/fhir/StructureDefinition/Task
version: 1.1.0-ballot
required: [owner, authoredOn, requester, for, status, code, description]