This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Formats: Narrative, XML, JSON, Turtle
Raw json
{
"resourceType" : "CodeSystem",
"id" : "cpg-casefeature-pertinence",
"meta" : {
"profile" : [
"http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-casefeature-pertinence 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\">weakly-positive<a name=\"cpg-casefeature-pertinence-weakly-positive\"> </a></td><td>Weakly Positive</td><td>The case feature has weak positive pertinence to the case</td></tr><tr><td style=\"white-space:nowrap\">weakly-negative<a name=\"cpg-casefeature-pertinence-weakly-negative\"> </a></td><td>Weakly Negative</td><td>The case feature has weak negative pertinence to the case</td></tr><tr><td style=\"white-space:nowrap\">strongly-positive<a name=\"cpg-casefeature-pertinence-strongly-positive\"> </a></td><td>Strongly Positive</td><td>The case feature has strong positive pertinence to the case</td></tr><tr><td style=\"white-space:nowrap\">strongly-negative<a name=\"cpg-casefeature-pertinence-strongly-negative\"> </a></td><td>Strongly Negative</td><td>The case feature has strong negative pertinence to the case</td></tr><tr><td style=\"white-space:nowrap\">pathognomonic<a name=\"cpg-casefeature-pertinence-pathognomonic\"> </a></td><td>Pathognomonic</td><td>The case feature is pathognomonic for the case</td></tr></table></div>"
},
"extension" : [
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode" : "shareable"
},
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode" : "computable"
},
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
"valueCode" : "publishable"
},
{
"url" : "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
"valueCode" : "structured"
}
],
"url" : "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-casefeature-pertinence",
"version" : "1.0.0",
"name" : "CPGCaseFeaturePertinence",
"title" : "CPG Case Feature Pertinence",
"status" : "draft",
"experimental" : false,
"date" : "2019-05-08",
"publisher" : "Health Level 7 International - Clinical Decision Support WG",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "http://www.hl7.org/Special/committees/dss/index.cfm"
}
]
}
],
"description" : "The pertinence of a case feature relative to a case, guideline, pathway, strategy, or recommendation.",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001",
"display" : "World"
}
]
}
],
"caseSensitive" : true,
"valueSet" : "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-casefeature-pertinence",
"content" : "complete",
"concept" : [
{
"code" : "weakly-positive",
"display" : "Weakly Positive",
"definition" : "The case feature has weak positive pertinence to the case"
},
{
"code" : "weakly-negative",
"display" : "Weakly Negative",
"definition" : "The case feature has weak negative pertinence to the case"
},
{
"code" : "strongly-positive",
"display" : "Strongly Positive",
"definition" : "The case feature has strong positive pertinence to the case"
},
{
"code" : "strongly-negative",
"display" : "Strongly Negative",
"definition" : "The case feature has strong negative pertinence to the case"
},
{
"code" : "pathognomonic",
"display" : "Pathognomonic",
"definition" : "The case feature is pathognomonic for the case"
}
]
}