Release 4B 5

This page is part of the FHIR Specification (v4.3.0: R4B (v5.0.0: R5 - STU ). The This is the current published version which supercedes in it's permanent home (it will always be available at this version is 5.0.0 . URL). For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R5 R4B

Codesystem-evidence-classifier-code.ttl

Example CodeSystem/evidence-classifier-code (Turtle)

Clinical Decision Support Work Group Maturity Level : N/A Standards Status : Informative

Raw Turtle (+ also see Turtle/RDF Format Specification )

Definition for Code SystemEvidenceClassifier

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

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

[] a fhir:CodeSystem;
  fhir:Resource.id [ fhir:value "evidence-classifier-code"];
  fhir:Resource.meta [
     fhir:Meta.lastUpdated [ fhir:value "2022-05-28T13:47:40.239+11:00" ];
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/StructureDefinition/shareablecodesystem";
       fhir:index 0
     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ]
  ];
  fhir:DomainResource.extension [
     fhir:index 0;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ];
     fhir:Extension.value [ fhir:value "cds" ]
  ], [
     fhir:index 1;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ];
     fhir:Extension.value [ fhir:value "trial-use" ]
  ], [
     fhir:index 2;
     fhir:Extension.url [ fhir:value "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ];
     fhir:Extension.value [ fhir:value "0" ]
  ];
  fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/evidence-classifier-code"];
  fhir:CodeSystem.identifier [
     fhir:index 0;
     fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ];
     fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.4.642.1.0" ]
  ];
  fhir:CodeSystem.version [ fhir:value "4.3.0"];
  fhir:CodeSystem.name [ fhir:value "EvidenceClassifier"];
  fhir:CodeSystem.title [ fhir:value "EvidenceClassifier"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"];
  fhir:CodeSystem.date [ fhir:value "2020-12-28T16:55:11+11:00"];
  fhir:CodeSystem.publisher [ fhir:value "HL7 (FHIR Project)"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ]
     ], [
       fhir:index 1;
       fhir:ContactPoint.system [ fhir:value "email" ];
       fhir:ContactPoint.value [ fhir:value "fhir@lists.hl7.org" ]
     ]
  ];
  fhir:CodeSystem.description [ fhir:value "Commonly used classifiers for evidence sets."];
  fhir:CodeSystem.caseSensitive [ fhir:value "true"];
  fhir:CodeSystem.valueSet [ fhir:value "http://hl7.org/fhir/ValueSet/evidence-classifier-code"];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.code [ fhir:value "COVID19Specific" ];
     fhir:CodeSystem.display [ fhir:value "COVID-19 specific article" ];
     fhir:CodeSystem.definition [ fhir:value "About COVID-19." ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.code [ fhir:value "COVID19Relevant" ];
     fhir:CodeSystem.display [ fhir:value "COVID-19 relevant (but not specific) article" ];
     fhir:CodeSystem.definition [ fhir:value "Not about COVID-19 but relevant to COVID-19 management or understanding." ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.code [ fhir:value "COVID19HumanResearch" ];
     fhir:CodeSystem.display [ fhir:value "COVID-19 human data in population, exposure, or outcome" ];
     fhir:CodeSystem.definition [ fhir:value "contains human COVID-19 disease in the research data as any variable (population, exposure or outcome)." ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.code [ fhir:value "OriginalResearch" ];
     fhir:CodeSystem.display [ fhir:value "Article includes original research" ];
     fhir:CodeSystem.definition [ fhir:value "such as randomized trial, observational study." ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.code [ fhir:value "ResearchSynthesis" ];
     fhir:CodeSystem.display [ fhir:value "Article includes synthesis of research" ];
     fhir:CodeSystem.definition [ fhir:value "such as systematic review, meta-analysis, rapid review." ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.code [ fhir:value "Guideline" ];
     fhir:CodeSystem.display [ fhir:value "Article includes guideline" ];
     fhir:CodeSystem.definition [ fhir:value "for clinical practice guidelines." ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.code [ fhir:value "ResearchProtocol" ];
     fhir:CodeSystem.display [ fhir:value "Article provides protocol without results" ];
     fhir:CodeSystem.definition [ fhir:value "for research protocols." ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.code [ fhir:value "NotResearchNotGuideline" ];
     fhir:CodeSystem.display [ fhir:value "Article is neither research nor guideline" ];
     fhir:CodeSystem.definition [ fhir:value "for things that are not research reports, research protocols or guidelines." ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.code [ fhir:value "Treatment" ];
     fhir:CodeSystem.display [ fhir:value "Article about treatment" ];
     fhir:CodeSystem.definition [ fhir:value "about therapeutic interventions." ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.code [ fhir:value "PreventionAndControl" ];
     fhir:CodeSystem.display [ fhir:value "Article about prevention and control" ];
     fhir:CodeSystem.definition [ fhir:value "about preventive care and interventions." ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.code [ fhir:value "Diagnosis" ];
     fhir:CodeSystem.display [ fhir:value "Article about diagnosis" ];
     fhir:CodeSystem.definition [ fhir:value "about methods to distinguish having or not having a condition." ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.code [ fhir:value "PrognosisPrediction" ];
     fhir:CodeSystem.display [ fhir:value "Article about prognosis or prediction" ];
     fhir:CodeSystem.definition [ fhir:value "about predicting risk for something or risk factors for it." ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.code [ fhir:value "RatedAsYes" ];
     fhir:CodeSystem.display [ fhir:value "Rated as yes, affirmative, positive, present, or include" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.code [ fhir:value "RatedAsNo" ];
     fhir:CodeSystem.display [ fhir:value "Rated as no, negative, absent, or exclude" ];
     fhir:CodeSystem.definition [ fhir:value "Rated as no, negative, absent, or exclude." ]
  ], [
     fhir:index 14;
     fhir:CodeSystem.code [ fhir:value "NotAssessed" ];
     fhir:CodeSystem.display [ fhir:value "Not rated, not assessed" ];
     fhir:CodeSystem.definition [ fhir:value "Neither rated as yes nor rated as no." ]
  ], [
     fhir:index 15;
     fhir:CodeSystem.code [ fhir:value "RatedAsRCT" ];
     fhir:CodeSystem.display [ fhir:value "classified as randomized controlled trial" ];
     fhir:CodeSystem.definition [ fhir:value "classified as randomized controlled trial." ]
  ], [
     fhir:index 16;
     fhir:CodeSystem.code [ fhir:value "RatedAsControlledTrial" ];
     fhir:CodeSystem.display [ fhir:value "classified as nonrandomized controlled trial (experimental)" ];
     fhir:CodeSystem.definition [ fhir:value "classified as nonrandomized controlled trial (experimental)." ]
  ], [
     fhir:index 17;
     fhir:CodeSystem.code [ fhir:value "RatedAsComparativeCohort" ];
     fhir:CodeSystem.display [ fhir:value "classified as comparative cohort study (observational)" ];
     fhir:CodeSystem.definition [ fhir:value "classified as comparative cohort study (observational)." ]
  ], [
     fhir:index 18;
     fhir:CodeSystem.code [ fhir:value "RatedAsCaseControl" ];
     fhir:CodeSystem.display [ fhir:value "classified as case-control study" ];
     fhir:CodeSystem.definition [ fhir:value "classified as case-control study." ]
  ], [
     fhir:index 19;
     fhir:CodeSystem.code [ fhir:value "RatedAsUncontrolledSeries" ];
     fhir:CodeSystem.display [ fhir:value "classified as uncontrolled cohort (case series)" ];
     fhir:CodeSystem.definition [ fhir:value "classified as uncontrolled cohort (case series)." ]
  ], [
     fhir:index 20;
     fhir:CodeSystem.code [ fhir:value "RatedAsMixedMethods" ];
     fhir:CodeSystem.display [ fhir:value "classified as mixed-methods study" ];
     fhir:CodeSystem.definition [ fhir:value "classified as mixed-methods study." ]
  ], [
     fhir:index 21;
     fhir:CodeSystem.code [ fhir:value "RatedAsOther" ];
     fhir:CodeSystem.display [ fhir:value "classified as other concept (not elsewhere classified)" ];
     fhir:CodeSystem.definition [ fhir:value "classified as other concept (not elsewhere classified)." ]
  ], [
     fhir:index 22;
     fhir:CodeSystem.code [ fhir:value "RiskOfBias" ];
     fhir:CodeSystem.display [ fhir:value "Risk of bias assessment" ];
     fhir:CodeSystem.definition [ fhir:value "Risk of bias assessment." ]
  ], [
     fhir:index 23;
     fhir:CodeSystem.code [ fhir:value "NoBlinding" ];
     fhir:CodeSystem.display [ fhir:value "No blinding" ];
     fhir:CodeSystem.definition [ fhir:value "No blinding." ]
  ], [
     fhir:index 24;
     fhir:CodeSystem.code [ fhir:value "AllocConcealNotStated" ];
     fhir:CodeSystem.display [ fhir:value "Allocation concealment not stated" ];
     fhir:CodeSystem.definition [ fhir:value "Allocation concealment not stated." ]
  ], [
     fhir:index 25;
     fhir:CodeSystem.code [ fhir:value "EarlyTrialTermination" ];
     fhir:CodeSystem.display [ fhir:value "Early trial termination" ];
     fhir:CodeSystem.definition [ fhir:value "Early trial termination." ]
  ], [
     fhir:index 26;
     fhir:CodeSystem.code [ fhir:value "NoITT" ];
     fhir:CodeSystem.display [ fhir:value "No intention-to-treat analysis" ];
     fhir:CodeSystem.definition [ fhir:value "No intention-to-treat analysis." ]
  ], [
     fhir:index 27;
     fhir:CodeSystem.code [ fhir:value "Preprint" ];
     fhir:CodeSystem.display [ fhir:value "Preprint (not final publication)" ];
     fhir:CodeSystem.definition [ fhir:value "Results presented in preprint (pre-final publication) form." ]
  ], [
     fhir:index 28;
     fhir:CodeSystem.code [ fhir:value "PreliminaryAnalysis" ];
     fhir:CodeSystem.display [ fhir:value "Preliminary analysis" ];
     fhir:CodeSystem.definition [ fhir:value "Preliminary analysis." ]
  ], [
     fhir:index 29;
     fhir:CodeSystem.code [ fhir:value "BaselineImbalance" ];
     fhir:CodeSystem.display [ fhir:value "Baseline imbalances" ];
     fhir:CodeSystem.definition [ fhir:value "Differences between groups at start of trial may confound or bias the findings." ]
  ], [
     fhir:index 30;
     fhir:CodeSystem.code [ fhir:value "SubgroupAnalysis" ];
     fhir:CodeSystem.display [ fhir:value "Subgroup analysis" ];
     fhir:CodeSystem.definition [ fhir:value "Subgroup analysis." ]
  ] .

[] a fhir:CodeSystem ;
  fhir:id [ fhir:v "evidence-classifier-code"] ;
  fhir:meta [
     fhir:lastUpdated [ fhir:v "2023-03-26T15:21:02.749+11:00" ] ;
     fhir:profile ( [ fhir:v "http://hl7.org/fhir/StructureDefinition/shareablecodesystem" ] )
  ] ;
  fhir:text [
     fhir:status [ fhir:v "generated" ]
  ] ;
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg" ] ;
     fhir:value [ fhir:v "cds" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status" ] ;
     fhir:value [ fhir:v "trial-use" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm" ] ;
     fhir:value [ fhir:v "0" ]
  ] ) ;
  fhir:url [ fhir:v "http://hl7.org/fhir/evidence-classifier-code"], [ fhir:v "http://hl7.org/fhir/evidence-classifier-code"] ;
  fhir:identifier ( [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1959" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986" ] ;
     fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.4.1959" ]
  ] ) ;
  fhir:version [ fhir:v "5.0.0"], [ fhir:v "5.0.0"] ;
  fhir:name [ fhir:v "EvidenceClassifier"], [ fhir:v "EvidenceClassifier"] ;
  fhir:title [ fhir:v "Evidence Classifier"], [ fhir:v "Evidence Classifier"] ;
  fhir:status [ fhir:v "active"], [ fhir:v "active"] ;
  fhir:experimental [ fhir:v "false"], [ fhir:v "false"] ;
  fhir:date [ fhir:v "2020-12-28T16:55:11+11:00"], [ fhir:v "2020-12-28T16:55:11+11:00"] ;
  fhir:publisher [ fhir:v "HL7 (FHIR Project)"], [ fhir:v "HL7 (FHIR Project)"] ;
  fhir:contact ( [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] [
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.org/fhir" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fhir@lists.hl7.org" ]
     ] )
  ] ) ;
  fhir:description [ fhir:v "Commonly used classifiers for evidence sets."], [ fhir:v "Commonly used classifiers for evidence sets."] ;
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm" ] ;
       fhir:code [ fhir:v "001" ] ;
       fhir:display [ fhir:v "World" ]
     ] )
  ] ) ;
  fhir:caseSensitive [ fhir:v "true"] ;
  fhir:valueSet [ fhir:v "http://hl7.org/fhir/ValueSet/evidence-classifier-code"] ;
  fhir:content [ fhir:v "complete"] ;
  fhir:concept ( [
     fhir:code [ fhir:v "COVID19Specific" ] ;
     fhir:display [ fhir:v "COVID-19 specific article" ] ;
     fhir:definition [ fhir:v "About COVID-19." ]
  ] [
     fhir:code [ fhir:v "COVID19Relevant" ] ;
     fhir:display [ fhir:v "COVID-19 relevant (but not specific) article" ] ;
     fhir:definition [ fhir:v "Not about COVID-19 but relevant to COVID-19 management or understanding." ]
  ] [
     fhir:code [ fhir:v "COVID19HumanResearch" ] ;
     fhir:display [ fhir:v "COVID-19 human data in population, exposure, or outcome" ] ;
     fhir:definition [ fhir:v "contains human COVID-19 disease in the research data as any variable (population, exposure or outcome)." ]
  ] [
     fhir:code [ fhir:v "OriginalResearch" ] ;
     fhir:display [ fhir:v "Article includes original research" ] ;
     fhir:definition [ fhir:v "such as randomized trial, observational study." ]
  ] [
     fhir:code [ fhir:v "ResearchSynthesis" ] ;
     fhir:display [ fhir:v "Article includes synthesis of research" ] ;
     fhir:definition [ fhir:v "such as systematic review, meta-analysis, rapid review." ]
  ] [
     fhir:code [ fhir:v "Guideline" ] ;
     fhir:display [ fhir:v "Article includes guideline" ] ;
     fhir:definition [ fhir:v "for clinical practice guidelines." ]
  ] [
     fhir:code [ fhir:v "ResearchProtocol" ] ;
     fhir:display [ fhir:v "Article provides protocol without results" ] ;
     fhir:definition [ fhir:v "for research protocols." ]
  ] [
     fhir:code [ fhir:v "NotResearchNotGuideline" ] ;
     fhir:display [ fhir:v "Article is neither research nor guideline" ] ;
     fhir:definition [ fhir:v "for things that are not research reports, research protocols or guidelines." ]
  ] [
     fhir:code [ fhir:v "Treatment" ] ;
     fhir:display [ fhir:v "Article about treatment" ] ;
     fhir:definition [ fhir:v "about therapeutic interventions." ]
  ] [
     fhir:code [ fhir:v "PreventionAndControl" ] ;
     fhir:display [ fhir:v "Article about prevention and control" ] ;
     fhir:definition [ fhir:v "about preventive care and interventions." ]
  ] [
     fhir:code [ fhir:v "Diagnosis" ] ;
     fhir:display [ fhir:v "Article about diagnosis" ] ;
     fhir:definition [ fhir:v "about methods to distinguish having or not having a condition." ]
  ] [
     fhir:code [ fhir:v "PrognosisPrediction" ] ;
     fhir:display [ fhir:v "Article about prognosis or prediction" ] ;
     fhir:definition [ fhir:v "about predicting risk for something or risk factors for it." ]
  ] [
     fhir:code [ fhir:v "RatedAsYes" ] ;
     fhir:display [ fhir:v "Rated as yes, affirmative, positive, present, or include" ]
  ] [
     fhir:code [ fhir:v "RatedAsNo" ] ;
     fhir:display [ fhir:v "Rated as no, negative, absent, or exclude" ] ;
     fhir:definition [ fhir:v "Rated as no, negative, absent, or exclude." ]
  ] [
     fhir:code [ fhir:v "NotAssessed" ] ;
     fhir:display [ fhir:v "Not rated, not assessed" ] ;
     fhir:definition [ fhir:v "Neither rated as yes nor rated as no." ]
  ] [
     fhir:code [ fhir:v "RatedAsRCT" ] ;
     fhir:display [ fhir:v "classified as randomized controlled trial" ] ;
     fhir:definition [ fhir:v "classified as randomized controlled trial." ]
  ] [
     fhir:code [ fhir:v "RatedAsControlledTrial" ] ;
     fhir:display [ fhir:v "classified as nonrandomized controlled trial (experimental)" ] ;
     fhir:definition [ fhir:v "classified as nonrandomized controlled trial (experimental)." ]
  ] [
     fhir:code [ fhir:v "RatedAsComparativeCohort" ] ;
     fhir:display [ fhir:v "classified as comparative cohort study (observational)" ] ;
     fhir:definition [ fhir:v "classified as comparative cohort study (observational)." ]
  ] [
     fhir:code [ fhir:v "RatedAsCaseControl" ] ;
     fhir:display [ fhir:v "classified as case-control study" ] ;
     fhir:definition [ fhir:v "classified as case-control study." ]
  ] [
     fhir:code [ fhir:v "RatedAsUncontrolledSeries" ] ;
     fhir:display [ fhir:v "classified as uncontrolled cohort (case series)" ] ;
     fhir:definition [ fhir:v "classified as uncontrolled cohort (case series)." ]
  ] [
     fhir:code [ fhir:v "RatedAsMixedMethods" ] ;
     fhir:display [ fhir:v "classified as mixed-methods study" ] ;
     fhir:definition [ fhir:v "classified as mixed-methods study." ]
  ] [
     fhir:code [ fhir:v "RatedAsOther" ] ;
     fhir:display [ fhir:v "classified as other concept (not elsewhere classified)" ] ;
     fhir:definition [ fhir:v "classified as other concept (not elsewhere classified)." ]
  ] [
     fhir:code [ fhir:v "RiskOfBias" ] ;
     fhir:display [ fhir:v "Risk of bias assessment" ] ;
     fhir:definition [ fhir:v "Risk of bias assessment." ]
  ] [
     fhir:code [ fhir:v "NoBlinding" ] ;
     fhir:display [ fhir:v "No blinding" ] ;
     fhir:definition [ fhir:v "No blinding." ]
  ] [
     fhir:code [ fhir:v "AllocConcealNotStated" ] ;
     fhir:display [ fhir:v "Allocation concealment not stated" ] ;
     fhir:definition [ fhir:v "Allocation concealment not stated." ]
  ] [
     fhir:code [ fhir:v "EarlyTrialTermination" ] ;
     fhir:display [ fhir:v "Early trial termination" ] ;
     fhir:definition [ fhir:v "Early trial termination." ]
  ] [
     fhir:code [ fhir:v "NoITT" ] ;
     fhir:display [ fhir:v "No intention-to-treat analysis" ] ;
     fhir:definition [ fhir:v "No intention-to-treat analysis." ]
  ] [
     fhir:code [ fhir:v "Preprint" ] ;
     fhir:display [ fhir:v "Preprint (not final publication)" ] ;
     fhir:definition [ fhir:v "Results presented in preprint (pre-final publication) form." ]
  ] [
     fhir:code [ fhir:v "PreliminaryAnalysis" ] ;
     fhir:display [ fhir:v "Preliminary analysis" ] ;
     fhir:definition [ fhir:v "Preliminary analysis." ]
  ] [
     fhir:code [ fhir:v "BaselineImbalance" ] ;
     fhir:display [ fhir:v "Baseline imbalances" ] ;
     fhir:definition [ fhir:v "Differences between groups at start of trial may confound or bias the findings." ]
  ] [
     fhir:code [ fhir:v "SubgroupAnalysis" ] ;
     fhir:display [ fhir:v "Subgroup analysis" ] ;
     fhir:definition [ fhir:v "Subgroup analysis." ]
  ] ) .


# -------------------------------------------------------------------------------------


Usage note: every effort has been made to ensure that the examples are correct and useful, but they are not a normative part of the specification.