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 of CCM ResearchSubject - 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:ResearchSubject ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "research-subject-ccm-example"] ; # 
  fhir:meta [
    ( fhir:profile [
fhir:v "http://helex.org/ig/ccm/StructureDefinition/research-subject-ccm"^^xsd:anyURI ;
fhir:l <http://helex.org/ig/ccm/StructureDefinition/research-subject-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: ResearchSubject research-subject-ccm-example</b></p><a name=\"research-subject-ccm-example\"> </a><a name=\"hcresearch-subject-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-research-subject-ccm.html\">ResearchSubjectCcm</a></p></div><p><b>identifier</b>: <code>https://helex.org/sid/ccm-research-subject</code>/0002</p><p><b>status</b>: Active</p><blockquote><p><b>progress</b></p><p><b>type</b>: <span title=\"Codes:\">state</span></p><p><b>subjectState</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state candidate}\">Candidate</span></p><p><b>startDate</b>: 2025-11-01 09:00:00+0200</p></blockquote><blockquote><p><b>progress</b></p><p><b>type</b>: <span title=\"Codes:\">state</span></p><p><b>subjectState</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state in-screening}\">in-screening</span></p><p><b>startDate</b>: 2025-11-03 09:15:00+0200</p></blockquote><blockquote><p><b>progress</b></p><p><b>type</b>: <span title=\"Codes:\">state</span></p><p><b>subjectState</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state eligible}\">Eligible</span></p><p><b>startDate</b>: 2025-11-05 10:30:00+0200</p></blockquote><blockquote><p><b>progress</b></p><p><b>type</b>: <span title=\"Codes:\">state</span></p><p><b>subjectState</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/research-subject-state on-study}\">On-study</span></p><p><b>startDate</b>: 2025-11-06 08:00:00+0200</p></blockquote><p><b>period</b>: 2025-11-01 09:00:00+0200 --&gt; (ongoing)</p><p><b>study</b>: <code>ResearchStudyCcm/research-study-ccm-example</code></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>consent</b>: Consent given on the paper</p></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:identifier ( [
fhir:system [
fhir:v "https://helex.org/sid/ccm-research-subject"^^xsd:anyURI ;
fhir:l <https://helex.org/sid/ccm-research-subject>     ] ;
fhir:value [ fhir:v "0002" ]
  ] ) ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:progress ( [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "state" ]       ] )     ] ;
fhir:subjectState [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/research-subject-state"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/research-subject-state>         ] ;
fhir:code [ fhir:v "candidate" ]       ] )     ] ;
fhir:startDate [ fhir:v "2025-11-01T09:00:00+02:00"^^xsd:dateTime ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "state" ]       ] )     ] ;
fhir:subjectState [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/research-subject-state"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/research-subject-state>         ] ;
fhir:code [ fhir:v "in-screening" ]       ] )     ] ;
fhir:startDate [ fhir:v "2025-11-03T09:15:00+02:00"^^xsd:dateTime ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "state" ]       ] )     ] ;
fhir:subjectState [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/research-subject-state"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/research-subject-state>         ] ;
fhir:code [ fhir:v "eligible" ]       ] )     ] ;
fhir:startDate [ fhir:v "2025-11-05T10:30:00+02:00"^^xsd:dateTime ]
  ] [
fhir:type [
      ( fhir:coding [
fhir:code [ fhir:v "state" ]       ] )     ] ;
fhir:subjectState [
      ( fhir:coding [
fhir:system [
fhir:v "http://terminology.hl7.org/CodeSystem/research-subject-state"^^xsd:anyURI ;
fhir:l <http://terminology.hl7.org/CodeSystem/research-subject-state>         ] ;
fhir:code [ fhir:v "on-study" ]       ] )     ] ;
fhir:startDate [ fhir:v "2025-11-06T08:00:00+02:00"^^xsd:dateTime ]
  ] ) ; # 
  fhir:period [
fhir:start [ fhir:v "2025-11-01T09:00:00+02:00"^^xsd:dateTime ]
  ] ; # 
  fhir:study [
fhir:l fhir:ResearchStudyCcm/research-study-ccm-example ;
fhir:reference [ fhir:v "ResearchStudyCcm/research-study-ccm-example" ]
  ] ; # 
  fhir:subject [
fhir:l fhir:Patient/patient-ccm-example ;
fhir:reference [ fhir:v "Patient/patient-ccm-example" ]
  ] ; # 
  fhir:consent ( [
fhir:display [ fhir:v "Consent given on the paper" ]
  ] ) . #