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

FHIR IG analytics

Packagehl7.fhir.uv.cow.r4b
Resource TypeTask
IdTask-cow-authorization-cancellation-task-example.json
FHIR VersionR4B

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-authorization-cancellation-task-example

identifier: https://filler.example.org/lab/62f22c58-44d5-41ef-858b-f5722866b5cd

status: Requested

intent: proposal

code: Mark the focal resource as no longer active

focus: ServiceRequest Glucose [Mass/volume] in Serum or Plasma


Source1

{
  "resourceType": "Task",
  "id": "cow-authorization-cancellation-task-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cow/StructureDefinition/cancellation-request-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://filler.example.org/lab",
      "value": "62f22c58-44d5-41ef-858b-f5722866b5cd"
    }
  ],
  "status": "requested",
  "intent": "proposal",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "abort"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/cow-service-request-example"
  }
}