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

FHIR IG analytics

Packagehl7.fhir.us.davinci-crd.r4
Resource TypeTask
IdTask-task-dispatch-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 task-dispatch-example

status: Draft

intent: order

focus: ServiceRequest Insertion of intracardiac pacemaker (procedure)

for: Amy V. Shaw Female, DoB: 1987-02-20 ( Medical Record Number: 1032702 (use: usual, ))

owner: Dr Cecil Surgeon

Restrictions

-Period
*?? --> 2015-06-01

Source1

{
  "resourceType": "Task",
  "id": "task-dispatch-example",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "draft",
  "intent": "order",
  "focus": {
    "reference": "ServiceRequest/example"
  },
  "for": {
    "reference": "Patient/example"
  },
  "owner": {
    "reference": "http://example.org/fhir/Practitioner/full2",
    "display": "Dr Cecil Surgeon"
  },
  "restriction": {
    "period": {
      "end": "2015-06-01"
    }
  }
}