Closed savanahmueller closed 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)
The Task resources are already in MELD, as noted in last comment. Is there something else?
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.
For each of the Service Requests for Amber Test, add a Task.