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.1-current 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 2025-10-06 |
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:PlanDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "CCG-patient-plans-example"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-patient-plans"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-patient-plans> ] )
] ; #
fhir:text [
fhir:status [ fhir:v "extensions" ] ;
fhir: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-patient-plans-example</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-patient-plans-example.html\">CCG-patient-plans-example</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.1-current</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\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;\">2025-10-06 12:07: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\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-ccg-folder-Diabetes.html\">CCG Folder example 1 - e.g. Diabetes</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-ccg-folder-Hypertension.html\">CCG Folder example 2 - e.g. Hypertension</a><br/>\n \n \n \n </td>\n </tr>\n \n </table>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral
] ; #
fhir:url [ fhir:v "http://example.org/fhir/PlanDefinition/CCG-patient-plans-example"^^xsd:anyURI] ; #
fhir:version [ fhir:v "1.0.1-current"] ; #
fhir:type [
( fhir:coding [
fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/plan-definition-type"^^xsd:anyURI ] ;
fhir:code [ fhir:v "clinical-protocol" ] ] )
] ; #
fhir:status [ fhir:v "active"] ; #
fhir:date [ fhir:v "2025-10-06T12:07:55+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "IHE QRPH Technical Committee"] ; #
fhir:contact ( [
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.ihe.net/ihe_domains/quality_research_and_public_health/" ] ] )
] [
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "qrph@ihe.net" ] ] )
] [
fhir:name [ fhir:v "IHE QRPH Technical Committee" ] ;
( fhir:telecom [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "qrph@ihe.net" ] ] )
] ) ; #
fhir:jurisdiction ( [
( fhir:coding [
fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
fhir:code [ fhir:v "001" ] ] )
] ) ; #
fhir:action ( [
fhir:definition [
a fhir:canonical ;
fhir:v "https://example.org/fhir/PlanDefinition/ccg-folder-Diabetes"^^xsd:anyURI ;
fhir:link <https://example.org/fhir/PlanDefinition/ccg-folder-Diabetes> ]
] [
fhir:definition [
a fhir:canonical ;
fhir:v "https://example.org/fhir/PlanDefinition/ccg-folder-Hypertension"^^xsd:anyURI ;
fhir:link <https://example.org/fhir/PlanDefinition/ccg-folder-Hypertension> ]
] ) . #
IG © 2025+ IHE QRPH Technical Committee. Package ihe.qrph.ccg#1.0.1-current based on FHIR 4.0.1. Generated 2025-10-06
Links: Table of Contents |
QA Report
| New Issue | Issues
Version History |
|
Propose a change