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

FHIR IG analytics

Packagehl7.fhir.uv.deqm
Resource TypeTask
IdTask-task03.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 task03

Language: en;

Information Source: http://example.org/fhir/server

Profile: QICore Task

identifier: http://example.org/tasks/19011

status: Completed

intent: plan

priority: Routine

code: Fulfill the focal request

for: Virginia Hartman (official) Female, DoB: 1983-09-12 ( Medical record number: 34567 (use: usual, ))

encounter: Encounter: status = finished; class = inpatient encounter (ActCode#IMP); type = Respiratory therapy; period = 2018-05-29 11:00:00-0400 --> 2018-05-29 11:00:00-0400

executionPeriod: 2017-08-11 --> 2017-08-11

authoredOn: 2018-09-25 14:24:23+0000

owner: Practitioner Roland Aufderhar(official)


Source1

{
  "resourceType": "Task",
  "id": "task03",
  "meta": {
    "source": "http://example.org/fhir/server",
    "profile": [
      "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-task"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "system": "http://example.org/tasks",
      "value": "19011"
    }
  ],
  "status": "completed",
  "intent": "plan",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "fulfill",
        "display": "Fulfill the focal request"
      }
    ]
  },
  "for": {
    "reference": "Patient/patient03"
  },
  "encounter": {
    "reference": "Encounter/encounter03"
  },
  "executionPeriod": {
    "start": "2017-08-11",
    "end": "2017-08-11"
  },
  "authoredOn": "2018-09-25T14:24:23.584Z",
  "owner": {
    "reference": "Practitioner/practitioner03"
  }
}