FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.xver-r4b.r4.r4b
Resource TypeCodeSystem
IdCodeSystem-directness.json
FHIR VersionR4B

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

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

Code Display Definition
low Low quality match between observed and intended variable Low matching quality between observed and intended variable, so very serious concern for indirectness in evidence interpretation.
moderate Moderate quality match between observed and intended variable Moderate matching quality between observed and intended variable, so serious concern for indirectness in evidence interpretation.
high High quality match between observed and intended variable High matching quality between observed and intended variable, so little concern for indirectness in evidence interpretation.
exact Exact match between observed and intended variable Exact matching quality between observed and intended variable, so no concern for indirectness in evidence interpretation.

Source1

{
  "resourceType": "CodeSystem",
  "id": "directness",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode": "trial-use"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 1
    },
    {
      "extension": [
        {
          "url": "packageId",
          "valueId": "hl7.fhir.uv.xver-r4b.r4"
        },
        {
          "url": "version",
          "valueString": "0.0.1-snapshot-2"
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/package-source"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://terminology.hl7.org/CodeSystem/directness",
  "version": "4.3.0",
  "name": "EvidenceDirectness",
  "title": "EvidenceDirectness",
  "status": "draft",
  "experimental": false,
  "date": "2020-12-28T15:55:11+10:00",
  "publisher": "Clinical Decision Support",
  "contact": [
    {
      "name": "Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "The quality of how direct the match is.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/directness",
  "content": "complete",
  "concept": [
    {
      "code": "low",
      "display": "Low quality match between observed and intended variable",
      "definition": "Low matching quality between observed and intended variable, so very serious concern for indirectness in evidence interpretation."
    },
    {
      "code": "moderate",
      "display": "Moderate quality match between observed and intended variable",
      "definition": "Moderate matching quality between observed and intended variable, so serious concern for indirectness in evidence interpretation."
    },
    {
      "code": "high",
      "display": "High quality match between observed and intended variable",
      "definition": "High matching quality between observed and intended variable, so little concern for indirectness in evidence interpretation."
    },
    {
      "code": "exact",
      "display": "Exact match between observed and intended variable",
      "definition": "Exact matching quality between observed and intended variable, so no concern for indirectness in evidence interpretation."
    }
  ]
}