Clinical Practice Guidelines, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/cqf-recommendations/ and changes regularly. See the Directory of published versions
Active as of 2024-11-21 |
@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:CodeSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "cpg-activity-type-cs"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem cpg-activity-type-cs</b></p><a name=\"cpg-activity-type-cs\"> </a><a name=\"hccpg-activity-type-cs\"> </a><a name=\"cpg-activity-type-cs-en-US\"> </a><p>This case-sensitive code system <code>http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">send-message<a name=\"cpg-activity-type-cs-send-message\"> </a></td><td>Send a message</td><td>The activity of communicating a particular message to a patient</td></tr><tr><td style=\"white-space:nowrap\">collect-information<a name=\"cpg-activity-type-cs-collect-information\"> </a></td><td>Collect information</td><td>The task of collecting information from a patient using a specified questionnaire</td></tr><tr><td style=\"white-space:nowrap\">order-medication<a name=\"cpg-activity-type-cs-order-medication\"> </a></td><td>Order a medication</td><td>The task of ordering or prescribing a particular medication to a patient</td></tr><tr><td style=\"white-space:nowrap\">dispense-medication<a name=\"cpg-activity-type-cs-dispense-medication\"> </a></td><td>Dispense a medication</td><td>The task of dispensing a particular medication to a patient</td></tr><tr><td style=\"white-space:nowrap\">administer-medication<a name=\"cpg-activity-type-cs-administer-medication\"> </a></td><td>Administer a medication</td><td>The task of administering a particular medication to a patient</td></tr><tr><td style=\"white-space:nowrap\">document-medication<a name=\"cpg-activity-type-cs-document-medication\"> </a></td><td>Document a medication</td><td>The task of documenting use of a particular medication by a patient</td></tr><tr><td style=\"white-space:nowrap\">recommend-immunization<a name=\"cpg-activity-type-cs-recommend-immunization\"> </a></td><td>Recommend an immunization</td><td>The task of recommending a particular immunization for a patient</td></tr><tr><td style=\"white-space:nowrap\">order-service<a name=\"cpg-activity-type-cs-order-service\"> </a></td><td>Order a service</td><td>The activity of ordering or performing a particular service</td></tr><tr><td style=\"white-space:nowrap\">enrollment<a name=\"cpg-activity-type-cs-enrollment\"> </a></td><td>Enroll in a pathway or strategy</td><td>The activity of enrolling or unenrolling a patient in a particular pathway or strategy</td></tr><tr><td style=\"white-space:nowrap\">generate-report<a name=\"cpg-activity-type-cs-generate-report\"> </a></td><td>Generate a metric or case report</td><td>The activity of generating a metric, measure, or case report</td></tr><tr><td style=\"white-space:nowrap\">propose-diagnosis<a name=\"cpg-activity-type-cs-propose-diagnosis\"> </a></td><td>Propose a diagnosis</td><td>The activity of proposing a particular diagnosis</td></tr><tr><td style=\"white-space:nowrap\">record-detected-issue<a name=\"cpg-activity-type-cs-record-detected-issue\"> </a></td><td>Record a detected issue</td><td>The activity of reporting or recording a specific detected issue</td></tr><tr><td style=\"white-space:nowrap\">record-inference<a name=\"cpg-activity-type-cs-record-inference\"> </a></td><td>Record an inference</td><td>The activity of making and reporting or recording a particular inference</td></tr><tr><td style=\"white-space:nowrap\">report-flag<a name=\"cpg-activity-type-cs-report-flag\"> </a></td><td>Report a flag</td><td>The activity of reporting or recording a particular flag</td></tr><tr><td style=\"white-space:nowrap\">stop-activity<a name=\"cpg-activity-type-cs-stop-activity\"> </a></td><td>Stop (discontinue) an activity in progress</td><td>The activity of stopping (discontinuing) an activity that is currently in progress</td></tr><tr><td style=\"white-space:nowrap\">hold-activity<a name=\"cpg-activity-type-cs-hold-activity\"> </a></td><td>Hold an activity in progress</td><td>The activity of holding an activity that is currently in progress</td></tr><tr><td style=\"white-space:nowrap\">resume-activity<a name=\"cpg-activity-type-cs-resume-activity\"> </a></td><td>Resume an activity currently on hold</td><td>The activity of resuming an activity that is currently on hold</td></tr></table></div>"
] ; #
fhir:extension ( [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "shareable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "computable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability"^^xsd:anyURI ] ;
fhir:value [ fhir:v "publishable" ]
] [
fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
fhir:value [ fhir:v "cds" ]
] ) ; #
fhir:url [ fhir:v "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type-cs"^^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.16.3" ]
] ) ; #
fhir:version [ fhir:v "2.0.0"] ; #
fhir:name [ fhir:v "CPGActivityTypeCS"] ; #
fhir:title [ fhir:v "CPG Activity Type Code System"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:experimental [ fhir:v "false"^^xsd:boolean] ; #
fhir:date [ fhir:v "2024-11-21T04:10:48+00:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "HL7 International / Clinical Decision Support"] ; #
fhir:contact ( [
fhir:name [ fhir:v "HL7 International / Clinical Decision Support" ] ;
( fhir:telecom [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "http://www.hl7.org/Special/committees/dss" ] ] )
] ) ; #
fhir:description [ fhir:v "A type of activity that can be performed as part of the delivery of guideline-based care."] ; #
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:display [ fhir:v "World" ] ] )
] ) ; #
fhir:caseSensitive [ fhir:v "true"^^xsd:boolean] ; #
fhir:valueSet [
fhir:v "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-activity-type-vs"^^xsd:anyURI ;
fhir:link <http://hl7.org/fhir/uv/cpg/ValueSet/cpg-activity-type-vs>
] ; #
fhir:content [ fhir:v "complete"] ; #
fhir:count [ fhir:v "17"^^xsd:nonNegativeInteger] ; #
fhir:concept ( [
fhir:code [ fhir:v "send-message" ] ;
fhir:display [ fhir:v "Send a message" ] ;
fhir:definition [ fhir:v "The activity of communicating a particular message to a patient" ]
] [
fhir:code [ fhir:v "collect-information" ] ;
fhir:display [ fhir:v "Collect information" ] ;
fhir:definition [ fhir:v "The task of collecting information from a patient using a specified questionnaire" ]
] [
fhir:code [ fhir:v "order-medication" ] ;
fhir:display [ fhir:v "Order a medication" ] ;
fhir:definition [ fhir:v "The task of ordering or prescribing a particular medication to a patient" ]
] [
fhir:code [ fhir:v "dispense-medication" ] ;
fhir:display [ fhir:v "Dispense a medication" ] ;
fhir:definition [ fhir:v "The task of dispensing a particular medication to a patient" ]
] [
fhir:code [ fhir:v "administer-medication" ] ;
fhir:display [ fhir:v "Administer a medication" ] ;
fhir:definition [ fhir:v "The task of administering a particular medication to a patient" ]
] [
fhir:code [ fhir:v "document-medication" ] ;
fhir:display [ fhir:v "Document a medication" ] ;
fhir:definition [ fhir:v "The task of documenting use of a particular medication by a patient" ]
] [
fhir:code [ fhir:v "recommend-immunization" ] ;
fhir:display [ fhir:v "Recommend an immunization" ] ;
fhir:definition [ fhir:v "The task of recommending a particular immunization for a patient" ]
] [
fhir:code [ fhir:v "order-service" ] ;
fhir:display [ fhir:v "Order a service" ] ;
fhir:definition [ fhir:v "The activity of ordering or performing a particular service" ]
] [
fhir:code [ fhir:v "enrollment" ] ;
fhir:display [ fhir:v "Enroll in a pathway or strategy" ] ;
fhir:definition [ fhir:v "The activity of enrolling or unenrolling a patient in a particular pathway or strategy" ]
] [
fhir:code [ fhir:v "generate-report" ] ;
fhir:display [ fhir:v "Generate a metric or case report" ] ;
fhir:definition [ fhir:v "The activity of generating a metric, measure, or case report" ]
] [
fhir:code [ fhir:v "propose-diagnosis" ] ;
fhir:display [ fhir:v "Propose a diagnosis" ] ;
fhir:definition [ fhir:v "The activity of proposing a particular diagnosis" ]
] [
fhir:code [ fhir:v "record-detected-issue" ] ;
fhir:display [ fhir:v "Record a detected issue" ] ;
fhir:definition [ fhir:v "The activity of reporting or recording a specific detected issue" ]
] [
fhir:code [ fhir:v "record-inference" ] ;
fhir:display [ fhir:v "Record an inference" ] ;
fhir:definition [ fhir:v "The activity of making and reporting or recording a particular inference" ]
] [
fhir:code [ fhir:v "report-flag" ] ;
fhir:display [ fhir:v "Report a flag" ] ;
fhir:definition [ fhir:v "The activity of reporting or recording a particular flag" ]
] [
fhir:code [ fhir:v "stop-activity" ] ;
fhir:display [ fhir:v "Stop (discontinue) an activity in progress" ] ;
fhir:definition [ fhir:v "The activity of stopping (discontinuing) an activity that is currently in progress" ]
] [
fhir:code [ fhir:v "hold-activity" ] ;
fhir:display [ fhir:v "Hold an activity in progress" ] ;
fhir:definition [ fhir:v "The activity of holding an activity that is currently in progress" ]
] [
fhir:code [ fhir:v "resume-activity" ] ;
fhir:display [ fhir:v "Resume an activity currently on hold" ] ;
fhir:definition [ fhir:v "The activity of resuming an activity that is currently on hold" ]
] ) . #
IG © 2023+ HL7 International / Clinical Decision Support. Package hl7.fhir.uv.cpg#2.0.0 based on FHIR 4.0.1. Generated 2024-11-21
Links: Table of Contents |
QA Report
| Version History |
|
Propose a change