Clinical Practice Guidelines, published by HL7 International - Clinical Decision Support WG. This is not an authorized publication; it is the continuous build for version 1.0.0). This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions
: request-ci-scenario2 - TTL Representation
Raw ttl | Download
@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:Task ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "request-ci-scenario2"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Task</b><a name=\"request-ci-scenario2\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Task "request-ci-scenario2" </p></div><p><b>instantiatesCanonical</b>: <a href=\"ActivityDefinition-activity-example-collectinformation-ad.html\">ActivityExampleCollectInformationAD</a></p><p><b>status</b>: draft</p><p><b>intent</b>: proposal</p><p><b>code</b>: Collect information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-activity-type-cs.html\">CPG Activity Type Code System</a>#collect-information)</span></p><p><b>for</b>: <a href=\"Patient-ci-scenario2-patient.html\">Patient/ci-scenario2-patient</a> " PATIENT"</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>Collect information <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-activity-type-cs.html\">CPG Activity Type Code System</a>#collect-information)</span></td><td><a href=\"Questionnaire-activity-example-collectinformation-questionnaire.html\">ActivityExampleCollectInformationQuestionnaire</a></td></tr></table></div>"
] ; #
fhir:instantiatesCanonical [
fhir:v "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-collectinformation-ad"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-collectinformation-ad>
] ; #
fhir:status [ fhir:v "draft"] ; #
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/ci-scenario2-patient" ]
] ; #
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 "http://example.org/Questionnaire/activity-example-collectinformation-questionnaire"^^xsd:anyURI ;
fhir:link <http://example.org/Questionnaire/activity-example-collectinformation-questionnaire> ]
] ) . #