Clinical Practice Guidelines (CPG) on EBMonFHIR
1.0.2 - qa-preview
This page is part of the CPG-on-EBMonFHIR Implementation Guide (1.0.2).
Draft as of 2022-09-06 |
{
"resourceType" : "ValueSet",
"id" : "vs-rating-consensus",
"meta" : {
"profile" : [
🔗 "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablevalueset"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet vs-rating-consensus</b></p><a name=\"vs-rating-consensus\"> </a><a name=\"hcvs-rating-consensus\"> </a><a name=\"vs-rating-consensus-en-US\"> </a><ul><li>Include these codes as defined in <a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-recommendation-strength.html\"><code>http://terminology.hl7.org/CodeSystem/recommendation-strength</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-recommendation-strength.html#recommendation-strength-strong\">strong</a></td><td>Strong</td><td>Strong recommendation.</td></tr><tr><td><a href=\"http://terminology.hl7.org/6.0.2/CodeSystem-recommendation-strength.html#recommendation-strength-weak\">weak</a></td><td>Weak</td><td>Weak recommendation.</td></tr></table></li></ul></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" : "https://www.netzwerk-universitaetsmedizin.de/fhir/cpg-on-ebm-on-fhir/ValueSet/vs-rating-consensus",
"version" : "0.1.1",
"name" : "RatingConsensus",
"title" : "Rating Consensus",
"status" : "draft",
"date" : "2022-09-06",
"publisher" : "Netzwerk Universitätsmedizin (NUM)",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.netzwerk-universitaetsmedizin.de"
}
]
}
],
"description" : "Degree of consensus reached",
"compose" : {
"include" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/recommendation-strength",
"concept" : [
{
"code" : "strong",
"display" : "Strong"
},
{
"code" : "weak",
"display" : "Weak"
}
]
}
]
}
}