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

FHIR IG analytics

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

status: Completed

intent: order

code: Fulfill the focal request

focus: ServiceRequest Assistance with application for food pantry program

for: COLIN ABBAS

authoredOn: 2020-10-15 10:30:00+0000

requester: Dr Jan Water Family Medicine Physician

owner: HACC

Outputs

-TypeValue[x]
*Additional ContentFood Insecurity Condition

Source1

{
  "resourceType": "Task",
  "id": "SDOHCC-TaskReferralForFurtherAssessmentExample",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForReferralManagement"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "completed",
  "intent": "order",
  "code": {
    "coding": [
      {
        "system": "http://hl7.org/fhir/CodeSystem/task-code",
        "code": "fulfill",
        "display": "Fulfill the focal request"
      }
    ]
  },
  "focus": {
    "reference": "ServiceRequest/SDOHCC-ServiceRequestActiveFoodPantryApplicationAssistExample"
  },
  "for": {
    "reference": "Patient/pat-53234",
    "display": "COLIN ABBAS"
  },
  "authoredOn": "2020-10-15T10:30:00.000Z",
  "requester": {
    "reference": "PractitionerRole/SDOHCC-PractitionerRoleDrJanWaterExample",
    "display": "Dr Jan Water Family Medicine Physician"
  },
  "owner": {
    "reference": "HealthcareService/SDOHCC-HealthcareServiceSocialCareProgram",
    "display": "HACC"
  },
  "output": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/us/sdoh-clinicalcare/CodeSystem/SDOHCC-CodeSystemTemporaryCodes",
            "code": "additional-content"
          }
        ]
      },
      "valueReference": {
        "reference": "Condition/SDOHCC-ConditionFoodInsecurityExample",
        "display": "Food Insecurity Condition"
      }
    }
  ]
}