This page is part of the Quality Improvement Core Framework (v6.0.0-ballot: STU6 (v6.0.0) Ballot 1) based on FHIR R4. The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Communication ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "negation-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationnotdone"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communicationnotdone> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b><a name=\"negation-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 "negation-example" </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\"> (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/5.0.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>topic</b>: Progress Update <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.0.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> " CAREFUL"</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>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-recorded"^^xsd:anyURI ] ;
fhir:value [ fhir:v "2014-12-12T18:01:10-08:00"^^xsd:dateTime ]
] ) ; #
fhir:status [ fhir:v "not-done"] ; #
fhir:statusReason [
( fhir:coding [
a sct:184081006 ;
fhir:system [ fhir:v "http://snomed.info/sct"^^xsd:anyURI ] ;
fhir:code [ fhir:v "184081006" ] ;
fhir:display [ fhir:v "Patient has moved away (finding)" ] ] )
] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://example.org/messagetypes"^^xsd:anyURI ] ;
fhir:code [ fhir:v "Alert" ] ] ) ;
fhir:text [ fhir:v "Alert" ]
] ) ; #
fhir:medium ( [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v3-ParticipationMode"^^xsd:anyURI ] ;
fhir:code [ fhir:v "WRITTEN" ] ;
fhir:display [ fhir:v "written" ] ] ) ;
fhir:text [ fhir:v "written" ]
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/example" ]
] ; #
fhir:topic [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-topic"^^xsd:anyURI ] ;
fhir:code [ fhir:v "progress-update" ] ;
fhir:display [ fhir:v "Progress Update" ] ] )
] ; #
fhir:encounter [
fhir:reference [ fhir:v "Encounter/example" ]
] ; #
fhir:sent [ fhir:v "2014-12-12T18:01:10-08:00"^^xsd:dateTime] ; #
fhir:received [ fhir:v "2014-12-12T18:01:11-08:00"^^xsd:dateTime] ; #
fhir:recipient ( [
fhir:reference [ fhir:v "Practitioner/example" ]
] ) ; #
fhir:sender [
fhir:reference [ fhir:v "Device/example" ]
] ; #
fhir:payload ( [
fhir:content [ fhir:v "Patient example has moved away" ]
] ) . #
IG © 2019+ http://www.hl7.org/Special/committees/cqi/index.cfm. Package hl7.fhir.us.qicore#6.0.0-ballot based on FHIR 4.0.1. Generated 2023-08-03
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change