QI-Core Implementation Guide
5.0.0-ballot - STU Ballot
US
This page is part of the Quality Improvement Core Framework (v5.0.0-ballot: STU 5 Ballot 1) based on FHIR R4. The current version which supercedes this version is 4.1.1. For a full list of available versions, see the Directory of published versions
{
"resourceType" : "Communication",
"id" : "negation-example",
"meta" : {
"profile" : [
"http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationnotdone"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Communication \"negation-example\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-qicore-communicationnotdone.html\">QICoreCommunicationNotDone</a></p></div><p><b>QICoreNotDoneRecorded</b>: 2014-12-12 06:01:10-0800</p><p><b>status</b>: not-done</p><p><b>statusReason</b>: Patient has moved away (finding) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#184081006)</span></p><p><b>category</b>: Alert <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (messagetypes#Alert)</span></p><p><b>medium</b>: written <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-v3-ParticipationMode.html\">ParticipationMode</a>#WRITTEN)</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Patient/example</a> \" CHALMERS\"</p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter/example</a></p><p><b>sent</b>: 2014-12-12 06:01:10-0800</p><p><b>received</b>: 2014-12-12 06:01:11-0800</p><p><b>recipient</b>: <a href=\"Practitioner-example.html\">Practitioner/example</a> \" CAREFUL\"</p><p><b>sender</b>: <a href=\"Device-example.html\">Device/example</a></p><p><b>reasonCode</b>: Macular edema absent (situation) <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://browser.ihtsdotools.org/\">SNOMED CT</a>#428341000124108)</span></p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</td><td>Patient example has moved away</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded",
"valueDateTime" : "2014-12-12T18:01:10-08:00"
}
],
"status" : "not-done",
"statusReason" : {
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "184081006",
"display" : "Patient has moved away (finding)"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://acme.org/messagetypes",
"code" : "Alert"
}
],
"text" : "Alert"
}
],
"medium" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code" : "WRITTEN",
"display" : "written"
}
],
"text" : "written"
}
],
"subject" : {
"reference" : "Patient/example"
},
"encounter" : {
"reference" : "Encounter/example"
},
"sent" : "2014-12-12T18:01:10-08:00",
"received" : "2014-12-12T18:01:11-08:00",
"recipient" : [
{
"reference" : "Practitioner/example"
}
],
"sender" : {
"reference" : "Device/example"
},
"reasonCode" : [
{
"coding" : [
{
"system" : "http://snomed.info/sct",
"code" : "428341000124108",
"display" : "Macular edema absent (situation)"
}
]
}
],
"payload" : [
{
"contentString" : "Patient example has moved away"
}
]
}