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 Research Study definition - 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:ResearchStudy ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "research-study-ccm-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/research-study-ccm"^^xsd:anyURI ;
fhir:l <http://helex.org/ig/ccm/StructureDefinition/research-study-ccm> ] )
] ; #
fhir:language [ fhir:v "et"] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
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: ResearchStudy research-study-ccm-example</b></p><a name=\"research-study-ccm-example\"> </a><a name=\"hcresearch-study-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-research-study-ccm.html\">ResearchStudyCcm</a></p></div><p><b>EEBase ADS AdrId</b>: <a href=\"https://fhir.ee/packages/terminology/1.0.0/site/CodeSystem-ads-adr-id.html#ads-adr-id-2103553\">ADS AdrId: 2103553</a> (Harju maakond, Tallinn)</p><p><b>identifier</b>: <code>https://helex.org/sid/ccm-research-study</code>/ccm-ahtme</p><p><b>title</b>: Hoolduskoordinatsiooni programm (Ahtme)</p><p><b>status</b>: Active</p><h3>AssociatedParties</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Name</b></td><td><b>Role</b></td><td><b>Period</b></td><td><b>Party</b></td></tr><tr><td style=\"display: none\">*</td><td>Linn, Helen</td><td><span title=\"Codes:{http://hl7.org/fhir/research-study-party-role study-chair}\">Study chair</span></td><td>2025-08-01 --> (ongoing)</td><td><a href=\"https://your.fhir.server/fhir/Practitioner/456\">https://your.fhir.server/fhir/Practitioner/456</a></td></tr></table></div>"^^rdf:XMLLiteral ]
] ; #
fhir:extension ( [
fhir:url [
fhir:v "https://fhir.ee/base/StructureDefinition/ee-ads-adr-id"^^xsd:anyURI ;
fhir:l <https://fhir.ee/base/StructureDefinition/ee-ads-adr-id> ] ;
fhir:value [
a fhir:Coding ;
fhir:system [
fhir:v "https://fhir.ee/CodeSystem/ads-adr-id"^^xsd:anyURI ;
fhir:l <https://fhir.ee/CodeSystem/ads-adr-id> ] ;
fhir:code [ fhir:v "2103553" ] ;
fhir:display [ fhir:v "Harju maakond, Tallinn" ] ]
] ) ; #
fhir:identifier ( [
fhir:system [
fhir:v "https://helex.org/sid/ccm-research-study"^^xsd:anyURI ;
fhir:l <https://helex.org/sid/ccm-research-study> ] ;
fhir:value [ fhir:v "ccm-ahtme" ]
] ) ; #
fhir:title [
fhir:v "Hoolduskoordinatsiooni programm (Ahtme)" ;
( fhir:extension [
( fhir:extension [
fhir:url [
fhir:v "lang"^^xsd:anyURI ;
fhir:l fhir:lang ] ;
fhir:value [
a fhir:Code ;
fhir:v "en" ] ] [
fhir:url [
fhir:v "content"^^xsd:anyURI ;
fhir:l fhir:content ] ;
fhir:value [
a fhir:String ;
fhir:v "Care Coordination Program (Ahtme)" ] ] ) ;
fhir:url [
fhir:v "http://hl7.org/fhir/StructureDefinition/translation"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/StructureDefinition/translation> ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:associatedParty ( [
fhir:name [ fhir:v "Linn, Helen" ] ;
fhir:role [
( fhir:coding [
fhir:system [
fhir:v "http://hl7.org/fhir/research-study-party-role"^^xsd:anyURI ;
fhir:l <http://hl7.org/fhir/research-study-party-role> ] ;
fhir:code [ fhir:v "study-chair" ] ;
fhir:display [ fhir:v "Study chair" ] ] ) ] ;
( fhir:period [
fhir:start [ fhir:v "2025-08-01"^^xsd:date ] ] ) ;
fhir:party [
fhir:l <https://your.fhir.server/fhir/Practitioner/456> ;
fhir:reference [ fhir:v "https://your.fhir.server/fhir/Practitioner/456" ] ;
fhir:type [
fhir:v "Practitioner"^^xsd:anyURI ;
fhir:l fhir:Practitioner ] ]
] ) . #