Computable Care Guidelines
1.0.0 - Trial-Implementation
Computable Care Guidelines, published by IHE QRPH Technical Committee. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/QRPH.CCG/ and changes regularly. See the Directory of published versions
Active as of 2024-11-18 |
{
"resourceType" : "PlanDefinition",
"id" : "ccg-folder-Hypertension",
"meta" : {
"profile" : [
🔗 "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-folder"
]
},
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n<div>\n <table class=\"grid dict\">\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">ccg-folder-Hypertension</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Url: </b></th>\n <td style=\"padding-left: 4px;\"><a href=\"PlanDefinition-ccg-folder-Hypertension.html\">CCG Folder example 2 - e.g. Hypertension</a></td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Version: </b></th>\n <td style=\"padding-left: 4px;\">1.0.0</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">CCG Folder example 2 - e.g. Hypertension</td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Experimental: </b></th>\n <td style=\"padding-left: 4px;\">true</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Type: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p style=\"margin-bottom: 5px;\">\n <b>system: </b> <span><a href=\"http://terminology.hl7.org/6.5.0/CodeSystem-plan-definition-type.html\">http://terminology.hl7.org/CodeSystem/plan-definition-type</a></span>\n </p>\n \n \n <p style=\"margin-bottom: 5px;\">\n <b>code: </b> <span>clinical-protocol</span>\n </p>\n \n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Date: </b></th>\n <td style=\"padding-left: 4px;\">2024-11-18 17:56:55+0000</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher: </b></th>\n <td style=\"padding-left: 4px;\">IHE QRPH Technical Committee</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>IHE CCG Folder example e.g. Hypertension</p>\n</div></td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Jurisdiction: </b></th>\n <td style=\"padding-left: 4px;\">001</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Actions: </b></th>\n <td style=\"padding-left: 4px;\">\n <table class=\"grid-dict\">\n \n <tr>\n <td>\n \n <b> :</b> \n \n <br/>\n \n \n \n \n <b>Then:</b> <i>Definition:</i> <a href=\"PlanDefinition-card-example-reqref.html\">CCG CARD example - recommend referral order</a><br/>\n \n \n \n </td>\n </tr>\n \n <tr>\n <td>\n \n <b> :</b> \n \n <br/>\n \n \n \n \n <b>Then:</b> <i>Definition:</i> <a href=\"PlanDefinition-card-example-collect.html\">CCG CARD example - collect information</a><br/>\n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"
},
"url" : "https://example.org/fhir/PlanDefinition/ccg-folder-Hypertension",
"version" : "1.0.0",
"name" : "ExampleCCGFolder1",
"title" : "CCG Folder example 2 - e.g. Hypertension",
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
"code" : "clinical-protocol"
}
]
},
"status" : "active",
"experimental" : true,
"date" : "2024-11-18T17:56:55+00:00",
"publisher" : "IHE QRPH Technical Committee",
"contact" : [
{
"telecom" : [
{
"system" : "url",
"value" : "https://www.ihe.net/ihe_domains/quality_research_and_public_health/"
}
]
},
{
"telecom" : [
{
"system" : "email",
"value" : "qrph@ihe.net"
}
]
},
{
"name" : "IHE QRPH Technical Committee",
"telecom" : [
{
"system" : "email",
"value" : "qrph@ihe.net"
}
]
}
],
"description" : "IHE CCG Folder example e.g. Hypertension",
"jurisdiction" : [
{
"coding" : [
{
"system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code" : "001"
}
]
}
],
"action" : [
{
"definitionCanonical" : "http://example.org/PlanDefinition/card-example-reqref"
},
{
"definitionCanonical" : "http://example.org/PlanDefinition/card-example-collect"
}
]
}