FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.infoway.io.core
Resource TypeTask
IdTask-example-task-ca-core.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "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"
      }
    }
  ]
}