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

FHIR IG analytics

Packagehl7.fhir.us.physical-activity.r4b
Resource TypeTask
IdTask-ExampleFulfillmentTask.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

Resource Task "ExampleFulfillmentTask"

status: in-progress

businessStatus: Attended orientation meeting ()

intent: order

priority: routine

focus: ServiceRequest/ExampleServiceRequest: Referral

for: http://example.org/Patient/1: Example Patient

authoredOn: 2022-06-08

owner: http://example.org/Organization/1: Performing Organization

note: Orientation went well. Patient is looking forward to attending class. (By http://example.org/PractitionerRole/2 @2022-06-17)


Source1

{
  "resourceType": "Task",
  "id": "ExampleFulfillmentTask",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "in-progress",
  "businessStatus": {
    "text": "Attended orientation meeting"
  },
  "intent": "order",
  "priority": "routine",
  "focus": {
    "reference": "ServiceRequest/ExampleServiceRequest",
    "display": "Referral"
  },
  "for": {
    "reference": "http://example.org/Patient/1",
    "display": "Example Patient"
  },
  "authoredOn": "2022-06-08",
  "owner": {
    "reference": "http://example.org/Organization/1",
    "display": "Performing Organization"
  },
  "note": [
    {
      "authorReference": {
        "reference": "http://example.org/PractitionerRole/2",
        "display": "Performing Provider"
      },
      "time": "2022-06-17",
      "text": "Orientation went well.  Patient is looking forward to attending class."
    }
  ]
}