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 Procedure - 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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Procedure ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "procedure-ccm-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/procedure-ccm"^^xsd:anyURI ;
fhir:l <http://helex.org/ig/ccm/StructureDefinition/procedure-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: Procedure procedure-ccm-example</b></p><a name=\"procedure-ccm-example\"> </a><a name=\"hcprocedure-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-procedure-ccm.html\">ProcedureCcm</a></p></div><p><b>status</b>: Completed</p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 410308005}\">Signs/symptoms - mental/emotional education, guidance, and counceling</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>occurrence</b>: 2023-10-15 10:30:00+0200</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</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>outcome</b>: <span title=\"Codes:\">The procedure was successful without complications.</span></p><p><b>note</b>: </p><blockquote><div><p>Patient tolerated the procedure well.</p>\n</div></blockquote><p><b>supportingInfo</b>: <a href=\"ResearchSubject-research-subject-ccm-example.html\">ResearchSubject: identifier = https://helex.org/sid/ccm-research-subject#0002; status = active; period = 2025-11-01 09:00:00+0200 --> (ongoing)</a></p></div>"^^rdf:XMLLiteral ]
] ; #
fhir:status [ fhir:v "completed"] ; #
fhir:code [
( fhir:coding [
a sct:410308005 ;
fhir:system [
fhir:v "http://snomed.info/sct"^^xsd:anyURI ;
fhir:l <http://snomed.info/sct> ] ;
fhir:code [ fhir:v "410308005" ] ;
fhir:display [ fhir:v "Signs/symptoms - mental/emotional education, guidance, and counceling" ] ] )
] ; #
fhir:subject [
fhir:l fhir:Patient/patient-ccm-example ;
fhir:reference [ fhir:v "Patient/patient-ccm-example" ]
] ; #
fhir:occurrence [
a fhir:DateTime ;
fhir:v "2023-10-15T10:30:00+02:00"^^xsd:dateTime
] ; #
fhir:performer ( [
fhir:actor [
fhir:l fhir:Practitioner/practitioner-ccm-example ;
fhir:reference [ fhir:v "Practitioner/practitioner-ccm-example" ] ]
] ) ; #
fhir:outcome [
fhir:text [ fhir:v "The procedure was successful without complications." ]
] ; #
fhir:note ( [
fhir:text [ fhir:v "Patient tolerated the procedure well." ]
] ) ; #
fhir:supportingInfo ( [
fhir:l fhir:ResearchSubject/research-subject-ccm-example ;
fhir:reference [ fhir:v "ResearchSubject/research-subject-ccm-example" ]
] ) . #