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

FHIR IG analytics

Packagehl7.fhir.uv.cow
Resource TypeTask
IdTask-cow-cancellation-task-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Task cow-cancellation-task-example

Language: en

Profile: Cancellation Request Task

identifier: https://placer.example.org/cpoe/e5ffec7e-4b00-4a9b-88db-e9c848aed46c

status: Requested

intent: order

code: Mark the focal resource as no longer active

focus: Task Fulfill the focal request


Source1

{
  "resourceType": "Task",
  "id": "cow-cancellation-task-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cow/StructureDefinition/cancellation-request-task"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://placer.example.org/cpoe",
      "value": "e5ffec7e-4b00-4a9b-88db-e9c848aed46c"
    }
  ],
  "status": "requested",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "abort"
      }
    ]
  },
  "focus": {
    "reference": "Task/cow-coordination-task-example"
  }
}