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

FHIR IG analytics

Packagehl7.fhir.uv.cow.r4
Resource TypeTask
IdTask-cow-coordination-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-coordination-task-example

identifier: https://placer.example.org/cpoe/f085e001-2e55-4ae0-aa1b-f5e17ec42d91

status: In Progress

intent: order

code: Fulfill the focal request

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


Source1

{
  "resourceType": "Task",
  "id": "cow-coordination-task-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cow/StructureDefinition/coordination-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "https://placer.example.org/cpoe",
      "value": "f085e001-2e55-4ae0-aa1b-f5e17ec42d91"
    }
  ],
  "status": "in-progress",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "fulfill"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/cow-service-request-example"
  }
}