Clinical Practice Guidelines, published by 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
Formats: Narrative, XML, JSON, Turtle
Raw ttl
@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:ActivityDefinition;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "activity-example-donotsendmessage"];
fhir:Resource.meta [
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity";
fhir:index 0;
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-computableactivity> ]
];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "extensions" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></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 \"activity-example-donotsendmessage\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-cpg-computableactivity.html\">CPGComputableActivityDefinition</a></p></div><p><b>knowledgeCapability</b>: shareable</p><p><b>knowledgeCapability</b>: computable</p><p><b>knowledgeCapability</b>: publishable</p><p><b>knowledgeRepresentationLevel</b>: structured</p><p><b>url</b>: <code>http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-donotsendmessage</code></p><p><b>version</b>: 1.0.0</p><p><b>name</b>: ActivityExampleDoNotSendMessage</p><p><b>title</b>: Activity Example Do Not Send Message</p><p><b>status</b>: draft</p><p><b>experimental</b>: true</p><p><b>date</b>: 2022-02-02T20:41:50Z</p><p><b>publisher</b>: HL7 International - Clinical Decision Support WG</p><p><b>description</b>: Example Activity Definition for a recommendation not to send a message</p><p><b>jurisdiction</b>: World <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (m49.htm#001)</span></p><p><b>kind</b>: CommunicationRequest</p><p><b>profile</b>: <a href=\"StructureDefinition-cpg-communicationrequest.html\">CPGCommunicationRequest</a></p><p><b>code</b>: Send a message <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"CodeSystem-cpg-activity-type.html\">CPG Activity Type</a>#send-message)</span></p><p><b>doNotPerform</b>: true</p><blockquote><p><b>dynamicValue</b></p><p><b>path</b>: status</p></blockquote></div>"
];
fhir:DomainResource.extension [
fhir:index 0;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
fhir:Extension.valueCode [ fhir:value "shareable" ]
], [
fhir:index 1;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
fhir:Extension.valueCode [ fhir:value "computable" ]
], [
fhir:index 2;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability" ];
fhir:Extension.valueCode [ fhir:value "publishable" ]
], [
fhir:index 3;
fhir:Extension.url [ fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel" ];
fhir:Extension.valueCode [ fhir:value "structured" ]
];
fhir:ActivityDefinition.url [ fhir:value "http://hl7.org/fhir/uv/cpg/ActivityDefinition/activity-example-donotsendmessage"];
fhir:ActivityDefinition.version [ fhir:value "1.0.0"];
fhir:ActivityDefinition.name [ fhir:value "ActivityExampleDoNotSendMessage"];
fhir:ActivityDefinition.title [ fhir:value "Activity Example Do Not Send Message"];
fhir:ActivityDefinition.status [ fhir:value "draft"];
fhir:ActivityDefinition.experimental [ fhir:value "true"^^xsd:boolean];
fhir:ActivityDefinition.date [ fhir:value "2022-02-02T20:41:50+00:00"^^xsd:dateTime];
fhir:ActivityDefinition.publisher [ fhir:value "HL7 International - Clinical Decision Support WG"];
fhir:ActivityDefinition.description [ fhir:value "Example Activity Definition for a recommendation not to send a message"];
fhir:ActivityDefinition.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://unstats.un.org/unsd/methods/m49/m49.htm" ];
fhir:Coding.code [ fhir:value "001" ];
fhir:Coding.display [ fhir:value "World" ] ]
];
fhir:ActivityDefinition.kind [ fhir:value "CommunicationRequest"];
fhir:ActivityDefinition.profile [
fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest";
fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-communicationrequest>
];
fhir:ActivityDefinition.code [
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type" ];
fhir:Coding.code [ fhir:value "send-message" ];
fhir:Coding.display [ fhir:value "Send a message" ] ]
];
fhir:ActivityDefinition.doNotPerform [ fhir:value "true"^^xsd:boolean];
fhir:ActivityDefinition.dynamicValue [
fhir:index 0;
fhir:ActivityDefinition.dynamicValue.path [ fhir:value "status" ];
fhir:ActivityDefinition.dynamicValue.expression [
fhir:Expression.language [ fhir:value "text/cql" ];
fhir:Expression.expression [ fhir:value "'draft'" ] ]
].
# - ontology header ------------------------------------------------------------
a owl:Ontology;
owl:imports fhir:fhir.ttl.