Visit the HL7 website
Visit the FHIR website

CA Core+ v1.1.0 DFT-preBallot

1.1.0-DFT-preBallot   Canada flag
  • Index
  • Home
  • Business Context
    • Business Context
    • Relationship to PCHDCF
    • Relationship to Other Specifications
    • CA Core+ to pCHDCF Mapping
  • Technical Context
    • Technical Context
    • Artifact Status Summary
    • Profiling Conventions & Approach
    • General Guidance
    • Mapping Logic
    • Security And Privacy
  • Modules
    • Modules
    • Common Data Exchange
    • Workflows
  • FHIR Artifacts
    • FHIR Artifacts
    • Profiles
    • Extensions
    • Data Types
    • Terminology
    • Examples
    • Download
  • Change Log
    • Change Log
    • Specification Guidance
    • Copyrights
    • Known Issues & Future Development
    • Specification Feedback
    1. Index
    2. FHIR Artifacts
    3. Examples
    4. Example Task

DFT-preBallot - The specification is a DFT-preBallot version of CA Core+ for collecting community feedback. For a full list of available versions, see the Directory of published versions

Example Task

  • Overview
  • XML
  • JSON
Task
id : example-task-ca-core
meta
profile : http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/task-ca-core-e-rec
extension
url : http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/task-patientNeedsToBeSeen
value : True
identifier
system : http://example.ca/NamingSystem/Task
value : TASK123456
basedOn
reference : ServiceRequest/example-servicerequest-ca-core
status : requested
businessStatus
extension
url : http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/task-businessStatusReason
value
coding
system : https://fhir.infoway-inforoute.ca/CodeSystem/task-business-status
code : PEN
display : Pending
coding
system : http://snomed.info/sct
code : 385651009
display : In progress (qualifier value)
intent : order
code
coding
system : http://hl7.org/fhir/CodeSystem/task-code
code : fulfill
display : Fulfill the focal request
description : Schedule CT Chest procedure for patient
focus
reference : Patient/example-patient-ca-core
authoredOn : 2024-03-27T09:00:00-07:00
owner
reference : PractitionerRole/example-practitionerrole-ca-core-3
location
reference : Location/example-location-ca-core
output
type
text : Scheduled Procedure
value
reference : Procedure/example-procedure-ca-core
<Task xmlns="http://hl7.org/fhir">
<id value="example-task-ca-core" />
<meta>
<profile value="http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/task-ca-core-e-rec" />
</meta>
<extension url="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/task-patientNeedsToBeSeen">
<valueBoolean value="true" />
</extension>
<identifier>
<system value="http://example.ca/NamingSystem/Task" />
<value value="TASK123456" />
</identifier>
<basedOn>
<reference value="ServiceRequest/example-servicerequest-ca-core" />
</basedOn>
<status value="requested" />
<businessStatus>
<extension url="http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/task-businessStatusReason">
<valueCodeableConcept>
<coding>
<system value="https://fhir.infoway-inforoute.ca/CodeSystem/task-business-status" />
<code value="PEN" />
<display value="Pending" />
</coding>
</valueCodeableConcept>
</extension>
<coding>
<system value="http://snomed.info/sct" />
<code value="385651009" />
<display value="In progress (qualifier value)" />
</coding>
</businessStatus>
<intent value="order" />
<code>
<coding>
<system value="http://hl7.org/fhir/CodeSystem/task-code" />
<code value="fulfill" />
<display value="Fulfill the focal request" />
</coding>
</code>
<description value="Schedule CT Chest procedure for patient" />
<focus>
<reference value="Patient/example-patient-ca-core" />
</focus>
<authoredOn value="2024-03-27T09:00:00-07:00" />
<owner>
<reference value="PractitionerRole/example-practitionerrole-ca-core-3" />
</owner>
<location>
<reference value="Location/example-location-ca-core" />
</location>
<output>
<type>
<text value="Scheduled Procedure" />
</type>
<valueReference>
<reference value="Procedure/example-procedure-ca-core" />
</valueReference>
</output>
</Task>
{
"resourceType": "Task",
"id": "example-task-ca-core",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/cacore/StructureDefinition/task-ca-core-e-rec"
]
},
"businessStatus": {
"extension": [
{
"url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/task-businessStatusReason",
"valueCodeableConcept": {
"coding": [
{
"code": "PEN",
"system": "https://fhir.infoway-inforoute.ca/CodeSystem/task-business-status",
"display": "Pending"
}
]
}
}
],
"coding": [
{
"code": "385651009",
"system": "http://snomed.info/sct",
"display": "In progress (qualifier value)"
}
]
},
"extension": [
{
"url": "http://fhir.infoway-inforoute.ca/ca-ext/StructureDefinition/task-patientNeedsToBeSeen",
"valueBoolean": true
}
],
"identifier": [
{
"system": "http://example.ca/NamingSystem/Task",
"value": "TASK123456"
}
],
"status": "requested",
"intent": "order",
"code": {
"coding": [
{
"code": "fulfill",
"system": "http://hl7.org/fhir/CodeSystem/task-code",
"display": "Fulfill the focal request"
}
]
},
"basedOn": [
{
"reference": "ServiceRequest/example-servicerequest-ca-core"
}
],
"focus": {
"reference": "Patient/example-patient-ca-core"
},
"owner": {
"reference": "PractitionerRole/example-practitionerrole-ca-core-3"
},
"location": {
"reference": "Location/example-location-ca-core"
},
"authoredOn": "2024-03-27T09:00:00-07:00",
"description": "Schedule CT Chest procedure for patient",
"output": [
{
"type": {
"text": "Scheduled Procedure"
},
"valueReference": {
"reference": "Procedure/example-procedure-ca-core"
}
}
]
}

IG © based on FHIR R4 | Package package:ca.infoway.io.core@1.1.0-dft-preballot
HL7® and FHIR® are the registered trademarks of Health Level Seven International