QI-Core Implementation Guide: STU 4 (v4.0.0 for FHIR 4.0.1)

QI-Core Implementation Guide - This is the current published version.. See the Directory of published versions

Communication/negation-example

Formats: Narrative, XML, JSON, Turtle

Raw json

{
  "resourceType" : "Communication",
  "id" : "negation-example",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative with Details</b></p><p><b>id</b>: negation-example</p><p><b>status</b>: not-done</p><p><b>statusReason</b>: Patient has moved away (finding) <span style=\"background: LightGoldenRodYellow\">(Details : {SNOMED CT code '184081006' = 'Patient has moved away', given as 'Patient has moved away (finding)'})</span></p><p><b>category</b>: Alert <span style=\"background: LightGoldenRodYellow\">(Details : {http://acme.org/messagetypes code 'Alert' = 'Alert)</span></p><p><b>medium</b>: written <span style=\"background: LightGoldenRodYellow\">(Details : {http://terminology.hl7.org/CodeSystem/v3-ParticipationMode code 'WRITTEN' = 'written', given as 'written'})</span></p><p><b>subject</b>: <a href=\"Patient-example.html\">Generated Summary: id: example; Medical record number = 12345 (USUAL); active; Peter James Chalmers (OFFICIAL), Jim Chalmers , Peter James Windsor (MAIDEN); ph: (03) 5555 6473(WORK), ph: (03) 3410 5613(MOBILE), ph: (03) 5555 8834(OLD); gender: male; birthDate: 1974-12-25; </a></p><p><b>encounter</b>: <a href=\"Encounter-example.html\">Generated Summary: id: example; status: in-progress; <span title=\"{http://terminology.hl7.org/CodeSystem/v3-ActCode IMP}\">inpatient encounter</span>; <span title=\"Codes: {http://www.ama-assn.org/go/cpt 99223}\">Inpatient Hospital Care</span></a></p><p><b>sent</b>: Dec 13, 2014 2:01:10 AM</p><p><b>received</b>: Dec 13, 2014 2:01:11 AM</p><p><b>recipient</b>: <a href=\"Practitioner-example.html\">Generated Summary: id: example; 23; active; Adam Careful </a></p><p><b>sender</b>: <a href=\"Device-example.html\">Generated Summary: id: example; 345675, Serial Number = AMID-342135-8464; status: active; manufacturer: Acme Devices, Inc; lotNumber: 43453424; modelNumber: AB 45-J; <span title=\"Codes: {http://snomed.info/sct 86184003}\">ECG</span>; ph: ext 4352; Author: Practitioner/example; Made: Jun 28, 2015 4:03:32 AM; Annotation: QA Checked</a></p><h3>Payloads</h3><table class=\"grid\"><tr><td>-</td><td><b>Content[x]</b></td></tr><tr><td>*</td><td>Patient 1 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"
    }
  ],
  "modifierExtension" : [
    {
      "url" : "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-notDone",
      "valueBoolean" : true
    }
  ],
  "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"
  },
  "payload" : [
    {
      "contentString" : "Patient 1 has moved away"
    }
  ]
}