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

FHIR IG analytics

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

status: Rejected

statusReason: Unable to recall

intent: order

code: Fulfill the focal request

focus: ServiceRequest Complete Questionnaire

for: Annie Proband

authoredOn: 2021-09-06

requester: Dr. Adam Careful, Acme Hospital

owner: Annie Proband


Source1

{
  "resourceType": "Task",
  "id": "request-task-example",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/sdc/StructureDefinition/sdc-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "rejected",
  "statusReason": {
    "text": "Unable to recall"
  },
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "fulfill"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/example"
  },
  "for": {
    "reference": "http://hl7.org/fhir/Patient/proband",
    "display": "Annie Proband"
  },
  "authoredOn": "2021-09-06",
  "requester": {
    "reference": "http://hl7.org/fhir/PractitionerRole/example",
    "display": "Dr. Adam Careful, Acme Hospital"
  },
  "owner": {
    "reference": "http://hl7.org/fhir/Patient/proband",
    "display": "Annie Proband"
  }
}