Care Coordination Management, published by Helex OÜ. This guide is not an authorized publication; it is the continuous build for version 0.0.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/helexlab/ig-ccm/ and changes regularly. See the Directory of published versions
: Example of CCM Communication - TTL Representation
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-ccm-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/communication-ccm"^^xsd:anyURI ;
fhir:l <http://helex.org/ig/ccm/StructureDefinition/communication-ccm> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Communication communication-ccm-example</b></p><a name=\"communication-ccm-example\"> </a><a name=\"hccommunication-ccm-example\"> </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\">Profile: <a href=\"StructureDefinition-communication-ccm.html\">CommunicationCcm</a></p></div><p><b>basedOn</b>: <a href=\"CarePlan-care-plan-ccm-example.html\">CarePlan: identifier = https://helex.org/sid/ccm-care-plan#0232; status = completed; intent = plan; period = 2023-10-01 --> (ongoing)</a></p><p><b>status</b>: Completed</p><p><b>category</b>: <span title=\"Codes:\">instruction</span></p><p><b>subject</b>: <a href=\"Patient-patient-ccm-example.html\">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>topic</b>: <span title=\"Codes:{https://helex.org/fhir/CodeSystem/ccm-communication-topic rehabilitation-instructions}\">Taastusravi juhised</span></p><p><b>sent</b>: 2023-10-01 10:00:00+0000</p><p><b>recipient</b>: <a href=\"Patient-patient-ccm-example.html\">Jaan Tamm (official) Male, DoB: 1950-05-15 ( https://fhir.ee/sid/pid/est/ni#Estonian Personal National Identification Code#tegelik-isikukood)</a></p><p><b>sender</b>: <a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></p><p><b>note</b>: </p><blockquote><div><p>Patient instructed on rehabilitation exercises.</p>\n</div></blockquote></div>"^^rdf:XMLLiteral ]
] ; #
fhir:basedOn ( [
fhir:l fhir:CarePlan/care-plan-ccm-example ;
fhir:reference [ fhir:v "CarePlan/care-plan-ccm-example" ]
] ) ; #
fhir:status [ fhir:v "completed"] ; #
fhir:category ( [
( fhir:coding [
fhir:code [ fhir:v "instruction" ] ] )
] ) ; #
fhir:subject [
fhir:l fhir:Patient/patient-ccm-example ;
fhir:reference [ fhir:v "Patient/patient-ccm-example" ]
] ; #
fhir:topic [
( fhir:coding [
fhir:system [
fhir:v "https://helex.org/fhir/CodeSystem/ccm-communication-topic"^^xsd:anyURI ;
fhir:l <https://helex.org/fhir/CodeSystem/ccm-communication-topic> ] ;
fhir:code [ fhir:v "rehabilitation-instructions" ] ;
fhir:display [ fhir:v "Taastusravi juhised" ] ] )
] ; #
fhir:sent [ fhir:v "2023-10-01T10:00:00Z"^^xsd:dateTime] ; #
fhir:recipient ( [
fhir:l fhir:Patient/patient-ccm-example ;
fhir:reference [ fhir:v "Patient/patient-ccm-example" ]
] ) ; #
fhir:sender [
fhir:l fhir:Practitioner/practitioner-ccm-example ;
fhir:reference [ fhir:v "Practitioner/practitioner-ccm-example" ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Patient instructed on rehabilitation exercises." ]
] ) . #