FHIR Clinical Guidelines (v1.0.0) (STU1)

This page is part of the Clinical Guidelines (v1.0.0: STU 1) based on FHIR R4. This is the current published version in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

CPGActivityType

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:CodeSystem;
  fhir:nodeRole fhir:treeRoot;
  fhir:Resource.id [ fhir:value "cpg-activity-type"];
  fhir:Resource.meta [
     fhir:Meta.profile [
       fhir:value "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem";
       fhir:index 0;
       fhir:link <http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablecodesystem>     ]
  ];
  fhir:DomainResource.text [
     fhir:Narrative.status [ fhir:value "generated" ];
     fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type 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-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-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-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-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-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-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-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-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-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-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-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-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-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-report-flag\"> </a></td><td>Report a flag</td><td>The activity of reporting or recording a particular flag</td></tr></table></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:CodeSystem.url [ fhir:value "http://hl7.org/fhir/uv/cpg/CodeSystem/cpg-activity-type"];
  fhir:CodeSystem.version [ fhir:value "1.0.0"];
  fhir:CodeSystem.name [ fhir:value "CPGActivityType"];
  fhir:CodeSystem.title [ fhir:value "CPG Activity Type"];
  fhir:CodeSystem.status [ fhir:value "draft"];
  fhir:CodeSystem.experimental [ fhir:value "false"^^xsd:boolean];
  fhir:CodeSystem.date [ fhir:value "2019-05-08"^^xsd:date];
  fhir:CodeSystem.publisher [ fhir:value "Health Level 7 International - Clinical Decision Support WG"];
  fhir:CodeSystem.contact [
     fhir:index 0;
     fhir:ContactDetail.telecom [
       fhir:index 0;
       fhir:ContactPoint.system [ fhir:value "url" ];
       fhir:ContactPoint.value [ fhir:value "http://www.hl7.org/Special/committees/dss/index.cfm" ]     ]
  ];
  fhir:CodeSystem.description [ fhir:value "A type of activity that can be performed as part of the delivery of guideline-based care."];
  fhir:CodeSystem.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:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean];
  fhir:CodeSystem.valueSet [
     fhir:value "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-activity-type";
     fhir:link <http://hl7.org/fhir/uv/cpg/ValueSet/cpg-activity-type>
  ];
  fhir:CodeSystem.content [ fhir:value "complete"];
  fhir:CodeSystem.concept [
     fhir:index 0;
     fhir:CodeSystem.concept.code [ fhir:value "send-message" ];
     fhir:CodeSystem.concept.display [ fhir:value "Send a message" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of communicating a particular message to a patient" ]
  ], [
     fhir:index 1;
     fhir:CodeSystem.concept.code [ fhir:value "collect-information" ];
     fhir:CodeSystem.concept.display [ fhir:value "Collect information" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task of collecting information from a patient using a specified questionnaire" ]
  ], [
     fhir:index 2;
     fhir:CodeSystem.concept.code [ fhir:value "order-medication" ];
     fhir:CodeSystem.concept.display [ fhir:value "Order a medication" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task of ordering or prescribing a particular medication to a patient" ]
  ], [
     fhir:index 3;
     fhir:CodeSystem.concept.code [ fhir:value "dispense-medication" ];
     fhir:CodeSystem.concept.display [ fhir:value "Dispense a medication" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task of dispensing a particular medication to a patient" ]
  ], [
     fhir:index 4;
     fhir:CodeSystem.concept.code [ fhir:value "administer-medication" ];
     fhir:CodeSystem.concept.display [ fhir:value "Administer a medication" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task of administering a particular medication to a patient" ]
  ], [
     fhir:index 5;
     fhir:CodeSystem.concept.code [ fhir:value "document-medication" ];
     fhir:CodeSystem.concept.display [ fhir:value "Document a medication" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task of documenting use of a particular medication by a patient" ]
  ], [
     fhir:index 6;
     fhir:CodeSystem.concept.code [ fhir:value "recommend-immunization" ];
     fhir:CodeSystem.concept.display [ fhir:value "Recommend an immunization" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The task of recommending a particular immunization for a patient" ]
  ], [
     fhir:index 7;
     fhir:CodeSystem.concept.code [ fhir:value "order-service" ];
     fhir:CodeSystem.concept.display [ fhir:value "Order a service" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of ordering or performing a particular service" ]
  ], [
     fhir:index 8;
     fhir:CodeSystem.concept.code [ fhir:value "enrollment" ];
     fhir:CodeSystem.concept.display [ fhir:value "Enroll in a pathway or strategy" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of enrolling or unenrolling a patient in a particular pathway or strategy" ]
  ], [
     fhir:index 9;
     fhir:CodeSystem.concept.code [ fhir:value "generate-report" ];
     fhir:CodeSystem.concept.display [ fhir:value "Generate a metric or case report" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of generating a metric, measure, or case report" ]
  ], [
     fhir:index 10;
     fhir:CodeSystem.concept.code [ fhir:value "propose-diagnosis" ];
     fhir:CodeSystem.concept.display [ fhir:value "Propose a diagnosis" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of proposing a particular diagnosis" ]
  ], [
     fhir:index 11;
     fhir:CodeSystem.concept.code [ fhir:value "record-detected-issue" ];
     fhir:CodeSystem.concept.display [ fhir:value "Record a detected issue" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of reporting or recording a specific detected issue" ]
  ], [
     fhir:index 12;
     fhir:CodeSystem.concept.code [ fhir:value "record-inference" ];
     fhir:CodeSystem.concept.display [ fhir:value "Record an inference" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of making and reporting or recording a particular inference" ]
  ], [
     fhir:index 13;
     fhir:CodeSystem.concept.code [ fhir:value "report-flag" ];
     fhir:CodeSystem.concept.display [ fhir:value "Report a flag" ];
     fhir:CodeSystem.concept.definition [ fhir:value "The activity of reporting or recording a particular flag" ]
  ].

# - ontology header ------------------------------------------------------------

 a owl:Ontology;
  owl:imports fhir:fhir.ttl.