Stream: Gravity sdoh-cc
Topic: Tasks / Lists / Communications
Abbie Watson (May 11 2020 at 17:03):
Does anybody have some example tasks/lists/communication resources for this IG? I haven't been able to find any yet.
Natasha Kreisle (May 11 2020 at 17:16):
In addition to the examples in the current build of the IG http://build.fhir.org/ig/HL7/fhir-sdoh-cc/artifacts.html
you can check https://confluence.hl7.org/pages/viewpage.action?pageId=66935084 for
additional examples
Abbie Watson (May 12 2020 at 01:48):
Thank you so much! I'll get started loading this up ASAP.
Abbie Watson (May 13 2020 at 18:52):
I'm happy to report that the data upload went swimmingly, and I think I managed to load all the artifacts in. Could I get a checksum on these? Do those numbers in the import queue match your all expectations of the records in the scenario?
Screen-Shot-2020-05-12-at-2.49.54-PM.png
Abbie Watson (May 13 2020 at 18:56):
So, I just confirmed a /CommunicationRequest
endpoint available.
PUT http://gravity.meteorapp.com/baseR4/CommunicationRequest/5t6smRaCvMoajbGJB
With the following payload:
{
"resourceType": "CommunicationRequest",
"text": {
"status": "generated",
"div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Screen Request Task including Questionnaire to be completed.</p> </div>"
},
"identifier": [
{
"system": "https://www.maxmddirect.com/fhir/identifier/sdc/communicationRequest",
"value": "task-1583527207"
}
],
"status": "active",
"category": [
{
"coding": [
{
"system": "https://www.maxmddirect.com/fhir/CodeSystem/communication-category",
"code": "ScreenRequest"
}
],
"text": "ScreenRequest"
}
],
"authoredOn": "2020-03-06T14:40:07-06:00",
"requester": {
"reference": "urn:uuid:Ehr.Organization.Id",
"display": "Symptomatic Gravity Module"
}
}
GET http://gravity.meteorapp.com/baseR4/CommunicationRequest/5t6smRaCvMoajbGJB
Last updated: Apr 12 2022 at 19:14 UTC