Care Coordination Management
0.0.1 - ci-build Estonia (EST)

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 Estonian Research Study - 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 "ccm-research-study-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/CcmResearchStudy"^^xsd:anyURI ;
fhir:link <http://helex.org/ig/ccm/StructureDefinition/CcmResearchStudy>     ] )
  ] ; # 
  fhir:language [ fhir:v "et"] ; # 
  fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"et\" lang=\"et\"><p class=\"res-header-id\"><b>Generated Narrative: ResearchStudy ccm-research-study-example</b></p><a name=\"ccm-research-study-example\"> </a><a name=\"hcccm-research-study-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-CcmResearchStudy.html\">Ccm Research Study</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/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 --&gt; (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:value [
a fhir:Coding ;
fhir:system [ fhir:v "https://fhir.ee/CodeSystem/ads-adr-id"^^xsd:anyURI ] ;
fhir:code [ fhir:v "2103553" ] ;
fhir:display [ fhir:v "Harju maakond, Tallinn" ]     ]
  ] ) ; # 
  fhir:identifier ( [
fhir:system [ fhir:v "https://helex.org/sid/research-study"^^xsd:anyURI ] ;
fhir:value [ fhir:v "ccm-ahtme" ]
  ] ) ; # 
  fhir:title [ fhir:v "Hoolduskoordinatsiooni programm (Ahtme)"] ; # 
  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: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:link <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 ]     ]
  ] ) . #