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

FHIR IG analytics

Packagehl7.fhir.us.sdoh-clinicalcare.r4b
Resource TypeTask
IdTask-SDOHCC-TaskPatientInformationRequestCompletedExample.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 SDOHCC-TaskPatientInformationRequestCompletedExample

status: Completed

intent: order

priority: Routine

code: General Information

description: Do you prefer a food voucher for Safeway or Walmart?

for: COLIN ABBAS

authoredOn: 2020-09-12 21:56:54+0000

requester: Organization Better Health Clinic

owner: COLIN ABBAS

Outputs

-TypeValue[x]
*General Information Response

Safeway, please


Source1

{
  "resourceType": "Task",
  "id": "SDOHCC-TaskPatientInformationRequestCompletedExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForPatient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "priority": "routine",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
        "code": "general-information",
        "display": "General Information"
      }
    ]
  },
  "description": "Do you prefer a food voucher for Safeway or Walmart?",
  "for": {
    "reference": "Patient/pat-53234",
    "display": "COLIN ABBAS"
  },
  "authoredOn": "2020-09-12T21:56:54.671Z",
  "requester": {
    "reference": "Organization/SDOHCC-OrganizationClinicExample"
  },
  "owner": {
    "reference": "Patient/pat-53234",
    "display": "COLIN ABBAS"
  },
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
            "code": "general-information-response",
            "display": "General Information Response"
          }
        ]
      },
      "valueMarkdown": "Safeway, please"
    }
  ]
}