Snapshot 3: Connectathon 32 Base

This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.

Example CodeSystem/evidence-classifier-code (Turtle)

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