Da Vinci Clinical Data Exchange (CDex)
2.1.0-preview - CI Build United States of America flag

Da Vinci Clinical Data Exchange (CDex), published by HL7 International / Payer/Provider Information Exchange Work Group. This guide is not an authorized publication; it is the continuous build for version 2.1.0-preview built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/davinci-ecdx/ and changes regularly. See the Directory of published versions

Resource Profile: CDex Task Attachment Request Profile

Official URL: http://hl7.org/fhir/us/davinci-cdex/StructureDefinition/cdex-task-attachment-request Version: 2.1.0-preview
Standards status: Trial-use Maturity Level: 2 Computable Name: CDexTaskAttachmentRequest
Other Identifiers: OID:2.16.840.1.113883.4.642.40.21.42.7

Copyright/Legal: Used by permission of HL7 International all rights reserved Creative Commons License

Payers use the Task based profile to request additional documentation (“attachments”) for claims or prior authorizations. It constrains the Task resource to minimal necessary data elements needed to request attachments and respond in a way that is compatible with existing X12 277 RFAI and 278 response transactions to allow for association and requests for (typically PDF and CCDA) documents using LOINC and X12 standard codes. It also supports requests for more detailed missing data using Questionnaire, CQL, and QuestionnaireResponse, as supported by Da Vinci DTR.

It constrains the following elements to be mandatory (min=1):

  • A contained Patient Resource defined by the CDex Patient Demographics Profile and communicating additional patient demographic data elements.
  • A contained PractitionerRole Resource defined by the CDex PractitionerRole Profile to communicate the provider ID as either a unique organization/location identifier (e.g., Type 2 NPI) or unique provider identifier (e.g., Type 1 NPI) or both.
  • A Task.identifier element representing the payers tracking identifier (referred to as the “re-association tracking control numbers”)
  • A Task.status with a required binding to HRex Task Status ValueSet (this element is a mandatory Task element). For guidance when the provider is not able to complete the Task, refer to the When The Task Cannot Be Completed section.
  • A Task.intent fixed to “order” (this element is a mandatory Task element)
  • A Task.code of either “attachment-request-code” or “attachment-request-questionnaire” communicating that the Payer is requesting attachments for a claim or prior authorization using a code or data request questionnaire.
    • If the code is “attachment-request-code”, the provider system returns attachment(s) identified by the attachment code(s) in the “attachmentsNeeded” input parameter.
    • If the code is “attachment-request-questionnaire”, the provider system uses Documentation Templates and Rules (DTR) to complete the Questionnaire referenced in the “questionnaireNeeded” input parameter.
    • When either code is present, the provider system uses the $submit-attachment operation to return the information to the endpoint provided in “PayerUrl” input parameter.
  • A Task.requester.identifier element representing the Payer ID
  • A Task.owner.reference element fixed to “#practionerrole” - a reference the contained PractitionerRole Resource that represents the Provider ID.
  • A Task.for.reference element fixed to “#patient” - a reference the contained Patient Resource that represents basic Patient demographic data.
  • A Task.reasonCode to communicate whether the attachments are for a Claim or Prior Authorization
  • A Task.reasonReference.reference referencing the Claim or Prior Authorization ID (business Identifier)
  • A “PayerUrl” Task.input element representing the Payer endpoint URL to communicate to the provider to submit the attachments using the $submit-attachment operation

It constrains following elements to be must support (min=0):

  • A Task.Restriction.period element representing the due date for submitting the attachments
  • A Task.statusReason.text to communicate the reason for the status (for example, if the Task is rejected or failed)
  • A “attachmentsNeeded” Task.input element to communicate to the provider what attachments are needed using LOINC or X12 attachment codes.*
  • A “attachmentsNeeded” or “questionnaireNeeded” Task.input element extension representing a claim or prior authorization line item numbers associated with the attachment or questionnaire.
  • A “signature” Task.input element representing a flag to indicate whether the requested data requires a signature. For more information about requiring and requesting signatures, refer to the Signatures section.
  • A “service-date” Task.input element representing the date of service or starting date of the service for the claim or prior authorization. It SHALL be present if the attachment is for a claim.

It defines the following elements to be optional:

* Either a “attachmentsNeeded” or a “questionnaireNeeded” Task.input element is required

Usage:

Formal Views of Profile Content

Description of Profiles, Differentials, Snapshots and how the different presentations work.

This structure is derived from Task

NameFlagsCard.TypeDescription & Constraintsdoco
.. Task C 0..* Task A task to be performed
cdex-1: The "service-date" input SHALL be present if the attachment is for a claim.
cdex-4: If code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
cdex-5: If code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
cdex-6: Must only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
cdex-10: If code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
tdr-2: Task statusReason SHALL be populated if status is 'rejected' or 'failed'
... Slices for contained S 2..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:practitionerrole S 1..1 CDexPractitionerRole Contained PractitionerRole resource
.... contained:patient S 1..1 CDexPatientDemographics Contained Patient resource
... Slices for identifier S 1..* Identifier Task Instance Identifier
Slice: Unordered, Open by pattern:$this
.... identifier:tracking-id S 1..1 Identifier Re-association tracking control number
Required Pattern: At least the following
..... type 1..1 CodeableConcept Description of identifier
Fixed Value: (complex)
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: tracking-id
..... system S 0..1 uri The namespace for the identifier value
..... value S 1..1 string The value that is unique
... status SC 1..1 code draft | requested | received | accepted | +
Binding: HRex Task Status ValueSet (required)
... statusReason SC 0..1 CodeableConcept Reason for current status
.... text S 1..1 string Plain text representation of the concept
... intent S 1..1 code unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Fixed Value: order
... code SC 1..1 CodeableConcept attachment-request-code | attachment-request-questionnaire
Binding: PAS Task Codes (required)
.... coding S 1..* Coding Code defined by a terminology system
..... system S 0..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
..... code S 1..1 code Symbol in syntax defined by the system
... for S 1..1 Reference(CDex Patient Demographics Profile) {c} Contained Patient.
.... reference S 1..1 string Contained resource reference
Fixed Value: #patient
... requester S 1..1 Reference(HRex Organization Profile(1.1.0-preview)) Payer asking for attachments
.... identifier S 1..1 Identifier Payer ID
... owner S 1..1 Reference(CDex PractitionerRole Profile) {c} Provider who submitted claim or preauthorization
.... reference S 1..1 string Contained resource reference
Fixed Value: #practitionerrole
... reasonCode S 1..1 CodeableConcept Why task is needed
.... Slices for coding SC 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:use S 1..* Coding Code defined by a terminology system
Binding: CDex Claim Use Value Set (required)
...... system S 0..1 uri Identity of the terminology system
...... code S 1..1 code claim | preauthorization
.... text S 0..1 string claim | preauthorization
Binding: CDex Claim Use Value Set (required)
... reasonReference S 1..1 Reference(Resource) Why task is needed
.... identifier S 1..1 Identifier Claim or Prior Authorization ID
... restriction S 0..1 BackboneElement Constraints on fulfillment tasks
.... period S 0..1 Period Attachments due date
... Slices for input S 2..* BackboneElement Information used to perform task
Slice: Unordered, Open by pattern:type
.... input:attachmentsNeeded SC 0..* BackboneElement Attachment Code
Binding: CDex LOINC Attachment Codes Value Set (extensible)
Additional BindingsPurposeUsage
CDex PWK01 Attachment Report Type Code Value Set Extensible Binding workflow: A payer request for additional information from the provider to support a prior authorization request
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments-needed
..... value[x] S 1..1 CodeableConcept Attachment code value
.... input:questionnaireNeeded C 0..1 BackboneElement Data Request questionnaire
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... type 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaires-needed
..... value[x] 1..1 canonical(DTR Standard Questionnaire | DTR Questionnaire for adaptive form) URL
...... Slices for extension Content/Rules for all slices
....... questionnaireDisplay 0..1 string Display name for canonical reference
URL: http://hl7.org/fhir/StructureDefinition/display
.... input:PayerUrl S 1..1 BackboneElement Payer Url
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: payer-url
..... value[x] S 1..1 url Payer url value
.... input:service-date SC 0..1 BackboneElement Service Date
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: service-date
..... value[x] SC 1..1 date Service Date value
cdex-2: Date must be to day.
.... input:signature S 0..1 BackboneElement Signature flag
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: signature-flag
..... value[x] S 1..1 boolean Signature flag value
.... input:POU 0..1 BackboneElement Purpose of use code'
..... type 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: purpose-of-use
..... value[x] 1..1 CodeableConcept Purpose of use value
Binding: CDex Purpose of Use Value Set (extensible)
.... input:multiple-submits 0..1 BackboneElement Multiple submits flag
..... type 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: multiple-submits-flag
..... value[x] 1..1 boolean Multiple submits flag value
... Slices for output 0..* BackboneElement Information produced as part of task
Slice: Unordered, Open by pattern:type
.... output:data 0..* BackboneElement Requested data
..... type 1..1 CodeableConcept Label for output
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: data-value
..... value[x] 1..1 Reference() data reference
.... output:response C 0..1 BackboneElement Information produced as part of task
..... type 1..1 CodeableConcept Label for output
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/uv/sdc/CodeSystem/temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaire-response
..... value[x] 1..1 Reference(SDC Questionnaire Response | Adaptive Questionnaire Response) Reference to the QuestionnaireResponse

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Task.statusrequiredHRexTaskStatus
http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status
Task.coderequiredPASTaskCodes
http://hl7.org/fhir/us/davinci-pas/ValueSet/PASTaskCodes
Task.reasonCode.coding:userequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonCode.textrequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.input:attachmentsNeededextensibleCDexLOINCAttachmentCodesValueSet
Additional Bindings Purpose Usage Documentation
CDex PWK01 Attachment Report Type Code Value Set Extensible Binding workflow : A payer request for additional information from the provider to support a prior authorization request

In addition to using LOINC attachment codes, a payer may request for additional information from the provider to support a prior authorization request using X12's PWK01 Attachment Report Type Code. Note that the PWK01 codes will not be published in this guide due to X12's IP restrictions.

http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-loinc-attachment-codes
from this IG
Task.input:POU.value[x]extensibleCDexPOUCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-POU
from this IG

Constraints

IdGradePath(s)DetailsRequirements
cdex-1errorTaskThe "service-date" input SHALL be present if the attachment is for a claim.
: Task.reasonCode.coding.code.where($this='claim').exists() implies Task.input.type.coding.code.where($this='service-date').exists()
cdex-2errorTask.input:service-date.value[x]Date must be to day.
: $this.toString().length() = 10
cdex-4errorTaskIf code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
: Task.code.coding.code.where($this='attachment-request-code').exists() implies Task.input.type.coding.code.where($this='attachments-needed').exists()
cdex-5errorTaskIf code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
: Task.code.coding.code.where($this='attachment-request-questionnaire').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').exists()
cdex-6errorTaskMust only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
: Task.input.type.coding.code.where($this='attachments-needed').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').empty()
cdex-10warningTaskIf code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
: (Task.code.coding.code.where($this='attachment-request-questionnaire').exists() and Task.status.where($this='completed').exists()) implies Task.output.type.coding.code.where($this='questionnaire-response').exists()
tdr-2errorTaskTask statusReason SHALL be populated if status is 'rejected' or 'failed'
: (status = 'rejected' or status = 'failed') implies statusReason.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Task C 0..* Task A task to be performed
inv-1: Last modified date must be greater than or equal to authored-on date.
cdex-1: The "service-date" input SHALL be present if the attachment is for a claim.
cdex-4: If code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
cdex-5: If code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
cdex-6: Must only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
cdex-10: If code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
tdr-2: Task statusReason SHALL be populated if status is 'rejected' or 'failed'
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for contained S 2..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:practitionerrole S 1..1 CDexPractitionerRole Contained PractitionerRole resource
.... contained:patient S 1..1 CDexPatientDemographics Contained Patient resource
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier S 1..* Identifier Task Instance Identifier
Slice: Unordered, Open by pattern:$this
.... identifier:tracking-id S 1..1 Identifier Re-association tracking control number

Required Pattern: At least the following
..... type 1..1 CodeableConcept Description of identifier
Fixed Value: (complex)
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: tracking-id
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 1..1 string The value that is unique
Example General: 123456
... status ?!SΣC 1..1 code draft | requested | received | accepted | +
Binding: HRex Task Status ValueSet (required)
... statusReason SΣC 0..1 CodeableConcept Reason for current status
Binding: (unbound) (example): Codes to identify the reason for current status. These will typically be specific to a particular workflow.

.... text SΣ 1..1 string Plain text representation of the concept
... intent SΣ 1..1 code unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Binding: TaskIntent (required): Distinguishes whether the task is a proposal, plan or full order.


Fixed Value: order
... code SΣC 1..1 CodeableConcept attachment-request-code | attachment-request-questionnaire
Binding: PAS Task Codes (required)
.... coding SΣ 1..* Coding Code defined by a terminology system
..... system SΣ 0..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
..... code SΣ 1..1 code Symbol in syntax defined by the system
... for SΣ 1..1 Reference(CDex Patient Demographics Profile) {c} Contained Patient.
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #patient
... requester SΣ 1..1 Reference(HRex Organization Profile(1.1.0-preview)) Payer asking for attachments
.... identifier SΣ 1..1 Identifier Payer ID
... owner SΣ 1..1 Reference(CDex PractitionerRole Profile) {c} Provider who submitted claim or preauthorization
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #practitionerrole
... reasonCode S 1..1 CodeableConcept Why task is needed
Binding: (unbound) (example): Indicates why the task is needed. E.g. Suspended because patient admitted to hospital.

.... Slices for coding SΣC 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:use SΣ 1..* Coding Code defined by a terminology system
Binding: CDex Claim Use Value Set (required)
...... system SΣ 0..1 uri Identity of the terminology system
...... code SΣ 1..1 code claim | preauthorization
.... text SΣ 0..1 string claim | preauthorization
Binding: CDex Claim Use Value Set (required)
... reasonReference S 1..1 Reference(Resource) Why task is needed
.... identifier SΣ 1..1 Identifier Claim or Prior Authorization ID
... restriction S 0..1 BackboneElement Constraints on fulfillment tasks
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... period S 0..1 Period Attachments due date
... Slices for input S 2..* BackboneElement Information used to perform task
Slice: Unordered, Open by pattern:type
.... input:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.

..... value[x] 1..1 Content to use in performing the task
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... input:attachmentsNeeded SC 0..* BackboneElement Attachment Code
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments-needed
..... value[x] S 1..1 CodeableConcept Attachment code value
.... input:questionnaireNeeded C 0..1 BackboneElement Data Request questionnaire
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaires-needed
..... value[x] 1..1 canonical(DTR Standard Questionnaire | DTR Questionnaire for adaptive form) URL
...... Slices for extension Content/Rules for all slices
....... questionnaireDisplay 0..1 string Display name for canonical reference
URL: http://hl7.org/fhir/StructureDefinition/display
.... input:PayerUrl S 1..1 BackboneElement Payer Url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: payer-url
..... value[x] S 1..1 url Payer url value
.... input:service-date SC 0..1 BackboneElement Service Date
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: service-date
..... value[x] SC 1..1 date Service Date value
cdex-2: Date must be to day.
.... input:signature S 0..1 BackboneElement Signature flag
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: signature-flag
..... value[x] S 1..1 boolean Signature flag value
.... input:POU 0..1 BackboneElement Purpose of use code'
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: purpose-of-use
..... value[x] 1..1 CodeableConcept Purpose of use value
Binding: CDex Purpose of Use Value Set (extensible)
.... input:multiple-submits 0..1 BackboneElement Multiple submits flag
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: multiple-submits-flag
..... value[x] 1..1 boolean Multiple submits flag value
... Slices for output 0..* BackboneElement Information produced as part of task
Slice: Unordered, Open by pattern:type
.... output:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.

..... value[x] 1..1 Result of output
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... output:data 0..* BackboneElement Requested data
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: data-value
..... value[x] 1..1 Reference() data reference
.... output:response C 0..1 BackboneElement Information produced as part of task
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/uv/sdc/CodeSystem/temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaire-response
..... value[x] 1..1 Reference(SDC Questionnaire Response | Adaptive Questionnaire Response) Reference to the QuestionnaireResponse

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Task.identifier:tracking-id.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Task.statusrequiredHRexTaskStatus
http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status
Task.statusReasonexample
Task.intentrequiredFixed Value: order
http://hl7.org/fhir/ValueSet/task-intent|4.0.1
from the FHIR Standard
Task.coderequiredPASTaskCodes
http://hl7.org/fhir/us/davinci-pas/ValueSet/PASTaskCodes
Task.reasonCodeexample
Task.reasonCode.coding:userequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonCode.textrequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.input.typeexample
Task.input:attachmentsNeeded.typeexamplePattern: attachments-needed
Task.input:questionnaireNeeded.typeexamplePattern: questionnaires-needed
Task.input:PayerUrl.typeexamplePattern: payer-url
Task.input:service-date.typeexamplePattern: service-date
Task.input:signature.typeexamplePattern: signature-flag
Task.input:POU.typeexamplePattern: purpose-of-use
Task.input:POU.value[x]extensibleCDexPOUCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-POU
from this IG
Task.input:multiple-submits.typeexamplePattern: multiple-submits-flag
Task.output.typeexample
Task.output:data.typeexamplePattern: data-value
Task.output:response.typeexamplePattern: questionnaire-response

Constraints

IdGradePath(s)DetailsRequirements
cdex-1errorTaskThe "service-date" input SHALL be present if the attachment is for a claim.
: Task.reasonCode.coding.code.where($this='claim').exists() implies Task.input.type.coding.code.where($this='service-date').exists()
cdex-2errorTask.input:service-date.value[x]Date must be to day.
: $this.toString().length() = 10
cdex-4errorTaskIf code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
: Task.code.coding.code.where($this='attachment-request-code').exists() implies Task.input.type.coding.code.where($this='attachments-needed').exists()
cdex-5errorTaskIf code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
: Task.code.coding.code.where($this='attachment-request-questionnaire').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').exists()
cdex-6errorTaskMust only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
: Task.input.type.coding.code.where($this='attachments-needed').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').empty()
cdex-10warningTaskIf code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
: (Task.code.coding.code.where($this='attachment-request-questionnaire').exists() and Task.status.where($this='completed').exists()) implies Task.output.type.coding.code.where($this='questionnaire-response').exists()
tdr-2errorTaskTask statusReason SHALL be populated if status is 'rejected' or 'failed'
: (status = 'rejected' or status = 'failed') implies statusReason.exists()
NameFlagsCard.TypeDescription & Constraintsdoco
.. Task C 0..* Task A task to be performed
inv-1: Last modified date must be greater than or equal to authored-on date.
cdex-1: The "service-date" input SHALL be present if the attachment is for a claim.
cdex-4: If code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
cdex-5: If code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
cdex-6: Must only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
cdex-10: If code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
tdr-2: Task statusReason SHALL be populated if status is 'rejected' or 'failed'
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... Slices for contained S 2..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:practitionerrole S 1..1 CDexPractitionerRole Contained PractitionerRole resource
.... contained:patient S 1..1 CDexPatientDemographics Contained Patient resource
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier S 1..* Identifier Task Instance Identifier
Slice: Unordered, Open by pattern:$this
.... identifier:tracking-id S 1..1 Identifier Re-association tracking control number

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... use 0..1 code usual | official | temp | secondary | old (If known)
..... type 1..1 CodeableConcept Description of identifier
Fixed Value: (complex)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: tracking-id
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system 0..1 uri The namespace for the identifier value
..... value 0..1 string The value that is unique
..... period 0..1 Period Time period when id is/was valid for use
..... assigner 0..1 Reference(Organization) Organization that issued id (may be just text)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 1..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... instantiatesCanonical Σ 0..1 canonical(ActivityDefinition) Formal definition of task
... instantiatesUri Σ 0..1 uri Formal definition of task
... basedOn Σ 0..* Reference(Resource) Request fulfilled by this task
... groupIdentifier Σ 0..1 Identifier Requisition or grouper id
... partOf Σ 0..* Reference(Task) Composite task
... status ?!SΣC 1..1 code draft | requested | received | accepted | +
Binding: HRex Task Status ValueSet (required)
... statusReason SΣC 0..1 CodeableConcept Reason for current status
Binding: (unbound) (example): Codes to identify the reason for current status. These will typically be specific to a particular workflow.

.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
.... text SΣ 1..1 string Plain text representation of the concept
... businessStatus Σ 0..1 CodeableConcept E.g. "Specimen collected", "IV prepped"
Binding: (unbound) (example): The domain-specific business-contextual sub-state of the task. For example: "Blood drawn", "IV inserted", "Awaiting physician signature", etc.

... intent SΣ 1..1 code unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Binding: TaskIntent (required): Distinguishes whether the task is a proposal, plan or full order.


Fixed Value: order
... priority 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): The task's priority.

... code SΣC 1..1 CodeableConcept attachment-request-code | attachment-request-questionnaire
Binding: PAS Task Codes (required)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ 1..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 0..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
..... version Σ 0..1 string Version of the system - if relevant
..... code SΣ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... description Σ 0..1 string Human-readable explanation of task
... focus Σ 0..1 Reference(Resource) What task is acting on
... for SΣ 1..1 Reference(CDex Patient Demographics Profile) {c} Contained Patient.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #patient
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter Σ 0..1 Reference(Encounter) Healthcare event during which this task originated
... executionPeriod Σ 0..1 Period Start and end time of execution
... authoredOn C 0..1 dateTime Task Creation Date
... lastModified ΣC 0..1 dateTime Task Last Modified Date
... requester SΣ 1..1 Reference(HRex Organization Profile(1.1.0-preview)) Payer asking for attachments
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier SΣ 1..1 Identifier Payer ID
.... display Σ 0..1 string Text alternative for the resource
... performerType 0..* CodeableConcept Requested performer
Binding: ProcedurePerformerRoleCodes (preferred): The type(s) of task performers allowed.


... owner SΣ 1..1 Reference(CDex PractitionerRole Profile) {c} Provider who submitted claim or preauthorization
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #practitionerrole
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... location Σ 0..1 Reference(Location) Where task occurs
... reasonCode S 1..1 CodeableConcept Why task is needed
Binding: (unbound) (example): Indicates why the task is needed. E.g. Suspended because patient admitted to hospital.

.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding SΣC 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:use SΣ 1..* Coding Code defined by a terminology system
Binding: CDex Claim Use Value Set (required)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣ 0..1 uri Identity of the terminology system
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣ 1..1 code claim | preauthorization
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string claim | preauthorization
Binding: CDex Claim Use Value Set (required)
... reasonReference S 1..1 Reference(Resource) Why task is needed
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier SΣ 1..1 Identifier Claim or Prior Authorization ID
.... display Σ 0..1 string Text alternative for the resource
... insurance 0..* Reference(Coverage | ClaimResponse) Associated insurance coverage
... note 0..* Annotation Comments made about the task
... relevantHistory 0..* Reference(Provenance) Key events in history of the Task
... restriction S 0..1 BackboneElement Constraints on fulfillment tasks
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... repetitions 0..1 positiveInt How many times to repeat
.... period S 0..1 Period Attachments due date
.... recipient 0..* Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Group | Organization) For whom is fulfillment sought?
... Slices for input S 2..* BackboneElement Information used to perform task
Slice: Unordered, Open by pattern:type
.... input:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.

..... value[x] 1..1 Content to use in performing the task
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... input:attachmentsNeeded SC 0..* BackboneElement Attachment Code
..... id 0..1 string Unique id for inter-element referencing
..... extension S 0..* Extension Extension
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments-needed
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] S 1..1 CodeableConcept Attachment code value
.... input:questionnaireNeeded C 0..1 BackboneElement Data Request questionnaire
..... id 0..1 string Unique id for inter-element referencing
..... extension S 0..* Extension Extension
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaires-needed
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 canonical(DTR Standard Questionnaire | DTR Questionnaire for adaptive form) URL
...... id 0..1 string xml:id (or equivalent in JSON)
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... questionnaireDisplay 0..1 string Display name for canonical reference
URL: http://hl7.org/fhir/StructureDefinition/display
...... value 0..1 string Primitive value for canonical
.... input:PayerUrl S 1..1 BackboneElement Payer Url
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: payer-url
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] S 1..1 url Payer url value
.... input:service-date SC 0..1 BackboneElement Service Date
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: service-date
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] SC 1..1 date Service Date value
cdex-2: Date must be to day.
.... input:signature S 0..1 BackboneElement Signature flag
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: signature-flag
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] S 1..1 boolean Signature flag value
.... input:POU 0..1 BackboneElement Purpose of use code'
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: purpose-of-use
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 CodeableConcept Purpose of use value
Binding: CDex Purpose of Use Value Set (extensible)
.... input:multiple-submits 0..1 BackboneElement Multiple submits flag
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: multiple-submits-flag
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 boolean Multiple submits flag value
... Slices for output 0..* BackboneElement Information produced as part of task
Slice: Unordered, Open by pattern:type
.... output:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.

..... value[x] 1..1 Result of output
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... output:data 0..* BackboneElement Requested data
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: data-value
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 Reference() data reference
.... output:response C 0..1 BackboneElement Information produced as part of task
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/uv/sdc/CodeSystem/temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaire-response
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 Reference(SDC Questionnaire Response | Adaptive Questionnaire Response) Reference to the QuestionnaireResponse

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Task.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Task.identifier:tracking-id.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Task.identifier:tracking-id.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Task.statusrequiredHRexTaskStatus
http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status
Task.statusReasonexample
Task.businessStatusexample
Task.intentrequiredFixed Value: order
http://hl7.org/fhir/ValueSet/task-intent|4.0.1
from the FHIR Standard
Task.priorityrequiredRequestPriority
http://hl7.org/fhir/ValueSet/request-priority|4.0.1
from the FHIR Standard
Task.coderequiredPASTaskCodes
http://hl7.org/fhir/us/davinci-pas/ValueSet/PASTaskCodes
Task.for.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.requester.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.performerTypepreferredProcedurePerformerRoleCodes
http://hl7.org/fhir/ValueSet/performer-role
from the FHIR Standard
Task.owner.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.reasonCodeexample
Task.reasonCode.coding:userequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonCode.textrequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonReference.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.input.typeexample
Task.input:attachmentsNeeded.typeexamplePattern: attachments-needed
Task.input:questionnaireNeeded.typeexamplePattern: questionnaires-needed
Task.input:PayerUrl.typeexamplePattern: payer-url
Task.input:service-date.typeexamplePattern: service-date
Task.input:signature.typeexamplePattern: signature-flag
Task.input:POU.typeexamplePattern: purpose-of-use
Task.input:POU.value[x]extensibleCDexPOUCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-POU
from this IG
Task.input:multiple-submits.typeexamplePattern: multiple-submits-flag
Task.output.typeexample
Task.output:data.typeexamplePattern: data-value
Task.output:response.typeexamplePattern: questionnaire-response

Constraints

IdGradePath(s)DetailsRequirements
cdex-1errorTaskThe "service-date" input SHALL be present if the attachment is for a claim.
: Task.reasonCode.coding.code.where($this='claim').exists() implies Task.input.type.coding.code.where($this='service-date').exists()
cdex-2errorTask.input:service-date.value[x]Date must be to day.
: $this.toString().length() = 10
cdex-4errorTaskIf code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
: Task.code.coding.code.where($this='attachment-request-code').exists() implies Task.input.type.coding.code.where($this='attachments-needed').exists()
cdex-5errorTaskIf code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
: Task.code.coding.code.where($this='attachment-request-questionnaire').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').exists()
cdex-6errorTaskMust only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
: Task.input.type.coding.code.where($this='attachments-needed').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').empty()
cdex-10warningTaskIf code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
: (Task.code.coding.code.where($this='attachment-request-questionnaire').exists() and Task.status.where($this='completed').exists()) implies Task.output.type.coding.code.where($this='questionnaire-response').exists()
tdr-2errorTaskTask statusReason SHALL be populated if status is 'rejected' or 'failed'
: (status = 'rejected' or status = 'failed') implies statusReason.exists()

This structure is derived from Task

Summary

Mandatory: 21 elements(6 nested mandatory elements)
Must-Support: 50 elements
Fixed: 6 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Task.contained
  • The element 1 is sliced based on the value of Task.identifier
  • The element 1 is sliced based on the value of Task.reasonCode.coding
  • The element 1 is sliced based on the value of Task.input
  • The element 1 is sliced based on the value of Task.output

Maturity: 2

Differential View

This structure is derived from Task

NameFlagsCard.TypeDescription & Constraintsdoco
.. Task C 0..* Task A task to be performed
cdex-1: The "service-date" input SHALL be present if the attachment is for a claim.
cdex-4: If code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
cdex-5: If code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
cdex-6: Must only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
cdex-10: If code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
tdr-2: Task statusReason SHALL be populated if status is 'rejected' or 'failed'
... Slices for contained S 2..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:practitionerrole S 1..1 CDexPractitionerRole Contained PractitionerRole resource
.... contained:patient S 1..1 CDexPatientDemographics Contained Patient resource
... Slices for identifier S 1..* Identifier Task Instance Identifier
Slice: Unordered, Open by pattern:$this
.... identifier:tracking-id S 1..1 Identifier Re-association tracking control number
Required Pattern: At least the following
..... type 1..1 CodeableConcept Description of identifier
Fixed Value: (complex)
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: tracking-id
..... system S 0..1 uri The namespace for the identifier value
..... value S 1..1 string The value that is unique
... status SC 1..1 code draft | requested | received | accepted | +
Binding: HRex Task Status ValueSet (required)
... statusReason SC 0..1 CodeableConcept Reason for current status
.... text S 1..1 string Plain text representation of the concept
... intent S 1..1 code unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Fixed Value: order
... code SC 1..1 CodeableConcept attachment-request-code | attachment-request-questionnaire
Binding: PAS Task Codes (required)
.... coding S 1..* Coding Code defined by a terminology system
..... system S 0..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
..... code S 1..1 code Symbol in syntax defined by the system
... for S 1..1 Reference(CDex Patient Demographics Profile) {c} Contained Patient.
.... reference S 1..1 string Contained resource reference
Fixed Value: #patient
... requester S 1..1 Reference(HRex Organization Profile(1.1.0-preview)) Payer asking for attachments
.... identifier S 1..1 Identifier Payer ID
... owner S 1..1 Reference(CDex PractitionerRole Profile) {c} Provider who submitted claim or preauthorization
.... reference S 1..1 string Contained resource reference
Fixed Value: #practitionerrole
... reasonCode S 1..1 CodeableConcept Why task is needed
.... Slices for coding SC 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:use S 1..* Coding Code defined by a terminology system
Binding: CDex Claim Use Value Set (required)
...... system S 0..1 uri Identity of the terminology system
...... code S 1..1 code claim | preauthorization
.... text S 0..1 string claim | preauthorization
Binding: CDex Claim Use Value Set (required)
... reasonReference S 1..1 Reference(Resource) Why task is needed
.... identifier S 1..1 Identifier Claim or Prior Authorization ID
... restriction S 0..1 BackboneElement Constraints on fulfillment tasks
.... period S 0..1 Period Attachments due date
... Slices for input S 2..* BackboneElement Information used to perform task
Slice: Unordered, Open by pattern:type
.... input:attachmentsNeeded SC 0..* BackboneElement Attachment Code
Binding: CDex LOINC Attachment Codes Value Set (extensible)
Additional BindingsPurposeUsage
CDex PWK01 Attachment Report Type Code Value Set Extensible Binding workflow: A payer request for additional information from the provider to support a prior authorization request
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments-needed
..... value[x] S 1..1 CodeableConcept Attachment code value
.... input:questionnaireNeeded C 0..1 BackboneElement Data Request questionnaire
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... type 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaires-needed
..... value[x] 1..1 canonical(DTR Standard Questionnaire | DTR Questionnaire for adaptive form) URL
...... Slices for extension Content/Rules for all slices
....... questionnaireDisplay 0..1 string Display name for canonical reference
URL: http://hl7.org/fhir/StructureDefinition/display
.... input:PayerUrl S 1..1 BackboneElement Payer Url
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: payer-url
..... value[x] S 1..1 url Payer url value
.... input:service-date SC 0..1 BackboneElement Service Date
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: service-date
..... value[x] SC 1..1 date Service Date value
cdex-2: Date must be to day.
.... input:signature S 0..1 BackboneElement Signature flag
..... type S 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: signature-flag
..... value[x] S 1..1 boolean Signature flag value
.... input:POU 0..1 BackboneElement Purpose of use code'
..... type 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: purpose-of-use
..... value[x] 1..1 CodeableConcept Purpose of use value
Binding: CDex Purpose of Use Value Set (extensible)
.... input:multiple-submits 0..1 BackboneElement Multiple submits flag
..... type 1..1 CodeableConcept Label for the input
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: multiple-submits-flag
..... value[x] 1..1 boolean Multiple submits flag value
... Slices for output 0..* BackboneElement Information produced as part of task
Slice: Unordered, Open by pattern:type
.... output:data 0..* BackboneElement Requested data
..... type 1..1 CodeableConcept Label for output
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: data-value
..... value[x] 1..1 Reference() data reference
.... output:response C 0..1 BackboneElement Information produced as part of task
..... type 1..1 CodeableConcept Label for output
Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/uv/sdc/CodeSystem/temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaire-response
..... value[x] 1..1 Reference(SDC Questionnaire Response | Adaptive Questionnaire Response) Reference to the QuestionnaireResponse

doco Documentation for this format

Terminology Bindings (Differential)

PathConformanceValueSetURI
Task.statusrequiredHRexTaskStatus
http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status
Task.coderequiredPASTaskCodes
http://hl7.org/fhir/us/davinci-pas/ValueSet/PASTaskCodes
Task.reasonCode.coding:userequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonCode.textrequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.input:attachmentsNeededextensibleCDexLOINCAttachmentCodesValueSet
Additional Bindings Purpose Usage Documentation
CDex PWK01 Attachment Report Type Code Value Set Extensible Binding workflow : A payer request for additional information from the provider to support a prior authorization request

In addition to using LOINC attachment codes, a payer may request for additional information from the provider to support a prior authorization request using X12's PWK01 Attachment Report Type Code. Note that the PWK01 codes will not be published in this guide due to X12's IP restrictions.

http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-loinc-attachment-codes
from this IG
Task.input:POU.value[x]extensibleCDexPOUCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-POU
from this IG

Constraints

IdGradePath(s)DetailsRequirements
cdex-1errorTaskThe "service-date" input SHALL be present if the attachment is for a claim.
: Task.reasonCode.coding.code.where($this='claim').exists() implies Task.input.type.coding.code.where($this='service-date').exists()
cdex-2errorTask.input:service-date.value[x]Date must be to day.
: $this.toString().length() = 10
cdex-4errorTaskIf code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
: Task.code.coding.code.where($this='attachment-request-code').exists() implies Task.input.type.coding.code.where($this='attachments-needed').exists()
cdex-5errorTaskIf code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
: Task.code.coding.code.where($this='attachment-request-questionnaire').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').exists()
cdex-6errorTaskMust only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
: Task.input.type.coding.code.where($this='attachments-needed').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').empty()
cdex-10warningTaskIf code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
: (Task.code.coding.code.where($this='attachment-request-questionnaire').exists() and Task.status.where($this='completed').exists()) implies Task.output.type.coding.code.where($this='questionnaire-response').exists()
tdr-2errorTaskTask statusReason SHALL be populated if status is 'rejected' or 'failed'
: (status = 'rejected' or status = 'failed') implies statusReason.exists()

Key Elements View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Task C 0..* Task A task to be performed
inv-1: Last modified date must be greater than or equal to authored-on date.
cdex-1: The "service-date" input SHALL be present if the attachment is for a claim.
cdex-4: If code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
cdex-5: If code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
cdex-6: Must only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
cdex-10: If code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
tdr-2: Task statusReason SHALL be populated if status is 'rejected' or 'failed'
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... Slices for contained S 2..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:practitionerrole S 1..1 CDexPractitionerRole Contained PractitionerRole resource
.... contained:patient S 1..1 CDexPatientDemographics Contained Patient resource
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier S 1..* Identifier Task Instance Identifier
Slice: Unordered, Open by pattern:$this
.... identifier:tracking-id S 1..1 Identifier Re-association tracking control number

Required Pattern: At least the following
..... type 1..1 CodeableConcept Description of identifier
Fixed Value: (complex)
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: tracking-id
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 1..1 string The value that is unique
Example General: 123456
... status ?!SΣC 1..1 code draft | requested | received | accepted | +
Binding: HRex Task Status ValueSet (required)
... statusReason SΣC 0..1 CodeableConcept Reason for current status
Binding: (unbound) (example): Codes to identify the reason for current status. These will typically be specific to a particular workflow.

.... text SΣ 1..1 string Plain text representation of the concept
... intent SΣ 1..1 code unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Binding: TaskIntent (required): Distinguishes whether the task is a proposal, plan or full order.


Fixed Value: order
... code SΣC 1..1 CodeableConcept attachment-request-code | attachment-request-questionnaire
Binding: PAS Task Codes (required)
.... coding SΣ 1..* Coding Code defined by a terminology system
..... system SΣ 0..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
..... code SΣ 1..1 code Symbol in syntax defined by the system
... for SΣ 1..1 Reference(CDex Patient Demographics Profile) {c} Contained Patient.
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #patient
... requester SΣ 1..1 Reference(HRex Organization Profile(1.1.0-preview)) Payer asking for attachments
.... identifier SΣ 1..1 Identifier Payer ID
... owner SΣ 1..1 Reference(CDex PractitionerRole Profile) {c} Provider who submitted claim or preauthorization
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #practitionerrole
... reasonCode S 1..1 CodeableConcept Why task is needed
Binding: (unbound) (example): Indicates why the task is needed. E.g. Suspended because patient admitted to hospital.

.... Slices for coding SΣC 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:use SΣ 1..* Coding Code defined by a terminology system
Binding: CDex Claim Use Value Set (required)
...... system SΣ 0..1 uri Identity of the terminology system
...... code SΣ 1..1 code claim | preauthorization
.... text SΣ 0..1 string claim | preauthorization
Binding: CDex Claim Use Value Set (required)
... reasonReference S 1..1 Reference(Resource) Why task is needed
.... identifier SΣ 1..1 Identifier Claim or Prior Authorization ID
... restriction S 0..1 BackboneElement Constraints on fulfillment tasks
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... period S 0..1 Period Attachments due date
... Slices for input S 2..* BackboneElement Information used to perform task
Slice: Unordered, Open by pattern:type
.... input:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.

..... value[x] 1..1 Content to use in performing the task
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... input:attachmentsNeeded SC 0..* BackboneElement Attachment Code
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments-needed
..... value[x] S 1..1 CodeableConcept Attachment code value
.... input:questionnaireNeeded C 0..1 BackboneElement Data Request questionnaire
..... extension S 0..* Extension Extension
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaires-needed
..... value[x] 1..1 canonical(DTR Standard Questionnaire | DTR Questionnaire for adaptive form) URL
...... Slices for extension Content/Rules for all slices
....... questionnaireDisplay 0..1 string Display name for canonical reference
URL: http://hl7.org/fhir/StructureDefinition/display
.... input:PayerUrl S 1..1 BackboneElement Payer Url
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: payer-url
..... value[x] S 1..1 url Payer url value
.... input:service-date SC 0..1 BackboneElement Service Date
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: service-date
..... value[x] SC 1..1 date Service Date value
cdex-2: Date must be to day.
.... input:signature S 0..1 BackboneElement Signature flag
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: signature-flag
..... value[x] S 1..1 boolean Signature flag value
.... input:POU 0..1 BackboneElement Purpose of use code'
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: purpose-of-use
..... value[x] 1..1 CodeableConcept Purpose of use value
Binding: CDex Purpose of Use Value Set (extensible)
.... input:multiple-submits 0..1 BackboneElement Multiple submits flag
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: multiple-submits-flag
..... value[x] 1..1 boolean Multiple submits flag value
... Slices for output 0..* BackboneElement Information produced as part of task
Slice: Unordered, Open by pattern:type
.... output:All Slices Content/Rules for all slices
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.

..... value[x] 1..1 Result of output
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... output:data 0..* BackboneElement Requested data
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: data-value
..... value[x] 1..1 Reference() data reference
.... output:response C 0..1 BackboneElement Information produced as part of task
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/uv/sdc/CodeSystem/temp
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaire-response
..... value[x] 1..1 Reference(SDC Questionnaire Response | Adaptive Questionnaire Response) Reference to the QuestionnaireResponse

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Task.identifier:tracking-id.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Task.statusrequiredHRexTaskStatus
http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status
Task.statusReasonexample
Task.intentrequiredFixed Value: order
http://hl7.org/fhir/ValueSet/task-intent|4.0.1
from the FHIR Standard
Task.coderequiredPASTaskCodes
http://hl7.org/fhir/us/davinci-pas/ValueSet/PASTaskCodes
Task.reasonCodeexample
Task.reasonCode.coding:userequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonCode.textrequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.input.typeexample
Task.input:attachmentsNeeded.typeexamplePattern: attachments-needed
Task.input:questionnaireNeeded.typeexamplePattern: questionnaires-needed
Task.input:PayerUrl.typeexamplePattern: payer-url
Task.input:service-date.typeexamplePattern: service-date
Task.input:signature.typeexamplePattern: signature-flag
Task.input:POU.typeexamplePattern: purpose-of-use
Task.input:POU.value[x]extensibleCDexPOUCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-POU
from this IG
Task.input:multiple-submits.typeexamplePattern: multiple-submits-flag
Task.output.typeexample
Task.output:data.typeexamplePattern: data-value
Task.output:response.typeexamplePattern: questionnaire-response

Constraints

IdGradePath(s)DetailsRequirements
cdex-1errorTaskThe "service-date" input SHALL be present if the attachment is for a claim.
: Task.reasonCode.coding.code.where($this='claim').exists() implies Task.input.type.coding.code.where($this='service-date').exists()
cdex-2errorTask.input:service-date.value[x]Date must be to day.
: $this.toString().length() = 10
cdex-4errorTaskIf code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
: Task.code.coding.code.where($this='attachment-request-code').exists() implies Task.input.type.coding.code.where($this='attachments-needed').exists()
cdex-5errorTaskIf code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
: Task.code.coding.code.where($this='attachment-request-questionnaire').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').exists()
cdex-6errorTaskMust only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
: Task.input.type.coding.code.where($this='attachments-needed').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').empty()
cdex-10warningTaskIf code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
: (Task.code.coding.code.where($this='attachment-request-questionnaire').exists() and Task.status.where($this='completed').exists()) implies Task.output.type.coding.code.where($this='questionnaire-response').exists()
tdr-2errorTaskTask statusReason SHALL be populated if status is 'rejected' or 'failed'
: (status = 'rejected' or status = 'failed') implies statusReason.exists()

Snapshot View

NameFlagsCard.TypeDescription & Constraintsdoco
.. Task C 0..* Task A task to be performed
inv-1: Last modified date must be greater than or equal to authored-on date.
cdex-1: The "service-date" input SHALL be present if the attachment is for a claim.
cdex-4: If code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
cdex-5: If code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
cdex-6: Must only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
cdex-10: If code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
tdr-2: Task statusReason SHALL be populated if status is 'rejected' or 'failed'
... id Σ 0..1 id Logical id of this artifact
... meta Σ 0..1 Meta Metadata about the resource
... implicitRules ?!Σ 0..1 uri A set of rules under which this content was created
... language 0..1 code Language of the resource content
Binding: CommonLanguages (preferred): A human language.

Additional BindingsPurpose
AllLanguages Max Binding
... text 0..1 Narrative Text summary of the resource, for human interpretation
... Slices for contained S 2..* Resource Contained, inline Resources
Slice: Unordered, Open by type:$this
.... contained:practitionerrole S 1..1 CDexPractitionerRole Contained PractitionerRole resource
.... contained:patient S 1..1 CDexPatientDemographics Contained Patient resource
... extension 0..* Extension Additional content defined by implementations
... modifierExtension ?! 0..* Extension Extensions that cannot be ignored
... Slices for identifier S 1..* Identifier Task Instance Identifier
Slice: Unordered, Open by pattern:$this
.... identifier:tracking-id S 1..1 Identifier Re-association tracking control number

Required Pattern: At least the following
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... use 0..1 code usual | official | temp | secondary | old (If known)
..... type 1..1 CodeableConcept Description of identifier
Fixed Value: (complex)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: tracking-id
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... system 0..1 uri The namespace for the identifier value
..... value 0..1 string The value that is unique
..... period 0..1 Period Time period when id is/was valid for use
..... assigner 0..1 Reference(Organization) Organization that issued id (may be just text)
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... use ?!Σ 0..1 code usual | official | temp | secondary | old (If known)
Binding: IdentifierUse (required): Identifies the purpose for this identifier, if known .

..... type Σ 0..1 CodeableConcept Description of identifier
Binding: Identifier Type Codes (extensible): A coded type for an identifier that can be used to determine which identifier to use for a specific purpose.

..... system SΣ 0..1 uri The namespace for the identifier value
Example General: http://www.acme.com/identifiers/patient
..... value SΣ 1..1 string The value that is unique
Example General: 123456
..... period Σ 0..1 Period Time period when id is/was valid for use
..... assigner Σ 0..1 Reference(Organization) Organization that issued id (may be just text)
... instantiatesCanonical Σ 0..1 canonical(ActivityDefinition) Formal definition of task
... instantiatesUri Σ 0..1 uri Formal definition of task
... basedOn Σ 0..* Reference(Resource) Request fulfilled by this task
... groupIdentifier Σ 0..1 Identifier Requisition or grouper id
... partOf Σ 0..* Reference(Task) Composite task
... status ?!SΣC 1..1 code draft | requested | received | accepted | +
Binding: HRex Task Status ValueSet (required)
... statusReason SΣC 0..1 CodeableConcept Reason for current status
Binding: (unbound) (example): Codes to identify the reason for current status. These will typically be specific to a particular workflow.

.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding Σ 0..* Coding Code defined by a terminology system
.... text SΣ 1..1 string Plain text representation of the concept
... businessStatus Σ 0..1 CodeableConcept E.g. "Specimen collected", "IV prepped"
Binding: (unbound) (example): The domain-specific business-contextual sub-state of the task. For example: "Blood drawn", "IV inserted", "Awaiting physician signature", etc.

... intent SΣ 1..1 code unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option
Binding: TaskIntent (required): Distinguishes whether the task is a proposal, plan or full order.


Fixed Value: order
... priority 0..1 code routine | urgent | asap | stat
Binding: RequestPriority (required): The task's priority.

... code SΣC 1..1 CodeableConcept attachment-request-code | attachment-request-questionnaire
Binding: PAS Task Codes (required)
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... coding SΣ 1..* Coding Code defined by a terminology system
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
..... system SΣ 0..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
..... version Σ 0..1 string Version of the system - if relevant
..... code SΣ 1..1 code Symbol in syntax defined by the system
..... display Σ 0..1 string Representation defined by the system
..... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text Σ 0..1 string Plain text representation of the concept
... description Σ 0..1 string Human-readable explanation of task
... focus Σ 0..1 Reference(Resource) What task is acting on
... for SΣ 1..1 Reference(CDex Patient Demographics Profile) {c} Contained Patient.
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #patient
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... encounter Σ 0..1 Reference(Encounter) Healthcare event during which this task originated
... executionPeriod Σ 0..1 Period Start and end time of execution
... authoredOn C 0..1 dateTime Task Creation Date
... lastModified ΣC 0..1 dateTime Task Last Modified Date
... requester SΣ 1..1 Reference(HRex Organization Profile(1.1.0-preview)) Payer asking for attachments
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier SΣ 1..1 Identifier Payer ID
.... display Σ 0..1 string Text alternative for the resource
... performerType 0..* CodeableConcept Requested performer
Binding: ProcedurePerformerRoleCodes (preferred): The type(s) of task performers allowed.


... owner SΣ 1..1 Reference(CDex PractitionerRole Profile) {c} Provider who submitted claim or preauthorization
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference SΣC 1..1 string Contained resource reference
Fixed Value: #practitionerrole
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier Σ 0..1 Identifier Logical reference, when literal reference is not known
.... display Σ 0..1 string Text alternative for the resource
... location Σ 0..1 Reference(Location) Where task occurs
... reasonCode S 1..1 CodeableConcept Why task is needed
Binding: (unbound) (example): Indicates why the task is needed. E.g. Suspended because patient admitted to hospital.

.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... Slices for coding SΣC 1..* Coding Code defined by a terminology system
Slice: Unordered, Open by value:$this
..... coding:use SΣ 1..* Coding Code defined by a terminology system
Binding: CDex Claim Use Value Set (required)
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... system SΣ 0..1 uri Identity of the terminology system
...... version Σ 0..1 string Version of the system - if relevant
...... code SΣ 1..1 code claim | preauthorization
...... display Σ 0..1 string Representation defined by the system
...... userSelected Σ 0..1 boolean If this coding was chosen directly by the user
.... text SΣ 0..1 string claim | preauthorization
Binding: CDex Claim Use Value Set (required)
... reasonReference S 1..1 Reference(Resource) Why task is needed
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
.... reference ΣC 0..1 string Literal reference, Relative, internal or absolute URL
.... type Σ 0..1 uri Type the reference refers to (e.g. "Patient")
Binding: ResourceType (extensible): Aa resource (or, for logical models, the URI of the logical model).

.... identifier SΣ 1..1 Identifier Claim or Prior Authorization ID
.... display Σ 0..1 string Text alternative for the resource
... insurance 0..* Reference(Coverage | ClaimResponse) Associated insurance coverage
... note 0..* Annotation Comments made about the task
... relevantHistory 0..* Reference(Provenance) Key events in history of the Task
... restriction S 0..1 BackboneElement Constraints on fulfillment tasks
.... id 0..1 string Unique id for inter-element referencing
.... extension 0..* Extension Additional content defined by implementations
.... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
.... repetitions 0..1 positiveInt How many times to repeat
.... period S 0..1 Period Attachments due date
.... recipient 0..* Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Group | Organization) For whom is fulfillment sought?
... Slices for input S 2..* BackboneElement Information used to perform task
Slice: Unordered, Open by pattern:type
.... input:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.

..... value[x] 1..1 Content to use in performing the task
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... input:attachmentsNeeded SC 0..* BackboneElement Attachment Code
..... id 0..1 string Unique id for inter-element referencing
..... extension S 0..* Extension Extension
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: attachments-needed
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] S 1..1 CodeableConcept Attachment code value
.... input:questionnaireNeeded C 0..1 BackboneElement Data Request questionnaire
..... id 0..1 string Unique id for inter-element referencing
..... extension S 0..* Extension Extension
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
Slice: Unordered, Open by value:url
...... url S 1..1 uri "http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber"
...... value[x] S 1..1 integer Value of extension
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaires-needed
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 canonical(DTR Standard Questionnaire | DTR Questionnaire for adaptive form) URL
...... id 0..1 string xml:id (or equivalent in JSON)
...... Slices for extension 0..* Extension Extension
Slice: Unordered, Open by value:url
....... questionnaireDisplay 0..1 string Display name for canonical reference
URL: http://hl7.org/fhir/StructureDefinition/display
...... value 0..1 string Primitive value for canonical
.... input:PayerUrl S 1..1 BackboneElement Payer Url
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: payer-url
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] S 1..1 url Payer url value
.... input:service-date SC 0..1 BackboneElement Service Date
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: service-date
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] SC 1..1 date Service Date value
cdex-2: Date must be to day.
.... input:signature S 0..1 BackboneElement Signature flag
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type S 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: signature-flag
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] S 1..1 boolean Signature flag value
.... input:POU 0..1 BackboneElement Purpose of use code'
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: purpose-of-use
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 CodeableConcept Purpose of use value
Binding: CDex Purpose of Use Value Set (extensible)
.... input:multiple-submits 0..1 BackboneElement Multiple submits flag
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for the input
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Comparison source", "Applicable consent", "Concomitent Medications", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-cdex/CodeSystem/cdex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: multiple-submits-flag
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 boolean Multiple submits flag value
... Slices for output 0..* BackboneElement Information produced as part of task
Slice: Unordered, Open by pattern:type
.... output:All Slices Content/Rules for all slices
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.

..... value[x] 1..1 Result of output
...... valueBase64Binary base64Binary
...... valueBoolean boolean
...... valueCanonical canonical(Any)
...... valueCode code
...... valueDate date
...... valueDateTime dateTime
...... valueDecimal decimal
...... valueId id
...... valueInstant instant
...... valueInteger integer
...... valueMarkdown markdown
...... valueOid oid
...... valuePositiveInt positiveInt
...... valueString string
...... valueTime time
...... valueUnsignedInt unsignedInt
...... valueUri uri
...... valueUrl url
...... valueUuid uuid
...... valueAddress Address
...... valueAge Age
...... valueAnnotation Annotation
...... valueAttachment Attachment
...... valueCodeableConcept CodeableConcept
...... valueCoding Coding
...... valueContactPoint ContactPoint
...... valueCount Count
...... valueDistance Distance
...... valueDuration Duration
...... valueHumanName HumanName
...... valueIdentifier Identifier
...... valueMoney Money
...... valuePeriod Period
...... valueQuantity Quantity
...... valueRange Range
...... valueRatio Ratio
...... valueReference Reference(Any)
...... valueSampledData SampledData
...... valueSignature Signature
...... valueTiming Timing
...... valueContactDetail ContactDetail
...... valueContributor Contributor
...... valueDataRequirement DataRequirement
...... valueExpression Expression
...... valueParameterDefinition ParameterDefinition
...... valueRelatedArtifact RelatedArtifact
...... valueTriggerDefinition TriggerDefinition
...... valueUsageContext UsageContext
...... valueDosage Dosage
...... valueMeta Meta
.... output:data 0..* BackboneElement Requested data
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/us/davinci-hrex/CodeSystem/hrex-temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: data-value
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 Reference() data reference
.... output:response C 0..1 BackboneElement Information produced as part of task
..... id 0..1 string Unique id for inter-element referencing
..... extension 0..* Extension Additional content defined by implementations
..... modifierExtension ?!Σ 0..* Extension Extensions that cannot be ignored even if unrecognized
..... type 1..1 CodeableConcept Label for output
Binding: (unbound) (example): Codes to identify types of input parameters. These will typically be specific to a particular workflow. E.g. "Identified issues", "Preliminary results", "Filler order", "Final results", etc.


Required Pattern: At least the following
...... id 0..1 string Unique id for inter-element referencing
...... extension 0..* Extension Additional content defined by implementations
...... coding 1..* Coding Code defined by a terminology system
Fixed Value: (complex)
....... id 0..1 string Unique id for inter-element referencing
....... extension 0..* Extension Additional content defined by implementations
....... system 1..1 uri Identity of the terminology system
Fixed Value: http://hl7.org/fhir/uv/sdc/CodeSystem/temp
....... version 0..1 string Version of the system - if relevant
....... code 1..1 code Symbol in syntax defined by the system
Fixed Value: questionnaire-response
....... display 0..1 string Representation defined by the system
....... userSelected 0..1 boolean If this coding was chosen directly by the user
...... text 0..1 string Plain text representation of the concept
..... value[x] 1..1 Reference(SDC Questionnaire Response | Adaptive Questionnaire Response) Reference to the QuestionnaireResponse

doco Documentation for this format

Terminology Bindings

PathConformanceValueSet / CodeURI
Task.languagepreferredCommonLanguages
Additional Bindings Purpose
AllLanguages Max Binding
http://hl7.org/fhir/ValueSet/languages
from the FHIR Standard
Task.identifier:tracking-id.userequiredIdentifierUse
http://hl7.org/fhir/ValueSet/identifier-use|4.0.1
from the FHIR Standard
Task.identifier:tracking-id.typeextensibleIdentifier Type Codes
http://hl7.org/fhir/ValueSet/identifier-type
from the FHIR Standard
Task.statusrequiredHRexTaskStatus
http://hl7.org/fhir/us/davinci-hrex/ValueSet/hrex-task-status
Task.statusReasonexample
Task.businessStatusexample
Task.intentrequiredFixed Value: order
http://hl7.org/fhir/ValueSet/task-intent|4.0.1
from the FHIR Standard
Task.priorityrequiredRequestPriority
http://hl7.org/fhir/ValueSet/request-priority|4.0.1
from the FHIR Standard
Task.coderequiredPASTaskCodes
http://hl7.org/fhir/us/davinci-pas/ValueSet/PASTaskCodes
Task.for.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.requester.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.performerTypepreferredProcedurePerformerRoleCodes
http://hl7.org/fhir/ValueSet/performer-role
from the FHIR Standard
Task.owner.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.reasonCodeexample
Task.reasonCode.coding:userequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonCode.textrequiredCDexClaimUseCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-claim-use
from this IG
Task.reasonReference.typeextensibleResourceType
http://hl7.org/fhir/ValueSet/resource-types
from the FHIR Standard
Task.input.typeexample
Task.input:attachmentsNeeded.typeexamplePattern: attachments-needed
Task.input:questionnaireNeeded.typeexamplePattern: questionnaires-needed
Task.input:PayerUrl.typeexamplePattern: payer-url
Task.input:service-date.typeexamplePattern: service-date
Task.input:signature.typeexamplePattern: signature-flag
Task.input:POU.typeexamplePattern: purpose-of-use
Task.input:POU.value[x]extensibleCDexPOUCodes
http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-POU
from this IG
Task.input:multiple-submits.typeexamplePattern: multiple-submits-flag
Task.output.typeexample
Task.output:data.typeexamplePattern: data-value
Task.output:response.typeexamplePattern: questionnaire-response

Constraints

IdGradePath(s)DetailsRequirements
cdex-1errorTaskThe "service-date" input SHALL be present if the attachment is for a claim.
: Task.reasonCode.coding.code.where($this='claim').exists() implies Task.input.type.coding.code.where($this='service-date').exists()
cdex-2errorTask.input:service-date.value[x]Date must be to day.
: $this.toString().length() = 10
cdex-4errorTaskIf code = "attachment-request-code", must have one or more "attachmentsNeeded" inputs.
: Task.code.coding.code.where($this='attachment-request-code').exists() implies Task.input.type.coding.code.where($this='attachments-needed').exists()
cdex-5errorTaskIf code = "attachment-request-questionnaire", must have one "questionnaireNeeded" input.
: Task.code.coding.code.where($this='attachment-request-questionnaire').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').exists()
cdex-6errorTaskMust only have "attachmentsNeeded" inputs or one "questionnaireNeeded" input not both.
: Task.input.type.coding.code.where($this='attachments-needed').exists() implies Task.input.type.coding.code.where($this='questionnaires-needed').empty()
cdex-10warningTaskIf code = "attachment-request-questionnaire" and status = "completed", should have one "questionnaire-response" output referencing the QuestionnaireResponse.
: (Task.code.coding.code.where($this='attachment-request-questionnaire').exists() and Task.status.where($this='completed').exists()) implies Task.output.type.coding.code.where($this='questionnaire-response').exists()
tdr-2errorTaskTask statusReason SHALL be populated if status is 'rejected' or 'failed'
: (status = 'rejected' or status = 'failed') implies statusReason.exists()

This structure is derived from Task

Summary

Mandatory: 21 elements(6 nested mandatory elements)
Must-Support: 50 elements
Fixed: 6 elements

Structures

This structure refers to these other structures:

Extensions

This structure refers to these extensions:

Slices

This structure defines the following Slices:

  • The element 1 is sliced based on the value of Task.contained
  • The element 1 is sliced based on the value of Task.identifier
  • The element 1 is sliced based on the value of Task.reasonCode.coding
  • The element 1 is sliced based on the value of Task.input
  • The element 1 is sliced based on the value of Task.output

Maturity: 2

 

Other representations of profile: CSV, Excel, Schematron