HL7 PT FHIR Implementation Guide: Example IG Release 1 | STU1, published by HL7 Portugal. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-pt/resp-ig/ and changes regularly. See the Directory of published versions
: communication_ID_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 "communication_ID_example"] ; #
fhir:meta [
fhir:source [ fhir:v "Coaching System"^^xsd:anyURI ]
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication communication_ID_example</b></p><a name=\"communication_ID_example\"> </a><a name=\"hccommunication_ID_example\"> </a><a name=\"communication_ID_example-en-US\"> </a><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\"/><p style=\"margin-bottom: 0px\">Information Source: Coaching System</p></div><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/ValueSet/communication-category instruction}\">instruction</span></p><p><b>subject</b>: <a href=\"Patient/patient_ID_example\">Patient/patient_ID_example</a></p><p><b>sent</b>: 2020-10-11 03:01:10+0000</p><p><b>reasonCode</b>: <span title=\"Codes:{codesystem.inspirers.med.up.pt AMP187}\">AMP187</span></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>Checking and correcting inhaler technique using a standardized checklist takes only 2/3 minutes and leads to improved asthma control in adults (Evidence A). A physical demonstration is essential to improve inhaler technique.</td></tr></table></div>"
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/ValueSet/communication-category"^^xsd:anyURI ] ;
fhir:code [ fhir:v "instruction" ] ] )
] ) ; #
fhir:subject [
fhir:reference [ fhir:v "Patient/patient_ID_example" ]
] ; #
fhir:sent [ fhir:v "2020-10-11T03:01:10.001Z"^^xsd:dateTime] ; #
fhir:reasonCode ( [
( fhir:coding [
fhir:system [ fhir:v "codesystem.inspirers.med.up.pt"^^xsd:anyURI ] ;
fhir:code [ fhir:v "AMP187" ] ] )
] ) ; #
fhir:payload ( [
fhir:content [ fhir:v "Checking and correcting inhaler technique using a standardized checklist takes only 2/3 minutes and leads to improved asthma control in adults (Evidence A). A physical demonstration is essential to improve inhaler technique." ]
] ) . #