QI-Core Implementation Guide, published by HL7 International / Clinical Quality Information. This guide is not an authorized publication; it is the continuous build for version 7.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-qi-core/ and changes regularly. See the Directory of published versions
{
"resourceType" : "Communication",
"id" : "example",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communication"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication example</b></p><a name=\"example\"> </a><a name=\"hcexample\"> </a><a name=\"example-en-US\"> </a><p><b>partOf</b>: Serum Potassium Observation</p><p><b>status</b>: On Hold</p><p><b>statusReason</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-not-done-reason recipient-unavailable}\">Recipient Unavailable</span></p><p><b>category</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/communication-category alert}\">Alert</span></p><p><b>medium</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v3-ParticipationMode WRITTEN}\">written</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Jim Chalmers Male, DoB: 1974-12-25 ( Medical record number\u00a0(use:\u00a0usual,\u00a0period:\u00a02001-05-06 --> (ongoing)))</a></p><p><b>topic</b>: <span title=\"Codes:\">Hyperkalemia</span></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Encounter: status = in-progress; class = inpatient encounter (ActCode#IMP); type = Initial hospital inpatient or observation care, per day, for the evaluation and management of a patient, which requires a medically appropriate history and/or examination and high level of medical decision making. When using total time on the date of the encounter for code selection, 75 minutes must be met or exceeded.</a></p><p><b>sent</b>: 2014-12-12 18:01:10-0800</p><p><b>received</b>: 2014-12-12 18:01:11-0800</p><p><b>recipient</b>: <a href=\"Practitioner-example.html\">Practitioner Adam Careful </a></p><p><b>sender</b>: <a href=\"Device-example.html\">Device: identifier = http://goodcare.org/devices/id#345675,Serial Number:\u00a0AMID-342135-8464; status = active; manufacturer = Acme Devices, Inc; lotNumber = 43453424; modelNumber = AB 45-J; type = Electrocardiographic monitor and recorder; contact = ph: ext 4352; note = QA Checked</a></p><blockquote><p><b>payload</b></p><p><b>content</b>: Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)</p></blockquote><blockquote><p><b>payload</b></p><p><b>content</b>: Serum Potassium Observation</p></blockquote></div>"
},
"partOf" : [
// NOTE: This identifier is based on an example in the base spec and does not make sense in this context
// <identifier>
<type>
<text value="Paging System"/>
</type>
<system value="urn:oid:1.3.4.5.6.7"/>
<value value="2345678901"/>
</identifier>
{
"display" : "Serum Potassium Observation"
}
],
"status" : "on-hold",
"statusReason" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/communication-not-done-reason",
"code" : "recipient-unavailable"
}
]
},
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/communication-category",
"code" : "alert"
}
],
"text" : "Alert"
}
],
"medium" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode",
"code" : "WRITTEN",
"display" : "written"
}
],
"text" : "written"
}
],
"subject" : {
🔗 "reference" : "Patient/example"
},
"topic" : {
"text" : "Hyperkalemia"
},
"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"
},
"payload" : [
{
"contentString" : "Patient 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)"
},
{
"contentReference" : // Reference to the lab result
{
"display" : "Serum Potassium Observation"
}
}
]
}