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

FHIR IG analytics

Packagehl7.fhir.us.dme-orders
Resource TypeTask
IdTask-Home-Health.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

Resource Task "Home-Health" Version "2" Updated "2020-08-10 01:26:46+0000"

Profile: PAO Task

identifier: id: 56ae5855-9f20-41e4-a59d-000e36d9d85a

basedOn: ServiceRequest/HomeHealth

status: requested

intent: order

code: Fulfill the focal request (Task Codes#fulfill)

description: Proivde Home Health Services

focus: ServiceRequest/HomeHealth

for: Patient/example1 " SHAW"

authoredOn: 2020-07-30 20:07:15-0600

requester: Organization/Inpatient "St. Michael's Hospital"


Source1

{
  "resourceType": "Task",
  "id": "Home-Health",
  "meta": {
    "versionId": "2",
    "lastUpdated": "2020-08-10T01:26:46.556Z",
    "profile": [
      "http://hl7.org/fhir/us/dme-orders/StructureDefinition/PAOX-task"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "identifier": [
    {
      "value": "56ae5855-9f20-41e4-a59d-000e36d9d85a"
    }
  ],
  "basedOn": [
    {
      "reference": "ServiceRequest/HomeHealth"
    }
  ],
  "status": "requested",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "fulfill"
      }
    ]
  },
  "description": "Proivde Home Health Services",
  "focus": {
    "reference": "ServiceRequest/HomeHealth"
  },
  "for": {
    "reference": "Patient/example1"
  },
  "authoredOn": "2020-07-30T20:07:15-06:00",
  "requester": {
    "reference": "Organization/Inpatient"
  }
}