Publication Build: This will be filled in by the publication tooling
| Official URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/profile-task | Version: 2.0.1 | |||
| Standards status: Trial-use | Maturity Level: 3 | Computable Name: PASTask | ||
PAS constraints on Task resource that is used to request additional documentation for prior authorizations.
Usage:
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from Task
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | C | 0..* | Task | A task to be performed AttachmentNeeded: If task.code is attachment-request-code, then attachments needed slice is required. QuestionnaireNeeded: If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. |
![]() ![]() | S | 1..* | Identifier | Payers tracking identifier |
![]() ![]() | S | 1..1 | code | draft | requested | received | accepted | + Binding: HRex Task Status ValueSet (required) |
![]() ![]() | S | 0..1 | CodeableConcept | Reason for current status |
![]() ![]() | S | 1..1 | code | unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option Required Pattern: order |
![]() ![]() | S | 1..1 | CodeableConcept | Task Type Binding: PAS Task Codes (required) |
![]() ![]() | S | 1..1 | Reference(PAS Beneficiary Patient) | Beneficiary of the Task |
![]() ![]() | S | 1..1 | Reference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Payer ID |
![]() ![]() ![]() | S | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | S | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Payer ID |
![]() ![]() ![]() | S | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | S | 1..1 | CodeableConcept | Why task is needed Required Pattern: At least the following |
![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: priorAuthorization | |
![]() ![]() | S | 1..1 | Reference(PAS Claim) | Why task is needed |
![]() ![]() | ||||
![]() ![]() ![]() | S | 0..1 | Period | When fulfillment sought |
![]() ![]() | S | 2..* | BackboneElement | Information used to perform task Slice: Unordered, Open by value:type |
![]() ![]() ![]() | 1..1 | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Label for the input Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: payer-url | |
![]() ![]() ![]() ![]() | 1..1 | url | Content to use in performing the task | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Label for the input Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: attachments-needed | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Content to use in performing the task Binding: Attachment Request Codes (required) | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Label for the input Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: questionnaires-needed | |
![]() ![]() ![]() ![]() | 1..1 | PASIdentifier | An identifier intended for computation | |
Documentation for this format | ||||
| Path | Conformance | ValueSet |
| Task.status | required | HRexTaskStatus |
| Task.code | required | PASTaskCodes |
| Task.input:AttachmentsNeeded.value[x] | required | AttachmentRequestCodes |
| Id | Grade | Path(s) | Details | Requirements |
| AttachmentNeeded | error | Task | If task.code is attachment-request-code, then attachments needed slice is required. : $this.code.coding.where(code='attachment-request-code').count() > 0 implies $this.input.type.coding.where(code='attachments-needed').count() > 0 | |
| QuestionnaireNeeded | error | Task | If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. : $this.code.coding.where(code='attachment-request-questionnaire').count() > 0 implies $this.input.type.coding.where(code='questionnaires-needed').count() > 0 |
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | C | 0..* | Task | A task to be performed AttachmentNeeded: If task.code is attachment-request-code, then attachments needed slice is required. QuestionnaireNeeded: If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. |
![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() | S | 1..* | Identifier | Payers tracking identifier |
![]() ![]() | ?!SΣ | 1..1 | code | draft | requested | received | accepted | + Binding: HRex Task Status ValueSet (required) |
![]() ![]() | SΣ | 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. |
![]() ![]() | 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. Required Pattern: order |
![]() ![]() | SΣ | 1..1 | CodeableConcept | Task Type Binding: PAS Task Codes (required) |
![]() ![]() | SΣ | 1..1 | Reference(PAS Beneficiary Patient) | Beneficiary of the Task |
![]() ![]() | SΣ | 1..1 | Reference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Payer ID |
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | SΣ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Payer ID |
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | 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. Required Pattern: At least the following |
![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: priorAuthorization | |
![]() ![]() | S | 1..1 | Reference(PAS Claim) | Why task is needed |
![]() ![]() | 0..1 | BackboneElement | Constraints on fulfillment tasks | |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() | S | 0..1 | Period | When fulfillment sought |
![]() ![]() | S | 2..* | BackboneElement | Information used to perform task Slice: Unordered, Open by value:type |
![]() ![]() ![]() | Content/Rules for all slices | |||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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. | |
![]() ![]() ![]() ![]() | 1..1 | Content to use in performing the task | ||
![]() ![]() ![]() ![]() ![]() | base64Binary | |||
![]() ![]() ![]() ![]() ![]() | boolean | |||
![]() ![]() ![]() ![]() ![]() | canonical(Any) | |||
![]() ![]() ![]() ![]() ![]() | code | |||
![]() ![]() ![]() ![]() ![]() | date | |||
![]() ![]() ![]() ![]() ![]() | dateTime | |||
![]() ![]() ![]() ![]() ![]() | decimal | |||
![]() ![]() ![]() ![]() ![]() | id | |||
![]() ![]() ![]() ![]() ![]() | instant | |||
![]() ![]() ![]() ![]() ![]() | integer | |||
![]() ![]() ![]() ![]() ![]() | markdown | |||
![]() ![]() ![]() ![]() ![]() | oid | |||
![]() ![]() ![]() ![]() ![]() | positiveInt | |||
![]() ![]() ![]() ![]() ![]() | string | |||
![]() ![]() ![]() ![]() ![]() | time | |||
![]() ![]() ![]() ![]() ![]() | unsignedInt | |||
![]() ![]() ![]() ![]() ![]() | uri | |||
![]() ![]() ![]() ![]() ![]() | url | |||
![]() ![]() ![]() ![]() ![]() | uuid | |||
![]() ![]() ![]() ![]() ![]() | Address | |||
![]() ![]() ![]() ![]() ![]() | Age | |||
![]() ![]() ![]() ![]() ![]() | Annotation | |||
![]() ![]() ![]() ![]() ![]() | Attachment | |||
![]() ![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() | Coding | |||
![]() ![]() ![]() ![]() ![]() | ContactPoint | |||
![]() ![]() ![]() ![]() ![]() | Count | |||
![]() ![]() ![]() ![]() ![]() | Distance | |||
![]() ![]() ![]() ![]() ![]() | Duration | |||
![]() ![]() ![]() ![]() ![]() | HumanName | |||
![]() ![]() ![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() ![]() ![]() | Money | |||
![]() ![]() ![]() ![]() ![]() | Period | |||
![]() ![]() ![]() ![]() ![]() | Quantity | |||
![]() ![]() ![]() ![]() ![]() | Range | |||
![]() ![]() ![]() ![]() ![]() | Ratio | |||
![]() ![]() ![]() ![]() ![]() | Reference(Any) | |||
![]() ![]() ![]() ![]() ![]() | SampledData | |||
![]() ![]() ![]() ![]() ![]() | Signature | |||
![]() ![]() ![]() ![]() ![]() | Timing | |||
![]() ![]() ![]() ![]() ![]() | ContactDetail | |||
![]() ![]() ![]() ![]() ![]() | Contributor | |||
![]() ![]() ![]() ![]() ![]() | DataRequirement | |||
![]() ![]() ![]() ![]() ![]() | Expression | |||
![]() ![]() ![]() ![]() ![]() | ParameterDefinition | |||
![]() ![]() ![]() ![]() ![]() | RelatedArtifact | |||
![]() ![]() ![]() ![]() ![]() | TriggerDefinition | |||
![]() ![]() ![]() ![]() ![]() | UsageContext | |||
![]() ![]() ![]() ![]() ![]() | Dosage | |||
![]() ![]() ![]() ![]() ![]() | Meta | |||
![]() ![]() ![]() | 1..1 | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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 | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: payer-url | |
![]() ![]() ![]() ![]() | 1..1 | url | Content to use in performing the task | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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 | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: attachments-needed | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Content to use in performing the task Binding: Attachment Request Codes (required) | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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 | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: questionnaires-needed | |
![]() ![]() ![]() ![]() | 1..1 | PASIdentifier | An identifier intended for computation | |
Documentation for this format | ||||
| Path | Conformance | ValueSet / Code |
| Task.status | required | HRexTaskStatus |
| Task.statusReason | example | |
| Task.intent | required | Pattern: order |
| Task.code | required | PASTaskCodes |
| Task.reasonCode | example | Pattern: priorAuthorization |
| Task.input.type | example | |
| Task.input:PayerURL.type | example | Pattern: payer-url |
| Task.input:AttachmentsNeeded.type | example | Pattern: attachments-needed |
| Task.input:AttachmentsNeeded.value[x] | required | AttachmentRequestCodes |
| Task.input:QuestionnairesNeeded.type | example | Pattern: questionnaires-needed |
| Id | Grade | Path(s) | Details | Requirements |
| AttachmentNeeded | error | Task | If task.code is attachment-request-code, then attachments needed slice is required. : $this.code.coding.where(code='attachment-request-code').count() > 0 implies $this.input.type.coding.where(code='attachments-needed').count() > 0 | |
| QuestionnaireNeeded | error | Task | If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. : $this.code.coding.where(code='attachment-request-questionnaire').count() > 0 implies $this.input.type.coding.where(code='questionnaires-needed').count() > 0 |
| Name | Flags | Card. | Type | Description & Constraints![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() | C | 0..* | Task | A task to be performed AttachmentNeeded: If task.code is attachment-request-code, then attachments needed slice is required. QuestionnaireNeeded: If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. | ||||
![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() | S | 1..* | Identifier | Payers tracking identifier | ||||
![]() ![]() | Σ | 0..1 | canonical(ActivityDefinition) | Formal definition of task | ||||
![]() ![]() | Σ | 0..1 | uri | Formal definition of task | ||||
![]() ![]() | Σ | 0..* | Reference(Resource) | Request fulfilled by this task | ||||
![]() ![]() | Σ | 0..1 | Identifier | Requisition or grouper id | ||||
![]() ![]() | Σ | 0..* | Reference(Task) | Composite task | ||||
![]() ![]() | ?!SΣ | 1..1 | code | draft | requested | received | accepted | + Binding: HRex Task Status ValueSet (required) | ||||
![]() ![]() | SΣ | 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. | ||||
![]() ![]() | Σ | 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. | ||||
![]() ![]() | 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. Required Pattern: order | ||||
![]() ![]() | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): The task's priority. | |||||
![]() ![]() | SΣ | 1..1 | CodeableConcept | Task Type Binding: PAS Task Codes (required) | ||||
![]() ![]() | Σ | 0..1 | string | Human-readable explanation of task | ||||
![]() ![]() | Σ | 0..1 | Reference(Resource) | What task is acting on | ||||
![]() ![]() | SΣ | 1..1 | Reference(PAS Beneficiary Patient) | Beneficiary of the Task | ||||
![]() ![]() | Σ | 0..1 | Reference(Encounter) | Healthcare event during which this task originated | ||||
![]() ![]() | Σ | 0..1 | Period | Start and end time of execution | ||||
![]() ![]() | C | 0..1 | dateTime | Task Creation Date | ||||
![]() ![]() | ΣC | 0..1 | dateTime | Task Last Modified Date | ||||
![]() ![]() | SΣ | 1..1 | Reference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Payer ID | ||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() | ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() | Σ | 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). | ||||
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() | Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() | 0..* | CodeableConcept | Requested performer Binding: ProcedurePerformerRoleCodes (preferred): The type(s) of task performers allowed. | |||||
![]() ![]() | SΣ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Payer ID | ||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() | ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() | Σ | 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). | ||||
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() | Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() | Σ | 0..1 | Reference(Location) | Where task occurs | ||||
![]() ![]() | 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. Required Pattern: At least the following | ||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: priorAuthorization | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() | S | 1..1 | Reference(PAS Claim) | Why task is needed | ||||
![]() ![]() | 0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |||||
![]() ![]() | 0..* | Annotation | Comments made about the task | |||||
![]() ![]() | 0..* | Reference(Provenance) | Key events in history of the Task | |||||
![]() ![]() | 0..1 | BackboneElement | Constraints on fulfillment tasks | |||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() | 0..1 | positiveInt | How many times to repeat | |||||
![]() ![]() ![]() | S | 0..1 | Period | When fulfillment sought | ||||
![]() ![]() ![]() | 0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Group | Organization) | For whom is fulfillment sought? | |||||
![]() ![]() | S | 2..* | BackboneElement | Information used to perform task Slice: Unordered, Open by value:type | ||||
![]() ![]() ![]() | Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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. | |||||
![]() ![]() ![]() ![]() | 1..1 | Content to use in performing the task | ||||||
![]() ![]() ![]() ![]() ![]() | base64Binary | |||||||
![]() ![]() ![]() ![]() ![]() | boolean | |||||||
![]() ![]() ![]() ![]() ![]() | canonical(Any) | |||||||
![]() ![]() ![]() ![]() ![]() | code | |||||||
![]() ![]() ![]() ![]() ![]() | date | |||||||
![]() ![]() ![]() ![]() ![]() | dateTime | |||||||
![]() ![]() ![]() ![]() ![]() | decimal | |||||||
![]() ![]() ![]() ![]() ![]() | id | |||||||
![]() ![]() ![]() ![]() ![]() | instant | |||||||
![]() ![]() ![]() ![]() ![]() | integer | |||||||
![]() ![]() ![]() ![]() ![]() | markdown | |||||||
![]() ![]() ![]() ![]() ![]() | oid | |||||||
![]() ![]() ![]() ![]() ![]() | positiveInt | |||||||
![]() ![]() ![]() ![]() ![]() | string | |||||||
![]() ![]() ![]() ![]() ![]() | time | |||||||
![]() ![]() ![]() ![]() ![]() | unsignedInt | |||||||
![]() ![]() ![]() ![]() ![]() | uri | |||||||
![]() ![]() ![]() ![]() ![]() | url | |||||||
![]() ![]() ![]() ![]() ![]() | uuid | |||||||
![]() ![]() ![]() ![]() ![]() | Address | |||||||
![]() ![]() ![]() ![]() ![]() | Age | |||||||
![]() ![]() ![]() ![]() ![]() | Annotation | |||||||
![]() ![]() ![]() ![]() ![]() | Attachment | |||||||
![]() ![]() ![]() ![]() ![]() | CodeableConcept | |||||||
![]() ![]() ![]() ![]() ![]() | Coding | |||||||
![]() ![]() ![]() ![]() ![]() | ContactPoint | |||||||
![]() ![]() ![]() ![]() ![]() | Count | |||||||
![]() ![]() ![]() ![]() ![]() | Distance | |||||||
![]() ![]() ![]() ![]() ![]() | Duration | |||||||
![]() ![]() ![]() ![]() ![]() | HumanName | |||||||
![]() ![]() ![]() ![]() ![]() | Identifier | |||||||
![]() ![]() ![]() ![]() ![]() | Money | |||||||
![]() ![]() ![]() ![]() ![]() | Period | |||||||
![]() ![]() ![]() ![]() ![]() | Quantity | |||||||
![]() ![]() ![]() ![]() ![]() | Range | |||||||
![]() ![]() ![]() ![]() ![]() | Ratio | |||||||
![]() ![]() ![]() ![]() ![]() | Reference(Any) | |||||||
![]() ![]() ![]() ![]() ![]() | SampledData | |||||||
![]() ![]() ![]() ![]() ![]() | Signature | |||||||
![]() ![]() ![]() ![]() ![]() | Timing | |||||||
![]() ![]() ![]() ![]() ![]() | ContactDetail | |||||||
![]() ![]() ![]() ![]() ![]() | Contributor | |||||||
![]() ![]() ![]() ![]() ![]() | DataRequirement | |||||||
![]() ![]() ![]() ![]() ![]() | Expression | |||||||
![]() ![]() ![]() ![]() ![]() | ParameterDefinition | |||||||
![]() ![]() ![]() ![]() ![]() | RelatedArtifact | |||||||
![]() ![]() ![]() ![]() ![]() | TriggerDefinition | |||||||
![]() ![]() ![]() ![]() ![]() | UsageContext | |||||||
![]() ![]() ![]() ![]() ![]() | Dosage | |||||||
![]() ![]() ![]() ![]() ![]() | Meta | |||||||
![]() ![]() ![]() | 1..1 | BackboneElement | Information used to perform task | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: payer-url | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() | 1..1 | url | Content to use in performing the task | |||||
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: attachments-needed | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Content to use in performing the task Binding: Attachment Request Codes (required) | |||||
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: questionnaires-needed | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() | 1..1 | PASIdentifier | An identifier intended for computation | |||||
![]() ![]() | 0..* | BackboneElement | Information produced as part of task | |||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() | 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. | |||||
![]() ![]() ![]() | 1..1 | Result of output | ||||||
![]() ![]() ![]() ![]() | base64Binary | |||||||
![]() ![]() ![]() ![]() | boolean | |||||||
![]() ![]() ![]() ![]() | canonical(Any) | |||||||
![]() ![]() ![]() ![]() | code | |||||||
![]() ![]() ![]() ![]() | date | |||||||
![]() ![]() ![]() ![]() | dateTime | |||||||
![]() ![]() ![]() ![]() | decimal | |||||||
![]() ![]() ![]() ![]() | id | |||||||
![]() ![]() ![]() ![]() | instant | |||||||
![]() ![]() ![]() ![]() | integer | |||||||
![]() ![]() ![]() ![]() | markdown | |||||||
![]() ![]() ![]() ![]() | oid | |||||||
![]() ![]() ![]() ![]() | positiveInt | |||||||
![]() ![]() ![]() ![]() | string | |||||||
![]() ![]() ![]() ![]() | time | |||||||
![]() ![]() ![]() ![]() | unsignedInt | |||||||
![]() ![]() ![]() ![]() | uri | |||||||
![]() ![]() ![]() ![]() | url | |||||||
![]() ![]() ![]() ![]() | uuid | |||||||
![]() ![]() ![]() ![]() | Address | |||||||
![]() ![]() ![]() ![]() | Age | |||||||
![]() ![]() ![]() ![]() | Annotation | |||||||
![]() ![]() ![]() ![]() | Attachment | |||||||
![]() ![]() ![]() ![]() | CodeableConcept | |||||||
![]() ![]() ![]() ![]() | Coding | |||||||
![]() ![]() ![]() ![]() | ContactPoint | |||||||
![]() ![]() ![]() ![]() | Count | |||||||
![]() ![]() ![]() ![]() | Distance | |||||||
![]() ![]() ![]() ![]() | Duration | |||||||
![]() ![]() ![]() ![]() | HumanName | |||||||
![]() ![]() ![]() ![]() | Identifier | |||||||
![]() ![]() ![]() ![]() | Money | |||||||
![]() ![]() ![]() ![]() | Period | |||||||
![]() ![]() ![]() ![]() | Quantity | |||||||
![]() ![]() ![]() ![]() | Range | |||||||
![]() ![]() ![]() ![]() | Ratio | |||||||
![]() ![]() ![]() ![]() | Reference(Any) | |||||||
![]() ![]() ![]() ![]() | SampledData | |||||||
![]() ![]() ![]() ![]() | Signature | |||||||
![]() ![]() ![]() ![]() | Timing | |||||||
![]() ![]() ![]() ![]() | ContactDetail | |||||||
![]() ![]() ![]() ![]() | Contributor | |||||||
![]() ![]() ![]() ![]() | DataRequirement | |||||||
![]() ![]() ![]() ![]() | Expression | |||||||
![]() ![]() ![]() ![]() | ParameterDefinition | |||||||
![]() ![]() ![]() ![]() | RelatedArtifact | |||||||
![]() ![]() ![]() ![]() | TriggerDefinition | |||||||
![]() ![]() ![]() ![]() | UsageContext | |||||||
![]() ![]() ![]() ![]() | Dosage | |||||||
![]() ![]() ![]() ![]() | Meta | |||||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet / Code | ||||
| Task.language | preferred | CommonLanguages
| ||||
| Task.status | required | HRexTaskStatus | ||||
| Task.statusReason | example | |||||
| Task.businessStatus | example | |||||
| Task.intent | required | Pattern: order | ||||
| Task.priority | required | RequestPriority | ||||
| Task.code | required | PASTaskCodes | ||||
| Task.requester.type | extensible | ResourceType | ||||
| Task.performerType | preferred | ProcedurePerformerRoleCodes | ||||
| Task.owner.type | extensible | ResourceType | ||||
| Task.reasonCode | example | Pattern: priorAuthorization | ||||
| Task.input.type | example | |||||
| Task.input:PayerURL.type | example | Pattern: payer-url | ||||
| Task.input:AttachmentsNeeded.type | example | Pattern: attachments-needed | ||||
| Task.input:AttachmentsNeeded.value[x] | required | AttachmentRequestCodes | ||||
| Task.input:QuestionnairesNeeded.type | example | Pattern: questionnaires-needed | ||||
| Task.output.type | example |
| Id | Grade | Path(s) | Details | Requirements |
| AttachmentNeeded | error | Task | If task.code is attachment-request-code, then attachments needed slice is required. : $this.code.coding.where(code='attachment-request-code').count() > 0 implies $this.input.type.coding.where(code='attachments-needed').count() > 0 | |
| QuestionnaireNeeded | error | Task | If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. : $this.code.coding.where(code='attachment-request-questionnaire').count() > 0 implies $this.input.type.coding.where(code='questionnaires-needed').count() > 0 |
This structure is derived from Task
Summary
Mandatory: 10 elements (4 nested mandatory elements)
Must-Support: 14 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Maturity: 3
Differential View
This structure is derived from Task
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | C | 0..* | Task | A task to be performed AttachmentNeeded: If task.code is attachment-request-code, then attachments needed slice is required. QuestionnaireNeeded: If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. |
![]() ![]() | S | 1..* | Identifier | Payers tracking identifier |
![]() ![]() | S | 1..1 | code | draft | requested | received | accepted | + Binding: HRex Task Status ValueSet (required) |
![]() ![]() | S | 0..1 | CodeableConcept | Reason for current status |
![]() ![]() | S | 1..1 | code | unknown | proposal | plan | order | original-order | reflex-order | filler-order | instance-order | option Required Pattern: order |
![]() ![]() | S | 1..1 | CodeableConcept | Task Type Binding: PAS Task Codes (required) |
![]() ![]() | S | 1..1 | Reference(PAS Beneficiary Patient) | Beneficiary of the Task |
![]() ![]() | S | 1..1 | Reference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Payer ID |
![]() ![]() ![]() | S | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | S | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Payer ID |
![]() ![]() ![]() | S | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | S | 1..1 | CodeableConcept | Why task is needed Required Pattern: At least the following |
![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: priorAuthorization | |
![]() ![]() | S | 1..1 | Reference(PAS Claim) | Why task is needed |
![]() ![]() | ||||
![]() ![]() ![]() | S | 0..1 | Period | When fulfillment sought |
![]() ![]() | S | 2..* | BackboneElement | Information used to perform task Slice: Unordered, Open by value:type |
![]() ![]() ![]() | 1..1 | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Label for the input Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: payer-url | |
![]() ![]() ![]() ![]() | 1..1 | url | Content to use in performing the task | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Label for the input Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: attachments-needed | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Content to use in performing the task Binding: Attachment Request Codes (required) | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Label for the input Required Pattern: At least the following | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: questionnaires-needed | |
![]() ![]() ![]() ![]() | 1..1 | PASIdentifier | An identifier intended for computation | |
Documentation for this format | ||||
| Path | Conformance | ValueSet |
| Task.status | required | HRexTaskStatus |
| Task.code | required | PASTaskCodes |
| Task.input:AttachmentsNeeded.value[x] | required | AttachmentRequestCodes |
| Id | Grade | Path(s) | Details | Requirements |
| AttachmentNeeded | error | Task | If task.code is attachment-request-code, then attachments needed slice is required. : $this.code.coding.where(code='attachment-request-code').count() > 0 implies $this.input.type.coding.where(code='attachments-needed').count() > 0 | |
| QuestionnaireNeeded | error | Task | If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. : $this.code.coding.where(code='attachment-request-questionnaire').count() > 0 implies $this.input.type.coding.where(code='questionnaires-needed').count() > 0 |
Key Elements View
| Name | Flags | Card. | Type | Description & Constraints![]() |
|---|---|---|---|---|
![]() | C | 0..* | Task | A task to be performed AttachmentNeeded: If task.code is attachment-request-code, then attachments needed slice is required. QuestionnaireNeeded: If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. |
![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created |
![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored |
![]() ![]() | S | 1..* | Identifier | Payers tracking identifier |
![]() ![]() | ?!SΣ | 1..1 | code | draft | requested | received | accepted | + Binding: HRex Task Status ValueSet (required) |
![]() ![]() | SΣ | 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. |
![]() ![]() | 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. Required Pattern: order |
![]() ![]() | SΣ | 1..1 | CodeableConcept | Task Type Binding: PAS Task Codes (required) |
![]() ![]() | SΣ | 1..1 | Reference(PAS Beneficiary Patient) | Beneficiary of the Task |
![]() ![]() | SΣ | 1..1 | Reference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Payer ID |
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | SΣ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Payer ID |
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known |
![]() ![]() | 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. Required Pattern: At least the following |
![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: priorAuthorization | |
![]() ![]() | S | 1..1 | Reference(PAS Claim) | Why task is needed |
![]() ![]() | 0..1 | BackboneElement | Constraints on fulfillment tasks | |
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() | S | 0..1 | Period | When fulfillment sought |
![]() ![]() | S | 2..* | BackboneElement | Information used to perform task Slice: Unordered, Open by value:type |
![]() ![]() ![]() | Content/Rules for all slices | |||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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. | |
![]() ![]() ![]() ![]() | 1..1 | Content to use in performing the task | ||
![]() ![]() ![]() ![]() ![]() | base64Binary | |||
![]() ![]() ![]() ![]() ![]() | boolean | |||
![]() ![]() ![]() ![]() ![]() | canonical(Any) | |||
![]() ![]() ![]() ![]() ![]() | code | |||
![]() ![]() ![]() ![]() ![]() | date | |||
![]() ![]() ![]() ![]() ![]() | dateTime | |||
![]() ![]() ![]() ![]() ![]() | decimal | |||
![]() ![]() ![]() ![]() ![]() | id | |||
![]() ![]() ![]() ![]() ![]() | instant | |||
![]() ![]() ![]() ![]() ![]() | integer | |||
![]() ![]() ![]() ![]() ![]() | markdown | |||
![]() ![]() ![]() ![]() ![]() | oid | |||
![]() ![]() ![]() ![]() ![]() | positiveInt | |||
![]() ![]() ![]() ![]() ![]() | string | |||
![]() ![]() ![]() ![]() ![]() | time | |||
![]() ![]() ![]() ![]() ![]() | unsignedInt | |||
![]() ![]() ![]() ![]() ![]() | uri | |||
![]() ![]() ![]() ![]() ![]() | url | |||
![]() ![]() ![]() ![]() ![]() | uuid | |||
![]() ![]() ![]() ![]() ![]() | Address | |||
![]() ![]() ![]() ![]() ![]() | Age | |||
![]() ![]() ![]() ![]() ![]() | Annotation | |||
![]() ![]() ![]() ![]() ![]() | Attachment | |||
![]() ![]() ![]() ![]() ![]() | CodeableConcept | |||
![]() ![]() ![]() ![]() ![]() | Coding | |||
![]() ![]() ![]() ![]() ![]() | ContactPoint | |||
![]() ![]() ![]() ![]() ![]() | Count | |||
![]() ![]() ![]() ![]() ![]() | Distance | |||
![]() ![]() ![]() ![]() ![]() | Duration | |||
![]() ![]() ![]() ![]() ![]() | HumanName | |||
![]() ![]() ![]() ![]() ![]() | Identifier | |||
![]() ![]() ![]() ![]() ![]() | Money | |||
![]() ![]() ![]() ![]() ![]() | Period | |||
![]() ![]() ![]() ![]() ![]() | Quantity | |||
![]() ![]() ![]() ![]() ![]() | Range | |||
![]() ![]() ![]() ![]() ![]() | Ratio | |||
![]() ![]() ![]() ![]() ![]() | Reference(Any) | |||
![]() ![]() ![]() ![]() ![]() | SampledData | |||
![]() ![]() ![]() ![]() ![]() | Signature | |||
![]() ![]() ![]() ![]() ![]() | Timing | |||
![]() ![]() ![]() ![]() ![]() | ContactDetail | |||
![]() ![]() ![]() ![]() ![]() | Contributor | |||
![]() ![]() ![]() ![]() ![]() | DataRequirement | |||
![]() ![]() ![]() ![]() ![]() | Expression | |||
![]() ![]() ![]() ![]() ![]() | ParameterDefinition | |||
![]() ![]() ![]() ![]() ![]() | RelatedArtifact | |||
![]() ![]() ![]() ![]() ![]() | TriggerDefinition | |||
![]() ![]() ![]() ![]() ![]() | UsageContext | |||
![]() ![]() ![]() ![]() ![]() | Dosage | |||
![]() ![]() ![]() ![]() ![]() | Meta | |||
![]() ![]() ![]() | 1..1 | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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 | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: payer-url | |
![]() ![]() ![]() ![]() | 1..1 | url | Content to use in performing the task | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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 | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: attachments-needed | |
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Content to use in performing the task Binding: Attachment Request Codes (required) | |
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized |
![]() ![]() ![]() ![]() | 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 | |
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: questionnaires-needed | |
![]() ![]() ![]() ![]() | 1..1 | PASIdentifier | An identifier intended for computation | |
Documentation for this format | ||||
| Path | Conformance | ValueSet / Code |
| Task.status | required | HRexTaskStatus |
| Task.statusReason | example | |
| Task.intent | required | Pattern: order |
| Task.code | required | PASTaskCodes |
| Task.reasonCode | example | Pattern: priorAuthorization |
| Task.input.type | example | |
| Task.input:PayerURL.type | example | Pattern: payer-url |
| Task.input:AttachmentsNeeded.type | example | Pattern: attachments-needed |
| Task.input:AttachmentsNeeded.value[x] | required | AttachmentRequestCodes |
| Task.input:QuestionnairesNeeded.type | example | Pattern: questionnaires-needed |
| Id | Grade | Path(s) | Details | Requirements |
| AttachmentNeeded | error | Task | If task.code is attachment-request-code, then attachments needed slice is required. : $this.code.coding.where(code='attachment-request-code').count() > 0 implies $this.input.type.coding.where(code='attachments-needed').count() > 0 | |
| QuestionnaireNeeded | error | Task | If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. : $this.code.coding.where(code='attachment-request-questionnaire').count() > 0 implies $this.input.type.coding.where(code='questionnaires-needed').count() > 0 |
Snapshot View
| Name | Flags | Card. | Type | Description & Constraints![]() | ||||
|---|---|---|---|---|---|---|---|---|
![]() | C | 0..* | Task | A task to be performed AttachmentNeeded: If task.code is attachment-request-code, then attachments needed slice is required. QuestionnaireNeeded: If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. | ||||
![]() ![]() | Σ | 0..1 | id | Logical id of this artifact | ||||
![]() ![]() | Σ | 0..1 | Meta | Metadata about the resource | ||||
![]() ![]() | ?!Σ | 0..1 | uri | A set of rules under which this content was created | ||||
![]() ![]() | 0..1 | code | Language of the resource content Binding: CommonLanguages (preferred): A human language.
| |||||
![]() ![]() | 0..1 | Narrative | Text summary of the resource, for human interpretation | |||||
![]() ![]() | 0..* | Resource | Contained, inline Resources | |||||
![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() | ?! | 0..* | Extension | Extensions that cannot be ignored | ||||
![]() ![]() | S | 1..* | Identifier | Payers tracking identifier | ||||
![]() ![]() | Σ | 0..1 | canonical(ActivityDefinition) | Formal definition of task | ||||
![]() ![]() | Σ | 0..1 | uri | Formal definition of task | ||||
![]() ![]() | Σ | 0..* | Reference(Resource) | Request fulfilled by this task | ||||
![]() ![]() | Σ | 0..1 | Identifier | Requisition or grouper id | ||||
![]() ![]() | Σ | 0..* | Reference(Task) | Composite task | ||||
![]() ![]() | ?!SΣ | 1..1 | code | draft | requested | received | accepted | + Binding: HRex Task Status ValueSet (required) | ||||
![]() ![]() | SΣ | 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. | ||||
![]() ![]() | Σ | 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. | ||||
![]() ![]() | 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. Required Pattern: order | ||||
![]() ![]() | 0..1 | code | routine | urgent | asap | stat Binding: RequestPriority (required): The task's priority. | |||||
![]() ![]() | SΣ | 1..1 | CodeableConcept | Task Type Binding: PAS Task Codes (required) | ||||
![]() ![]() | Σ | 0..1 | string | Human-readable explanation of task | ||||
![]() ![]() | Σ | 0..1 | Reference(Resource) | What task is acting on | ||||
![]() ![]() | SΣ | 1..1 | Reference(PAS Beneficiary Patient) | Beneficiary of the Task | ||||
![]() ![]() | Σ | 0..1 | Reference(Encounter) | Healthcare event during which this task originated | ||||
![]() ![]() | Σ | 0..1 | Period | Start and end time of execution | ||||
![]() ![]() | C | 0..1 | dateTime | Task Creation Date | ||||
![]() ![]() | ΣC | 0..1 | dateTime | Task Last Modified Date | ||||
![]() ![]() | SΣ | 1..1 | Reference(Device | Organization | Patient | Practitioner | PractitionerRole | RelatedPerson) | Payer ID | ||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() | ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() | Σ | 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). | ||||
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() | Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() | 0..* | CodeableConcept | Requested performer Binding: ProcedurePerformerRoleCodes (preferred): The type(s) of task performers allowed. | |||||
![]() ![]() | SΣ | 1..1 | Reference(Practitioner | PractitionerRole | Organization | CareTeam | HealthcareService | Patient | Device | RelatedPerson) | Payer ID | ||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() | ΣC | 0..1 | string | Literal reference, Relative, internal or absolute URL | ||||
![]() ![]() ![]() | Σ | 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). | ||||
![]() ![]() ![]() | SΣ | 1..1 | Identifier | Logical reference, when literal reference is not known | ||||
![]() ![]() ![]() | Σ | 0..1 | string | Text alternative for the resource | ||||
![]() ![]() | Σ | 0..1 | Reference(Location) | Where task occurs | ||||
![]() ![]() | 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. Required Pattern: At least the following | ||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: priorAuthorization | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() | S | 1..1 | Reference(PAS Claim) | Why task is needed | ||||
![]() ![]() | 0..* | Reference(Coverage | ClaimResponse) | Associated insurance coverage | |||||
![]() ![]() | 0..* | Annotation | Comments made about the task | |||||
![]() ![]() | 0..* | Reference(Provenance) | Key events in history of the Task | |||||
![]() ![]() | 0..1 | BackboneElement | Constraints on fulfillment tasks | |||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() | 0..1 | positiveInt | How many times to repeat | |||||
![]() ![]() ![]() | S | 0..1 | Period | When fulfillment sought | ||||
![]() ![]() ![]() | 0..* | Reference(Patient | Practitioner | PractitionerRole | RelatedPerson | Group | Organization) | For whom is fulfillment sought? | |||||
![]() ![]() | S | 2..* | BackboneElement | Information used to perform task Slice: Unordered, Open by value:type | ||||
![]() ![]() ![]() | Content/Rules for all slices | |||||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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. | |||||
![]() ![]() ![]() ![]() | 1..1 | Content to use in performing the task | ||||||
![]() ![]() ![]() ![]() ![]() | base64Binary | |||||||
![]() ![]() ![]() ![]() ![]() | boolean | |||||||
![]() ![]() ![]() ![]() ![]() | canonical(Any) | |||||||
![]() ![]() ![]() ![]() ![]() | code | |||||||
![]() ![]() ![]() ![]() ![]() | date | |||||||
![]() ![]() ![]() ![]() ![]() | dateTime | |||||||
![]() ![]() ![]() ![]() ![]() | decimal | |||||||
![]() ![]() ![]() ![]() ![]() | id | |||||||
![]() ![]() ![]() ![]() ![]() | instant | |||||||
![]() ![]() ![]() ![]() ![]() | integer | |||||||
![]() ![]() ![]() ![]() ![]() | markdown | |||||||
![]() ![]() ![]() ![]() ![]() | oid | |||||||
![]() ![]() ![]() ![]() ![]() | positiveInt | |||||||
![]() ![]() ![]() ![]() ![]() | string | |||||||
![]() ![]() ![]() ![]() ![]() | time | |||||||
![]() ![]() ![]() ![]() ![]() | unsignedInt | |||||||
![]() ![]() ![]() ![]() ![]() | uri | |||||||
![]() ![]() ![]() ![]() ![]() | url | |||||||
![]() ![]() ![]() ![]() ![]() | uuid | |||||||
![]() ![]() ![]() ![]() ![]() | Address | |||||||
![]() ![]() ![]() ![]() ![]() | Age | |||||||
![]() ![]() ![]() ![]() ![]() | Annotation | |||||||
![]() ![]() ![]() ![]() ![]() | Attachment | |||||||
![]() ![]() ![]() ![]() ![]() | CodeableConcept | |||||||
![]() ![]() ![]() ![]() ![]() | Coding | |||||||
![]() ![]() ![]() ![]() ![]() | ContactPoint | |||||||
![]() ![]() ![]() ![]() ![]() | Count | |||||||
![]() ![]() ![]() ![]() ![]() | Distance | |||||||
![]() ![]() ![]() ![]() ![]() | Duration | |||||||
![]() ![]() ![]() ![]() ![]() | HumanName | |||||||
![]() ![]() ![]() ![]() ![]() | Identifier | |||||||
![]() ![]() ![]() ![]() ![]() | Money | |||||||
![]() ![]() ![]() ![]() ![]() | Period | |||||||
![]() ![]() ![]() ![]() ![]() | Quantity | |||||||
![]() ![]() ![]() ![]() ![]() | Range | |||||||
![]() ![]() ![]() ![]() ![]() | Ratio | |||||||
![]() ![]() ![]() ![]() ![]() | Reference(Any) | |||||||
![]() ![]() ![]() ![]() ![]() | SampledData | |||||||
![]() ![]() ![]() ![]() ![]() | Signature | |||||||
![]() ![]() ![]() ![]() ![]() | Timing | |||||||
![]() ![]() ![]() ![]() ![]() | ContactDetail | |||||||
![]() ![]() ![]() ![]() ![]() | Contributor | |||||||
![]() ![]() ![]() ![]() ![]() | DataRequirement | |||||||
![]() ![]() ![]() ![]() ![]() | Expression | |||||||
![]() ![]() ![]() ![]() ![]() | ParameterDefinition | |||||||
![]() ![]() ![]() ![]() ![]() | RelatedArtifact | |||||||
![]() ![]() ![]() ![]() ![]() | TriggerDefinition | |||||||
![]() ![]() ![]() ![]() ![]() | UsageContext | |||||||
![]() ![]() ![]() ![]() ![]() | Dosage | |||||||
![]() ![]() ![]() ![]() ![]() | Meta | |||||||
![]() ![]() ![]() | 1..1 | BackboneElement | Information used to perform task | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: payer-url | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() | 1..1 | url | Content to use in performing the task | |||||
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: attachments-needed | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() | 1..1 | CodeableConcept | Content to use in performing the task Binding: Attachment Request Codes (required) | |||||
![]() ![]() ![]() | 0..* | BackboneElement | Information used to perform task | |||||
![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() | 1..* | Extension | Extension Slice: Unordered, Open by value:url | |||||
![]() ![]() ![]() ![]() | 1..1 | integer | Extension URL: http://hl7.org/fhir/us/davinci-pas/StructureDefinition/extension-paLineNumber | |||||
![]() ![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() ![]() | 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 | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() | 1..* | Coding | Code defined by a terminology system Fixed Value: (complex) | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | uri | Identity of the terminology system Fixed Value: http://hl7.org/fhir/us/davinci-pas/CodeSystem/PASTempCodes | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Version of the system - if relevant | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 1..1 | code | Symbol in syntax defined by the system Fixed Value: questionnaires-needed | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | string | Representation defined by the system | |||||
![]() ![]() ![]() ![]() ![]() ![]() | 0..1 | boolean | If this coding was chosen directly by the user | |||||
![]() ![]() ![]() ![]() ![]() | 0..1 | string | Plain text representation of the concept | |||||
![]() ![]() ![]() ![]() | 1..1 | PASIdentifier | An identifier intended for computation | |||||
![]() ![]() | 0..* | BackboneElement | Information produced as part of task | |||||
![]() ![]() ![]() | 0..1 | string | Unique id for inter-element referencing | |||||
![]() ![]() ![]() | 0..* | Extension | Additional content defined by implementations | |||||
![]() ![]() ![]() | ?!Σ | 0..* | Extension | Extensions that cannot be ignored even if unrecognized | ||||
![]() ![]() ![]() | 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. | |||||
![]() ![]() ![]() | 1..1 | Result of output | ||||||
![]() ![]() ![]() ![]() | base64Binary | |||||||
![]() ![]() ![]() ![]() | boolean | |||||||
![]() ![]() ![]() ![]() | canonical(Any) | |||||||
![]() ![]() ![]() ![]() | code | |||||||
![]() ![]() ![]() ![]() | date | |||||||
![]() ![]() ![]() ![]() | dateTime | |||||||
![]() ![]() ![]() ![]() | decimal | |||||||
![]() ![]() ![]() ![]() | id | |||||||
![]() ![]() ![]() ![]() | instant | |||||||
![]() ![]() ![]() ![]() | integer | |||||||
![]() ![]() ![]() ![]() | markdown | |||||||
![]() ![]() ![]() ![]() | oid | |||||||
![]() ![]() ![]() ![]() | positiveInt | |||||||
![]() ![]() ![]() ![]() | string | |||||||
![]() ![]() ![]() ![]() | time | |||||||
![]() ![]() ![]() ![]() | unsignedInt | |||||||
![]() ![]() ![]() ![]() | uri | |||||||
![]() ![]() ![]() ![]() | url | |||||||
![]() ![]() ![]() ![]() | uuid | |||||||
![]() ![]() ![]() ![]() | Address | |||||||
![]() ![]() ![]() ![]() | Age | |||||||
![]() ![]() ![]() ![]() | Annotation | |||||||
![]() ![]() ![]() ![]() | Attachment | |||||||
![]() ![]() ![]() ![]() | CodeableConcept | |||||||
![]() ![]() ![]() ![]() | Coding | |||||||
![]() ![]() ![]() ![]() | ContactPoint | |||||||
![]() ![]() ![]() ![]() | Count | |||||||
![]() ![]() ![]() ![]() | Distance | |||||||
![]() ![]() ![]() ![]() | Duration | |||||||
![]() ![]() ![]() ![]() | HumanName | |||||||
![]() ![]() ![]() ![]() | Identifier | |||||||
![]() ![]() ![]() ![]() | Money | |||||||
![]() ![]() ![]() ![]() | Period | |||||||
![]() ![]() ![]() ![]() | Quantity | |||||||
![]() ![]() ![]() ![]() | Range | |||||||
![]() ![]() ![]() ![]() | Ratio | |||||||
![]() ![]() ![]() ![]() | Reference(Any) | |||||||
![]() ![]() ![]() ![]() | SampledData | |||||||
![]() ![]() ![]() ![]() | Signature | |||||||
![]() ![]() ![]() ![]() | Timing | |||||||
![]() ![]() ![]() ![]() | ContactDetail | |||||||
![]() ![]() ![]() ![]() | Contributor | |||||||
![]() ![]() ![]() ![]() | DataRequirement | |||||||
![]() ![]() ![]() ![]() | Expression | |||||||
![]() ![]() ![]() ![]() | ParameterDefinition | |||||||
![]() ![]() ![]() ![]() | RelatedArtifact | |||||||
![]() ![]() ![]() ![]() | TriggerDefinition | |||||||
![]() ![]() ![]() ![]() | UsageContext | |||||||
![]() ![]() ![]() ![]() | Dosage | |||||||
![]() ![]() ![]() ![]() | Meta | |||||||
Documentation for this format | ||||||||
| Path | Conformance | ValueSet / Code | ||||
| Task.language | preferred | CommonLanguages
| ||||
| Task.status | required | HRexTaskStatus | ||||
| Task.statusReason | example | |||||
| Task.businessStatus | example | |||||
| Task.intent | required | Pattern: order | ||||
| Task.priority | required | RequestPriority | ||||
| Task.code | required | PASTaskCodes | ||||
| Task.requester.type | extensible | ResourceType | ||||
| Task.performerType | preferred | ProcedurePerformerRoleCodes | ||||
| Task.owner.type | extensible | ResourceType | ||||
| Task.reasonCode | example | Pattern: priorAuthorization | ||||
| Task.input.type | example | |||||
| Task.input:PayerURL.type | example | Pattern: payer-url | ||||
| Task.input:AttachmentsNeeded.type | example | Pattern: attachments-needed | ||||
| Task.input:AttachmentsNeeded.value[x] | required | AttachmentRequestCodes | ||||
| Task.input:QuestionnairesNeeded.type | example | Pattern: questionnaires-needed | ||||
| Task.output.type | example |
| Id | Grade | Path(s) | Details | Requirements |
| AttachmentNeeded | error | Task | If task.code is attachment-request-code, then attachments needed slice is required. : $this.code.coding.where(code='attachment-request-code').count() > 0 implies $this.input.type.coding.where(code='attachments-needed').count() > 0 | |
| QuestionnaireNeeded | error | Task | If task.code is attachment-request-questionnaire, then questionnaire needed slice is required. : $this.code.coding.where(code='attachment-request-questionnaire').count() > 0 implies $this.input.type.coding.where(code='questionnaires-needed').count() > 0 |
This structure is derived from Task
Summary
Mandatory: 10 elements (4 nested mandatory elements)
Must-Support: 14 elements
Structures
This structure refers to these other structures:
Extensions
This structure refers to these extensions:
Slices
This structure defines the following Slices:
Maturity: 3
Other representations of profile: CSV, Excel, Schematron