QI-Core Implementation Guide
6.0.0 - STU6 United States of America flag

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 6.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

: Communication negation example - XML Representation

Raw xml | Download



<Communication xmlns="http://hl7.org/fhir">
  <id value="negation-example"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationnotdone"/>
  </meta>
  <text>
    <status value="extensions"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p><b>Generated Narrative: Communication</b><a name="negation-example"> </a><a name="hcnegation-example"> </a></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 &quot;negation-example&quot; </p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-qicore-communicationnotdone.html">QICore Communication Not Done</a></p></div><p><b>QICore Not Done Recorded</b>: 2014-12-12 18: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"> (<a href="http://terminology.hl7.org/5.4.0/CodeSystem-communication-category.html">CommunicationCategory</a>#alert)</span></p><p><b>medium</b>: written <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.4.0/CodeSystem-v3-ParticipationMode.html">ParticipationMode</a>#WRITTEN)</span></p><p><b>subject</b>: <a href="Patient-example.html">Patient/example</a> &quot; CHALMERS&quot;</p><p><b>topic</b>: Progress Update <span style="background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki"> (<a href="http://terminology.hl7.org/5.4.0/CodeSystem-communication-topic.html">CommunicationTopic</a>#progress-update)</span></p><p><b>encounter</b>: <a href="Encounter-example.html">Encounter/example</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/example</a> &quot; CAREFUL&quot;</p><p><b>sender</b>: <a href="Device-example.html">Device/example</a></p><h3>Payloads</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Content[x]</b></td></tr><tr><td style="display: none">*</td><td>Patient example has moved away</td></tr></table></div>
  </text>
  <extension
             url="http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded">
    <valueDateTime value="2014-12-12T18:01:10-08:00"/>
  </extension>
  <status value="not-done"/>
  <statusReason>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="184081006"/>
      <display value="Patient has moved away (finding)"/>
    </coding>
  </statusReason>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/communication-category"/>
      <code value="alert"/>
    </coding>
    <text value="Alert"/>
  </category>
  <medium>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"/>
      <code value="WRITTEN"/>
      <display value="written"/>
    </coding>
    <text value="written"/>
  </medium>
  <subject>🔗 
    <reference value="Patient/example"/>
  </subject>
  <topic>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/communication-topic"/>
      <code value="progress-update"/>
      <display value="Progress Update"/>
    </coding>
  </topic>
  <encounter>🔗 
    <reference value="Encounter/example"/>
  </encounter>
  <sent value="2014-12-12T18:01:10-08:00"/>
  <received value="2014-12-12T18:01:11-08:00"/>
  <recipient>🔗 
    <reference value="Practitioner/example"/>
  </recipient>
  <sender>🔗 
    <reference value="Device/example"/>
  </sender>
  <payload>
    <contentString value="Patient example has moved away"/>
  </payload>
</Communication>