0.1.0 - ci-build

CQDG_FHIR_IG - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Ferlab.bio CodeSystem/study-design - TTL Representation

Active as of 2026-08-05

Raw ttl | Download


@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/study-design> a fhir:CodeSystem ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:Resource.id [ fhir:value "study-design"] ;
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ] ;
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem study-design</b></p><a name=\"study-design\"> </a><a name=\"hcstudy-design\"> </a><p>This case-sensitive code system <code>https://fhir.cqdg.ca/CodeSystem/study-design</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>French (fr)</b></td></tr><tr><td style=\"white-space:nowrap\">case_only<a name=\"study-design-case_only\"> </a></td><td>Case only</td><td>Cas unique</td></tr><tr><td style=\"white-space:nowrap\">case_control<a name=\"study-design-case_control\"> </a></td><td>Case-control</td><td>Cas-témoins</td></tr><tr><td style=\"white-space:nowrap\">retrospective<a name=\"study-design-retrospective\"> </a></td><td>Retrospective</td><td>Rétrospectif</td></tr><tr><td style=\"white-space:nowrap\">registry<a name=\"study-design-registry\"> </a></td><td>Registry</td><td>Registre</td></tr><tr><td style=\"white-space:nowrap\">prospective<a name=\"study-design-prospective\"> </a></td><td>Prospective</td><td>Prospectif</td></tr><tr><td style=\"white-space:nowrap\">interventional<a name=\"study-design-interventional\"> </a></td><td>Interventional</td><td>Interventionnel</td></tr><tr><td style=\"white-space:nowrap\">cross_sectional<a name=\"study-design-cross_sectional\"> </a></td><td>Cross-sectional</td><td>Transversal</td></tr><tr><td style=\"white-space:nowrap\">cohort<a name=\"study-design-cohort\"> </a></td><td>Cohort</td><td>Cohorte</td></tr></table></div>"
  ] ;
  fhir:CodeSystem.url [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design"] ;
  fhir:CodeSystem.version [ fhir:value "0.1.0"] ;
  fhir:CodeSystem.name [ fhir:value "StudyDesign"] ;
  fhir:CodeSystem.title [ fhir:value "Ferlab.bio CodeSystem/study-design"] ;
  fhir:CodeSystem.status [ fhir:value "active"] ;
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean] ;
  fhir:CodeSystem.date [ fhir:value "2026-08-05T14:46:26+00:00"^^xsd:dateTime] ;
  fhir:CodeSystem.publisher [ fhir:value "Ferlab.bio"] ;
  fhir:CodeSystem.contact [
     fhir:index 0 ;
     fhir:ContactDetail.name [ fhir:value "Ferlab.bio" ] ;
     fhir:ContactDetail.telecom [
       fhir:index 0 ;
       fhir:ContactPoint.system [ fhir:value "url" ] ;
       fhir:ContactPoint.value [ fhir:value "http://example.org/example-publisher" ]
     ]
  ] ;
  fhir:CodeSystem.description [ fhir:value "Data category"] ;
  fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean] ;
  fhir:CodeSystem.content [ fhir:value "complete"] ;
  fhir:CodeSystem.count [ fhir:value "8"^^xsd:nonNegativeInteger] ;
  fhir:CodeSystem.concept [
     fhir:index 0 ;
     fhir:CodeSystem.concept.code [ fhir:value "case_only" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Case only" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "case_only" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Cas unique" ]
     ]
  ], [
     fhir:index 1 ;
     fhir:CodeSystem.concept.code [ fhir:value "case_control" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Case-control" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "case_control" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Cas-témoins" ]
     ]
  ], [
     fhir:index 2 ;
     fhir:CodeSystem.concept.code [ fhir:value "retrospective" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Retrospective" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "retrospective" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Rétrospectif" ]
     ]
  ], [
     fhir:index 3 ;
     fhir:CodeSystem.concept.code [ fhir:value "registry" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Registry" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "registry" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Registre" ]
     ]
  ], [
     fhir:index 4 ;
     fhir:CodeSystem.concept.code [ fhir:value "prospective" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Prospective" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "prospective" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Prospectif" ]
     ]
  ], [
     fhir:index 5 ;
     fhir:CodeSystem.concept.code [ fhir:value "interventional" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Interventional" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "interventional" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Interventionnel" ]
     ]
  ], [
     fhir:index 6 ;
     fhir:CodeSystem.concept.code [ fhir:value "cross_sectional" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Cross-sectional" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "cross_sectional" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Transversal" ]
     ]
  ], [
     fhir:index 7 ;
     fhir:CodeSystem.concept.code [ fhir:value "cohort" ] ;
     fhir:CodeSystem.concept.display [ fhir:value "Cohort" ] ;
     fhir:CodeSystem.concept.designation [
       fhir:index 0 ;
       fhir:CodeSystem.concept.designation.language [ fhir:value "fr" ] ;
       fhir:CodeSystem.concept.designation.use [
         fhir:Coding.system [ fhir:value "https://fhir.cqdg.ca/CodeSystem/study-design" ] ;
         fhir:Coding.code [ fhir:value "cohort" ]
       ] ;
       fhir:CodeSystem.concept.designation.value [ fhir:value "Cohorte" ]
     ]
  ] .

# - ontology header ------------------------------------------------------------

<http://hl7.org/fhir/CodeSystem/study-design.ttl> a owl:Ontology ;
  owl:imports fhir:fhir.ttl ;
  owl:versionIRI <http://build.fhir.org/CodeSystem/study-design.ttl> .