@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "directness"] ; # fhir:meta [ fhir:lastUpdated [ fhir:v "2020-04-09T21:10:28.568+00:00"^^xsd:dateTime ] ] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

This code system http://terminology.hl7.org/CodeSystem/directness defines the following codes:

CodeDisplayDefinition
low Low quality match between observed and intended variableLow matching quality between observed and intended variable, so very serious concern for indirectness in evidence interpretation.
moderate Moderate quality match between observed and intended variableModerate matching quality between observed and intended variable, so serious concern for indirectness in evidence interpretation.
high High quality match between observed and intended variableHigh matching quality between observed and intended variable, so little concern for indirectness in evidence interpretation.
exact Exact match between observed and intended variableExact matching quality between observed and intended variable, so no concern for indirectness in evidence interpretation.
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "cds" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ; fhir:value [ fhir:v "0"^^xsd:integer ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/CodeSystem/directness"^^xsd:anyURI] ; # fhir:identifier ( [ fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ; fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.1.1459" ] ] ) ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "EvidenceDirectness"] ; # fhir:title [ fhir:v "EvidenceDirectness"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2020-04-09T21:10:28+00:00"^^xsd:dateTime] ; # fhir:publisher [ 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:description [ fhir:v "The quality of how direct the match is."] ; # fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; # fhir:valueSet [ fhir:v "http://terminology.hl7.org/ValueSet/directness"^^xsd:anyURI ; fhir:link ] ; # fhir:content [ fhir:v "complete"] ; # fhir:concept ( [ fhir:code [ fhir:v "low" ] ; fhir:display [ fhir:v "Low quality match between observed and intended variable" ] ; fhir:definition [ fhir:v "Low matching quality between observed and intended variable, so very serious concern for indirectness in evidence interpretation." ] ] [ fhir:code [ fhir:v "moderate" ] ; fhir:display [ fhir:v "Moderate quality match between observed and intended variable" ] ; fhir:definition [ fhir:v "Moderate matching quality between observed and intended variable, so serious concern for indirectness in evidence interpretation." ] ] [ fhir:code [ fhir:v "high" ] ; fhir:display [ fhir:v "High quality match between observed and intended variable" ] ; fhir:definition [ fhir:v "High matching quality between observed and intended variable, so little concern for indirectness in evidence interpretation." ] ] [ fhir:code [ fhir:v "exact" ] ; fhir:display [ fhir:v "Exact match between observed and intended variable" ] ; fhir:definition [ fhir:v "Exact matching quality between observed and intended variable, so no concern for indirectness in evidence interpretation." ] ] ) . # # -------------------------------------------------------------------------------------