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 Task - 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:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "task-ccm-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/task-ccm"^^xsd:anyURI ;
fhir:l <http://helex.org/ig/ccm/StructureDefinition/task-ccm> ] )
] ; #
fhir:language [ fhir:v "et"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: Task task-ccm-example</b></p><a name=\"task-ccm-example\"> </a><a name=\"hctask-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\">Language: et</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-task-ccm.html\">TaskCcm</a></p></div><p><b>identifier</b>: 0012</p><p><b>basedOn</b>: <a href=\"ServiceRequest/service-request-ccm-example\">ServiceRequest/service-request-ccm-example</a></p><p><b>status</b>: Requested</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{https://helex.org/fhir/CodeSystem/ccm-task-type councelling}\">Councelling</span></p><p><b>description</b>: Teenuse kasutamise nõustamine</p><p><b>focus</b>: <a href=\"ServiceRequest/service-request-ccm-example\">ServiceRequest/service-request-ccm-example</a></p><p><b>for</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>authoredOn</b>: 2024-06-01 10:00:00+0300</p><p><b>requester</b>: <a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></p><h3>RequestedPerformers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></td></tr></table><p><b>owner</b>: <a href=\"Practitioner-practitioner-ccm-example.html\">Practitioner Liina Lind </a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:identifier ( [
fhir:value [ fhir:v "0012" ]
] ) ; #
fhir:basedOn ( [
fhir:l fhir:ServiceRequest/service-request-ccm-example ;
fhir:reference [ fhir:v "ServiceRequest/service-request-ccm-example" ]
] ) ; #
fhir:status [ fhir:v "requested"] ; #
fhir:intent [ fhir:v "order"] ; #
fhir:priority [ fhir:v "routine"] ; #
fhir:code [
( fhir:coding [
fhir:system [
fhir:v "https://helex.org/fhir/CodeSystem/ccm-task-type"^^xsd:anyURI ;
fhir:l <https://helex.org/fhir/CodeSystem/ccm-task-type> ] ;
fhir:code [ fhir:v "councelling" ] ;
fhir:display [ fhir:v "Councelling" ] ] )
] ; #
fhir:description [ fhir:v "Teenuse kasutamise nõustamine"] ; #
fhir:focus [
fhir:l fhir:ServiceRequest/service-request-ccm-example ;
fhir:reference [ fhir:v "ServiceRequest/service-request-ccm-example" ]
] ; #
fhir:for [
fhir:l fhir:Patient/patient-ccm-example ;
fhir:reference [ fhir:v "Patient/patient-ccm-example" ]
] ; #
fhir:authoredOn [ fhir:v "2024-06-01T10:00:00+03:00"^^xsd:dateTime] ; #
fhir:requester [
fhir:l fhir:Practitioner/practitioner-ccm-example ;
fhir:reference [ fhir:v "Practitioner/practitioner-ccm-example" ]
] ; #
fhir:requestedPerformer ( [
fhir:reference [
fhir:l fhir:Practitioner/practitioner-ccm-example ;
fhir:reference [ fhir:v "Practitioner/practitioner-ccm-example" ] ]
] ) ; #
fhir:owner [
fhir:l fhir:Practitioner/practitioner-ccm-example ;
fhir:reference [ fhir:v "Practitioner/practitioner-ccm-example" ]
] . #