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 example - TTL Representation

Raw ttl | Download


@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

 a fhir:Communication ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communication"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/us/qicore/StructureDefinition/qicore-communication>     ] )
  ] ; # 
  fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Communication</b><a name=\"example\"> </a><a name=\"hcexample\"> </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;example&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-qicore-communication.html\">QICore Communication</a></p></div><p><b>partOf</b>: <span>: Serum Potassium Observation</span></p><p><b>status</b>: on-hold</p><p><b>statusReason</b>: Recipient Unavailable <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"http://terminology.hl7.org/5.4.0/CodeSystem-communication-not-done-reason.html\">CommunicationNotDoneReason</a>#recipient-unavailable)</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>: Hyperkalemia <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> ()</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><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>: <span>: Serum Potassium Observation</span></p></blockquote></div>"
  ] ; # 
  fhir:partOf ( [
fhir:display [ fhir:v "Serum Potassium Observation" ]
  ] ) ; #  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> 
  fhir:status [ fhir:v "on-hold"] ; # 
  fhir:statusReason [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-not-done-reason"^^xsd:anyURI ] ;
fhir:code [ fhir:v "recipient-unavailable" ]     ] )
  ] ; # 
  fhir:category ( [
    ( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/communication-category"^^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:text [ fhir:v "Hyperkalemia" ]
  ] ; # 
  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 1 has a very high serum potassium value (7.2 mmol/L on 2014-Dec-12 at 5:55 pm)" ]
  ] [
fhir:content [
a fhir:Reference ;
fhir:display [ fhir:v "Serum Potassium Observation" ]     ] #   Reference to the lab result   
  ] ) . #