This is the Continuous Integration Build of FHIR (will be incorrect/inconsistent at times).
See the Directory of published versions
Definition for Code SystemEvidenceClassifierTypeExample
{
"resourceType" : "CodeSystem",
"id" : "evidence-classifier-type-example",
"meta" : {
"lastUpdated" : "2026-05-26T15:27:02.789+00:00"
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem evidence-classifier-type-example</b></p><a name=\"evidence-classifier-type-example\"> </a><a name=\"hcevidence-classifier-type-example\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/evidence-classifier-type-example</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>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">population<a name=\"evidence-classifier-type-example-population\"> </a></td><td>Population</td><td>The Population this evidence or evidence-related report is about.</td></tr><tr><td style=\"white-space:nowrap\">intervention<a name=\"evidence-classifier-type-example-intervention\"> </a></td><td>Intervention</td><td>The Intervention this evidence or evidence-related report is about.</td></tr><tr><td style=\"white-space:nowrap\">comparator<a name=\"evidence-classifier-type-example-comparator\"> </a></td><td>Comparator</td><td>The Comparator this evidence or evidence-related report is about.</td></tr><tr><td style=\"white-space:nowrap\">outcome-measure<a name=\"evidence-classifier-type-example-outcome-measure\"> </a></td><td>Outcome Measure</td><td>The Outcome this evidence or evidence-related report is about.</td></tr><tr><td style=\"white-space:nowrap\">pico-specification<a name=\"evidence-classifier-type-example-pico-specification\"> </a></td><td>PICO Specification</td><td>A PICO question.</td></tr></table></div>"
},
"extension" : [{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode" : "cds"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode" : "informative"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger" : 1
}],
"url" : "http://hl7.org/fhir/evidence-classifier-type-example",
"version" : "6.0.0-ballot4",
"name" : "EvidenceClassifierTypeExample",
"title" : "Evidence Classifier Type Example",
"status" : "active",
"experimental" : true,
"date" : "2026-05-19T14:55:11+11:00",
"publisher" : "HL7 (FHIR Project)",
"contact" : [{
"telecom" : [{
"system" : "url",
"value" : "http://hl7.org/fhir"
},
{
"system" : "email",
"value" : "fhir@lists.hl7.org"
}]
}],
"description" : "The kind of classifier.",
"jurisdiction" : [{
"coding" : [{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}]
}],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/ValueSet/evidence-classifier-type-example",
"content" : "complete",
"concept" : [{
"code" : "population",
"display" : "Population",
"definition" : "The Population this evidence or evidence-related report is about."
},
{
"code" : "intervention",
"display" : "Intervention",
"definition" : "The Intervention this evidence or evidence-related report is about."
},
{
"code" : "comparator",
"display" : "Comparator",
"definition" : "The Comparator this evidence or evidence-related report is about."
},
{
"code" : "outcome-measure",
"display" : "Outcome Measure",
"definition" : "The Outcome this evidence or evidence-related report is about."
},
{
"code" : "pico-specification",
"display" : "PICO Specification",
"definition" : "A PICO question."
}]
}
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.