chronic-care / onc-ac-project

ONC LEAP grant with AllianceChicago (AC) project planning and documentation
Apache License 2.0
0 stars 0 forks source link

Add Task Resource data to referrals in MELD #52

Closed savanahmueller closed 1 year ago

savanahmueller commented 1 year ago

For each of the Service Requests for Amber Test, add a Task.

kbertodatti commented 1 year ago

From @drdavec : I added 4 Task resources to our hub sandbox in MELD, one for each of the 4 ServiceRequests in our sample. Each one looks like this: { "resourceType": "Task", "id": "ac-2009624124426130-task", "meta": { "profile": [ "http://hl7.org/fhir/us/sdoh-clinicalcare/StructureDefinition/SDOHCC-TaskForReferralManagement" ] }, "status": "requested", "intent": "order", "code": { "coding": [ { "system": "http://hl7.org/fhir/CodeSystem/task-code", "code": "fulfill", "display": "Fulfill the focal request" } ] }, "businessStatus": { "text": "Received" }, "focus": { "reference": "ServiceRequest/ac-2009624124426130" }, "for": { "reference": "Patient/ac-2001157662078660" }, "authoredOn": "2023-09-06T12:56:27.380-05:00", "requester": { "reference": "Practitioner/ac-1973272341589880", "display": "Pooja Agarwal, MD" } } (edited)

drdavec commented 1 year ago

The Task resources are already in MELD, as noted in last comment. Is there something else?

kbertodatti commented 1 year ago

Nope - I was just trying to document the work that was being done. That's why it's in Review/QA. I can move it over to done as well.