This wiki has undergone a migration to Confluence found Here
<meta name="googlebot" content="noindex">

Difference between revisions of "PlanDefinition FHIR Resource Proposal"

From HL7Wiki
Jump to navigation Jump to search
(Created page with "{{subst::Template:FHIR Resource Proposal}}")
 
Line 26: Line 26:
 
* Be consistent with other similar resources
 
* Be consistent with other similar resources
 
  -->
 
  -->
 +
 +
The OrderSet resource represents a pre-defined and approved group of orders related to a particular clinical condition (e.g. hypertension treatment and monitoring) or stage of care (e.g. hospital admission to Coronary Care Unit). The resource captures metadata about the order set, as well as a hierarchical grouping of any number of orderable items.
 +
 +
The OrderSet resource is definitional in nature, it describes a patient-independent set of orders for a particular setting. In addition, the resource allows for behaviors to be defined for each item, as well as for relationships between the items to be defined. Conditional logic describing how the order set is realized with respect to a particular context can be attached using the Library resource.
 +
 +
The intent of the resource is to establish a standard mechanism to enable automated sharing of Order Sets. The resource is a concrete realization of the logical model defined by the [http://www.hl7.org/implement/standards/product_brief.cfm?product_id=337 HL7 Standard: Clinical Decision Support Knowledge Artifact Specification].
  
 
==Owning committee name==
 
==Owning committee name==
  
 
<!-- The name of the committee that is proposed to have responsibility for developing and maintaining the resources. -->
 
<!-- The name of the committee that is proposed to have responsibility for developing and maintaining the resources. -->
[[YourCommitteeName]]
+
[[Clinical_Decision_Support_Workgroup|Clinical Decision Support Work Group]]
 +
 
 
==Committee Approval Date:==
 
==Committee Approval Date:==
 
<i>Please enter the date that the committee approved this Resource proposal</i>
 
<i>Please enter the date that the committee approved this Resource proposal</i>
Line 37: Line 44:
  
 
<!-- Additional work groups that may have an interest in contributing to, or reviewing  the content of the resource (optional) -->
 
<!-- Additional work groups that may have an interest in contributing to, or reviewing  the content of the resource (optional) -->
* Work Group Name
+
*[[Clinical_Quality_Information_Work_Group|Clinical Quality Information Work Group]]
* or link
 
* or "None"
 
  
 
==FHIR Resource Development Project Insight ID==
 
==FHIR Resource Development Project Insight ID==
  
<!-- Please specify the id of your work group’s PSS for doing FHIR work.  (If submitted but not yet approved, just write “pending”.) The link to the PSS template can be found here: http://gforge.hl7.org/gf/download/docmanfileversion/6832/9398/HL7FHIR_DSTUballotPSS-20120529.doc -->
+
[http://www.hl7.org/Special/committees/dss/projects.cfm?action=edit&ProjectNumber=1234 1234: FHIR-Based Clinical Quality Framework (CQF-on-FHIR)]
 +
 
  
 
==Scope of coverage==
 
==Scope of coverage==
Line 57: Line 63:
 
As a rule, resources should encompass all of these aspects.
 
As a rule, resources should encompass all of these aspects.
 
  -->
 
  -->
 +
 +
An OrderSet is a knowledge artifact that enables the representation and sharing of pre-defined orderable items. It differs from a CarePlan in that it is not specific to a given patient, rather it defines a set of orders that can be placed on a patient, resulting in a CarePlan.
 +
 +
OrderSets can be used both within and between healthcare delivery environments, both as part of an orderable catalog, as well as by content providers for sharing and distribution of order sets.
 +
 +
The resource is flexible enough to be used to describe order sets for any discipline and locale.
  
 
==RIM scope==
 
==RIM scope==
Line 76: Line 88:
 
* Have the characteristics of high cohesion & low coupling – need to explore whether coupling is good some places, not elsewhere – layers from Bo’s document  
 
* Have the characteristics of high cohesion & low coupling – need to explore whether coupling is good some places, not elsewhere – layers from Bo’s document  
 
  -->
 
  -->
 +
 +
Order sets are a key component of facilitating placement and fulfillment of orders related to specific conditions and workflows, but management of order sets is often built directly into healthcare delivery systems in a way that prevents sharing of the definitions. In addition, order set content providers often use proprietary formats to distribute their content, resulting in different implementations for each combination of consumer and provider systems.
 +
 +
The Clinical Decision Support Knowledge Artifact Specification provides a standard mechanism for representing Order Sets, and enabling that content to be represented as a FHIR resource will extend the reach of that specification. In addition, defining the content as a FHIR resource will allow implementers to use the FHIR stack and all its associated tooling and specifications to expose the content, effectively enabling another potential role of a FHIR server as Order Set Catalog.
  
 
==Expected implementations==
 
==Expected implementations==
Line 86: Line 102:
  
 
Are there any source specifications that you wish to consult but are concerned about access to or expertise to consider? -->
 
Are there any source specifications that you wish to consult but are concerned about access to or expertise to consider? -->
 +
 +
*[http://www.hl7.org/implement/standards/product_brief.cfm?product_id=391 Clinical Quality Common Metadata Conceptual Model]
 +
*[http://www.hl7.org/implement/standards/product_brief.cfm?product_id=337 Clinical Decision Support Knowledge Artifact Specification]
 +
*[http://www.hl7.org/implement/standards/product_brief.cfm?product_id=287 Order Set Publication]
 +
  
 
==Example Scenarios==
 
==Example Scenarios==
  
 
<!-- Provide a listing of the types of scenarios to be represented in the examples produced for this resource.  They should demonstrate the full scope of the resource and allow exercising of the resources capabilities (full element coverage, inclusion & omission of optional elements, repeating and singleton repeating elements, etc.) -->
 
<!-- Provide a listing of the types of scenarios to be represented in the examples produced for this resource.  They should demonstrate the full scope of the resource and allow exercising of the resources capabilities (full element coverage, inclusion & omission of optional elements, repeating and singleton repeating elements, etc.) -->
 +
 +
===Low Suicide Risk===
 +
When assessing a patient for suicide risk, the actions that should be taken as a result of the assessment is defined as an order set.
  
 
==Resource Relationships==
 
==Resource Relationships==
Line 101: Line 125:
 
Reference to resources is really only relevant at the "same or higher level" (Bo – fix this wording)
 
Reference to resources is really only relevant at the "same or higher level" (Bo – fix this wording)
 
  -->
 
  -->
 +
 +
This resource will make use of the [http://hl7.org/fhir/library.html Library] resource to represent any logic involved in defining the behavior of the order set.
 +
 +
The resource will also make use of the [http://hl7.org/fhir/activitydefinition.html ActivityDefinition] resource to represent the detail for the activities involved in describing the order set.
 +
 +
In addition, the resource makes use of the following common data types:
 +
 +
* [http://hl7.org/fhir/contactdetail.html ContactDetail]
 +
* [http://hl7.org/fhir/contributor.html Contributor]
 +
* [http://hl7.org/fhir/relatedresource.html RelatedResource]
 +
* [http://hl7.org/fhir/usagecontext.html UsageContext]
 +
* [http://hl7.org/fhir/triggerdefinition.html TriggerDefinition]
  
 
==Timelines==
 
==Timelines==
  
 
<!-- Indicate the target date for having the resource complete from a committee perspective and ready for vetting and voting -->
 
<!-- Indicate the target date for having the resource complete from a committee perspective and ready for vetting and voting -->
 +
 +
September 2016 Ballot Cycle in support of the [http://hl7.org/fhir/cqif/cqif.html CQF IG].
  
 
==gForge Users==
 
==gForge Users==
  
 
<!-- Identify the userids who will require commit access to gForge to maintain the resource.  (Ensure all users have registered for gForge.) -->
 
<!-- Identify the userids who will require commit access to gForge to maintain the resource.  (Ensure all users have registered for gForge.) -->
 +
brynrhodes
  
 
==When Resource Proposal Is Complete==
 
==When Resource Proposal Is Complete==
 
'''When you have completed your proposal, please send an email to [mailto:FMGcontact@HL7.org FMGcontact@HL7.org]'''
 
'''When you have completed your proposal, please send an email to [mailto:FMGcontact@HL7.org FMGcontact@HL7.org]'''

Revision as of 02:56, 6 July 2016



PutProposedResourceNameHere

The OrderSet resource represents a pre-defined and approved group of orders related to a particular clinical condition (e.g. hypertension treatment and monitoring) or stage of care (e.g. hospital admission to Coronary Care Unit). The resource captures metadata about the order set, as well as a hierarchical grouping of any number of orderable items.

The OrderSet resource is definitional in nature, it describes a patient-independent set of orders for a particular setting. In addition, the resource allows for behaviors to be defined for each item, as well as for relationships between the items to be defined. Conditional logic describing how the order set is realized with respect to a particular context can be attached using the Library resource.

The intent of the resource is to establish a standard mechanism to enable automated sharing of Order Sets. The resource is a concrete realization of the logical model defined by the HL7 Standard: Clinical Decision Support Knowledge Artifact Specification.

Owning committee name

Clinical Decision Support Work Group

Committee Approval Date:

Please enter the date that the committee approved this Resource proposal

Contributing or Reviewing Work Groups

FHIR Resource Development Project Insight ID

1234: FHIR-Based Clinical Quality Framework (CQF-on-FHIR)


Scope of coverage

An OrderSet is a knowledge artifact that enables the representation and sharing of pre-defined orderable items. It differs from a CarePlan in that it is not specific to a given patient, rather it defines a set of orders that can be placed on a patient, resulting in a CarePlan.

OrderSets can be used both within and between healthcare delivery environments, both as part of an orderable catalog, as well as by content providers for sharing and distribution of order sets.

The resource is flexible enough to be used to describe order sets for any discipline and locale.

RIM scope

Resource appropriateness

Order sets are a key component of facilitating placement and fulfillment of orders related to specific conditions and workflows, but management of order sets is often built directly into healthcare delivery systems in a way that prevents sharing of the definitions. In addition, order set content providers often use proprietary formats to distribute their content, resulting in different implementations for each combination of consumer and provider systems.

The Clinical Decision Support Knowledge Artifact Specification provides a standard mechanism for representing Order Sets, and enabling that content to be represented as a FHIR resource will extend the reach of that specification. In addition, defining the content as a FHIR resource will allow implementers to use the FHIR stack and all its associated tooling and specifications to expose the content, effectively enabling another potential role of a FHIR server as Order Set Catalog.

Expected implementations

Content sources


Example Scenarios

Low Suicide Risk

When assessing a patient for suicide risk, the actions that should be taken as a result of the assessment is defined as an order set.

Resource Relationships

This resource will make use of the Library resource to represent any logic involved in defining the behavior of the order set.

The resource will also make use of the ActivityDefinition resource to represent the detail for the activities involved in describing the order set.

In addition, the resource makes use of the following common data types:

Timelines

September 2016 Ballot Cycle in support of the CQF IG.

gForge Users

brynrhodes

When Resource Proposal Is Complete

When you have completed your proposal, please send an email to FMGcontact@HL7.org