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 2024-11-26 |
@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:ActivityDefinition ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "activity-example-collectinformation-ad"] ; #
fhir:meta [
( fhir:profile [
fhir:v "https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-collect-ad"^^xsd:anyURI ;
fhir:link <https://profiles.ihe.net/QRPH/CCG/StructureDefinition/ccg-card-collect-ad> ] [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-collectinformationactivity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-collectinformationactivity> ] [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity> ] )
] ; #
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 \n <tr>\n <th scope=\"row\"><b>Title: </b></th>\n <td style=\"padding-left: 4px;\">Activity Example Collect Information AD</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Id: </b></th>\n <td style=\"padding-left: 4px;\">activity-example-collectinformation-ad</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 <tr>\n <th scope=\"row\">\n <b>\n \n \n \n </b>\n </th>\n <td style=\"padding-left: 4px;\">\n \n <p style=\"margin-bottom: 5px;\">\n <span>urn:oid:2.16.840.1.113883.4.642.40.48.11.2</span>\n </p>\n \n </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>Date (date last changed): </b></th>\n <td style=\"padding-left: 4px;\">2024-11-26 16:34:39+0000</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Publisher (steward): </b></th>\n <td style=\"padding-left: 4px;\">IHE QRPH Technical Committee</td>\n </tr>\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Description: </b></th>\n <td style=\"padding-left: 4px;\"><div><p>IHE CCG Example Activity Definition for a recommendation to collect information (based on HL7 CPG example)</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 <tr>\n <th scope=\"row\"><b>Topic: </b></th>\n <td style=\"padding-left: 4px;\">collect</td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n \n \n\n \n <tr>\n <th scope=\"row\"><b>Code: </b></th>\n <td style=\"padding-left: 4px;\">\n \n \n \n <p><b>system: </b><span><a href=\"http://hl7.org/fhir/uv/cpg/STU2/CodeSystem-cpg-activity-type-cs.html\">http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs</a></span></p>\n \n \n <p><b>code: </b><span>collect-information</span></p>\n \n \n <p><b>display: </b><span>Collect information</span></p>\n \n \n \n \n </td>\n </tr>\n \n\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Kind: </b></th>\n <td style=\"padding-left: 4px;\">Task</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Profile: </b></th>\n <td style=\"padding-left: 4px;\">http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-questionnairetask</td>\n </tr>\n \n\n \n <tr>\n <th scope=\"row\"><b>Intent: </b></th>\n <td style=\"padding-left: 4px;\">proposal</td>\n </tr>\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>doNotPerform: </b></th>\n <td style=\"padding-left: 4px;\">false</td>\n </tr>\n \n\n \n\n \n\n \n\n \n <tr>\n <th scope=\"row\"><b>Dynamic Values: </b></th>\n <td style=\"padding-left: 4px;\">\n <ul>\n \n <li>input.type: <i>(code)</i><br/></li>\n \n <li>input.value: <i>(extension('http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-collectWith').value)</i><br/></li>\n \n </ul>\n </td>\n </tr>\n \n </table>\n</div>\n</div>"^^rdf:XMLLiteral
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "shareable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "computable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [
a fhir:code ;
fhir:v "publishable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-collectWith"^^xsd:anyURI ] ;
fhir:value [
a fhir:canonical ;
fhir:v "http://example.org/Questionnaire/activity-example-collectinformation-questionnaire"^^xsd:anyURI ;
fhir:link <http://example.org/Questionnaire/activity-example-collectinformation-questionnaire> ]
] ) ; #
fhir:url [ fhir:v "http://example.org/fhir/uv/cpg/ActivityDefinition/activity-example-collectinformation-ad"^^xsd:anyURI] ; #
fhir:identifier ( [
fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
fhir:value [ fhir:v "urn:oid:2.16.840.1.113883.4.642.40.48.11.2" ]
] ) ; #
fhir:version [ fhir:v "1.0.1-current"] ; #
fhir:name [ fhir:v "ActivityExampleCollectInformationAD"] ; #
fhir:title [ fhir:v "Activity Example Collect Information AD"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v true] ; #
fhir:date [ fhir:v "2024-11-26T16:34:39+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:description [ fhir:v "IHE CCG Example Activity Definition for a recommendation to collect information (based on HL7 CPG example)"] ; #
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:topic ( [
( fhir:coding [
fhir:system [ fhir:v "https://profiles.ihe.net/QRPH/CCG/CodeSystem/ccg-card-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "collect" ] ] )
] ) ; #
fhir:kind [ fhir:v "Task"] ; #
fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-questionnairetask"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-questionnairetask>
] ; #
fhir:code [
( fhir:coding [
fhir:system [ fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs"^^xsd:anyURI ] ;
fhir:code [ fhir:v "collect-information" ] ;
fhir:display [ fhir:v "Collect information" ] ] )
] ; #
fhir:intent [ fhir:v "proposal"] ; #
fhir:doNotPerform [ fhir:v false] ; #
fhir:dynamicValue ( [
fhir:path [ fhir:v "input.type" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "code" ] ]
] [
fhir:path [ fhir:v "input.value" ] ;
fhir:expression [
fhir:language [ fhir:v "text/cql" ] ;
fhir:expression [ fhir:v "extension('http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-collectWith').value" ] ]
] ) . #
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