CPG Example, published by Clinical Quality Framework. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/cqframework/cpg-example/ and changes regularly. See the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
a fhir:Bundle ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "getdatatocollect-return"] ; #
fhir:type [ fhir:v "collection"] ; #
fhir:entry ( [
( fhir:resource [
a fhir:RequestGroup ;
fhir:id [ fhir:v "getdatatocollect-return-y" ] ;
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"RequestGroup_getdatatocollect-return-y\"> </a><p class=\"res-header-id\"><b>Generated Narrative: RequestGroup getdatatocollect-return-y</b></p><a name=\"getdatatocollect-return-y\"> </a><a name=\"hcgetdatatocollect-return-y\"> </a><a name=\"getdatatocollect-return-y-en-US\"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Proposal</p><p><b>subject</b>: <a href=\"Bundle-getdatatocollect-data.html#Patient_Y\">Bundle: type = collection</a></p><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Collect pregnancy status</p><p><b>resource</b>: <a href=\"Bundle-getdatatocollect-return.html#Task_collect-pregnancy-status\">Bundle: type = collection</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Collect past antibiotic use</p><p><b>resource</b>: <a href=\"Bundle-getdatatocollect-return.html#Task_collect-past-antibiotic-use\">Bundle: type = collection</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Collect current meds</p><p><b>resource</b>: <a href=\"Bundle-getdatatocollect-return.html#Task_collect-current-meds\">Bundle: type = collection</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Collect nitrites</p><p><b>resource</b>: <a href=\"Bundle-getdatatocollect-return.html#Task_collect-nitrites\">Bundle: type = collection</a></p></blockquote><blockquote><p><b>action</b></p><p><b>textEquivalent</b>: Collect leukocytes</p><p><b>resource</b>: <a href=\"Bundle-getdatatocollect-return.html#Task_collect-leukocytes\">Bundle: type = collection</a></p></blockquote></div>" ] ;
fhir:status [ fhir:v "active" ] ;
fhir:intent [ fhir:v "proposal" ] ;
fhir:subject [
fhir:reference [ fhir:v "Patient/Y" ] ] ;
( fhir:action [
fhir:textEquivalent [ fhir:v "Collect pregnancy status" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/collect-pregnancy-status" ] ] ] [
fhir:textEquivalent [ fhir:v "Collect past antibiotic use" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/collect-past-antibiotic-use" ] ] ] [
fhir:textEquivalent [ fhir:v "Collect current meds" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/collect-current-meds" ] ] ] [
fhir:textEquivalent [ fhir:v "Collect nitrites" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/collect-nitrites" ] ] ] [
fhir:textEquivalent [ fhir:v "Collect leukocytes" ] ;
fhir:resource [
fhir:reference [ fhir:v "Task/collect-leukocytes" ] ] ] ) ] )
] [
( fhir:resource [
a fhir:Task ;
fhir:id [ fhir:v "collect-pregnancy-status" ] ;
fhir:meta [
( 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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_collect-pregnancy-status\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task collect-pregnancy-status</b></p><a name=\"collect-pregnancy-status\"> </a><a name=\"hccollect-pregnancy-status\"> </a><a name=\"collect-pregnancy-status-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></p><p><b>for</b>: <a href=\"Bundle-getdatatocollect-data.html#Patient_Y\">Bundle: type = collection</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></td><td><a href=\"#hccollect-pregnancy-status/collect-pregnancy-status\">collect-pregnancy-status</a></td></tr></table></div>" ] ;
( fhir:contained [
a fhir:Questionnaire ;
fhir:id [ fhir:v "collect-pregnancy-status" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire> ] ) ] ;
fhir:status [ fhir:v "active" ] ] ) ;
fhir:status [ fhir:v "requested" ] ;
fhir:intent [ fhir:v "proposal" ] ;
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:for [
fhir:reference [ fhir:v "Patient/Y" ] ] ;
( fhir:input [
fhir:type [
( 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:value [ fhir:v "#collect-pregnancy-status"^^xsd:anyURI ] ] ) ] )
] [
( fhir:resource [
a fhir:Task ;
fhir:id [ fhir:v "collect-past-antibiotic-use" ] ;
fhir:meta [
( 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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_collect-past-antibiotic-use\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task collect-past-antibiotic-use</b></p><a name=\"collect-past-antibiotic-use\"> </a><a name=\"hccollect-past-antibiotic-use\"> </a><a name=\"collect-past-antibiotic-use-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></p><p><b>for</b>: <a href=\"Bundle-getdatatocollect-data.html#Patient_Y\">Bundle: type = collection</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></td><td><a href=\"#hccollect-past-antibiotic-use/collect-past-antibiotic-use\">collect-past-antibiotic-use</a></td></tr></table></div>" ] ;
( fhir:contained [
a fhir:Questionnaire ;
fhir:id [ fhir:v "collect-past-antibiotic-use" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire> ] ) ] ;
fhir:status [ fhir:v "active" ] ] ) ;
fhir:status [ fhir:v "requested" ] ;
fhir:intent [ fhir:v "proposal" ] ;
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:for [
fhir:reference [ fhir:v "Patient/Y" ] ] ;
( fhir:input [
fhir:type [
( 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:value [ fhir:v "#collect-past-antibiotic-use"^^xsd:anyURI ] ] ) ] )
] [
( fhir:resource [
a fhir:Task ;
fhir:id [ fhir:v "collect-current-meds" ] ;
fhir:meta [
( 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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_collect-current-meds\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task collect-current-meds</b></p><a name=\"collect-current-meds\"> </a><a name=\"hccollect-current-meds\"> </a><a name=\"collect-current-meds-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></p><p><b>for</b>: <a href=\"Bundle-getdatatocollect-data.html#Patient_Y\">Bundle: type = collection</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></td><td><a href=\"#hccollect-current-meds/collect-current-meds\">collect-current-meds</a></td></tr></table></div>" ] ;
( fhir:contained [
a fhir:Questionnaire ;
fhir:id [ fhir:v "collect-current-meds" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire> ] ) ] ;
fhir:status [ fhir:v "active" ] ] ) ;
fhir:status [ fhir:v "requested" ] ;
fhir:intent [ fhir:v "proposal" ] ;
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:for [
fhir:reference [ fhir:v "Patient/Y" ] ] ;
( fhir:input [
fhir:type [
( 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:value [ fhir:v "#collect-current-meds"^^xsd:anyURI ] ] ) ] )
] [
( fhir:resource [
a fhir:Task ;
fhir:id [ fhir:v "collect-nitrites" ] ;
fhir:meta [
( 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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_collect-nitrites\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task collect-nitrites</b></p><a name=\"collect-nitrites\"> </a><a name=\"hccollect-nitrites\"> </a><a name=\"collect-nitrites-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></p><p><b>for</b>: <a href=\"Bundle-getdatatocollect-data.html#Patient_Y\">Bundle: type = collection</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></td><td><a href=\"#hccollect-nitrites/collect-nitrites\">collect-nitrites</a></td></tr></table></div>" ] ;
( fhir:contained [
a fhir:Questionnaire ;
fhir:id [ fhir:v "collect-nitrites" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire> ] ) ] ;
fhir:status [ fhir:v "active" ] ] ) ;
fhir:status [ fhir:v "requested" ] ;
fhir:intent [ fhir:v "proposal" ] ;
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:for [
fhir:reference [ fhir:v "Patient/Y" ] ] ;
( fhir:input [
fhir:type [
( 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:value [ fhir:v "#collect-nitrites"^^xsd:anyURI ] ] ) ] )
] [
( fhir:resource [
a fhir:Task ;
fhir:id [ fhir:v "collect-leukocytes" ] ;
fhir:meta [
( 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:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><a name=\"Task_collect-leukocytes\"> </a><p class=\"res-header-id\"><b>Generated Narrative: Task collect-leukocytes</b></p><a name=\"collect-leukocytes\"> </a><a name=\"hccollect-leukocytes\"> </a><a name=\"collect-leukocytes-en-US\"> </a><p><b>status</b>: Requested</p><p><b>intent</b>: proposal</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></p><p><b>for</b>: <a href=\"Bundle-getdatatocollect-data.html#Patient_Y\">Bundle: type = collection</a></p><h3>Inputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs collect-information}\">Collect information</span></td><td><a href=\"#hccollect-leukocytes/collect-leukocytes\">collect-leukocytes</a></td></tr></table></div>" ] ;
( fhir:contained [
a fhir:Questionnaire ;
fhir:id [ fhir:v "collect-leukocytes" ] ;
fhir:meta [
( fhir:profile [
fhir:v "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computablequestionnaire> ] ) ] ;
fhir:status [ fhir:v "active" ] ] ) ;
fhir:status [ fhir:v "requested" ] ;
fhir:intent [ fhir:v "proposal" ] ;
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:for [
fhir:reference [ fhir:v "Patient/Y" ] ] ;
( fhir:input [
fhir:type [
( 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:value [ fhir:v "#collect-leukocytes"^^xsd:anyURI ] ] ) ] )
] ) . #
IG © 2024+ Clinical Quality Framework. Package fhir.cqf.cpg.example#0.1.0 based on FHIR 4.0.1. Generated 2024-11-18
Links: Table of Contents |
QA Report
| Version History | License