Difference between revisions of "PCC-2"

From IHE Wiki
Jump to navigation Jump to search
m
m
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Query Problems and Allergies ===
+
===PCC-2===
This section corresponds to Transaction PCC-2 of the IHE Patient Care Coordination Technical Framework.  Transaction Query Problems and Allergies is used by the Clinical Data Consumer and Problem and Allergy Data Repository Actors.
+
''The functionality of this transaction was incorporated into {{ILink|PCC-2|PCC-1}} as a result of a Change ProposalThis transaction is now reserved.''
 
 
Transaction Query Problems and Allergies uses the same pattern as transaction {{ILink|PCC-2|PCC-1}}.  Therefore, the {{ILink|PCC-2|PCC-1_referenced_standards|Referenced Standards}} and {{ILink|PCC-2|PCC-1_interaction_diagrams|Interaction Diagrams}} sections of that transaction also serve to document the standards and interactions used in this transaction.  Information specific to this transaction is described in futher detail below in the section on [[#Domain Content|Domain Content]].
 
 
 
==== Use Case Roles ====
 
{{Use Case Roles
 
|Clinical Data Consumer|Requests a list of problems or allergies for a given patient matching a minimal set of selection criteria from the Problem and Allergy Repository.
 
:;Cooresponding HL7 Version 3 Application Roles:Care Record Query Placer ([http://www.hl7.org/v3ballot/html/domains/uvpc/uvpc_CareRecordQuery.htm#QUPC_AR004030UV-ar QUPC_AR004030UV])<br/>Query by Parameter Placer ([http://www.hl7.org/v3ballot/html/domains/uvqi/uvqi_QueryByParameter.htm#QUQI_AR000001UV01-ar QUQI_AR000001UV01])
 
|Problem and Allergy Data Repository|Returns problems or allergy entries for a given patient matching the selection criteria supplied by the Clinical Data Consumer.
 
:;Cooresponding HL7 Version 3 Application Roles: Care Record Query Fulfiller  ([http://www.hl7.org/v3ballot/html/domains/uvpc/uvpc_CareRecordQuery.htm#QUPC_AR004040UV-ar QUPC_AR004040UV])<br/>Query by Parameter Fulfiller ([http://www.hl7.org/v3ballot/html/domains/uvqi/uvqi_QueryByParameter.htm#QUQI_AR000002UV01-ar QUQI_AR000002UV01])
 
 
 
|Tx=Query Problems and Allergies}}
 
 
 
==== Domain Content ====
 
This section lists the requirements specific to the Query Problems and Allergies transaction. 
 
 
 
{{Note|Implementors of a Problems and Allergies Data Repository Actor, or a Clinical Data Consumer Actor shall publish an [http://www.hl7.org/v3ballot/html/infrastructure/conformance/conformance.htm#v3gconfclaims HL7 Conformance Profile] that indicates the vocabularies and code sets that they support for this transaction.}}
 
 
 
===== Get Care Record Profile Query =====
 
====== careProvisionCode ======
 
A Clinical Data Consumer may specify the following values from the HL7 ActCode vocabulary (2.16.840.1.113883.5.4) to obtain the observations listed in the table below.
 
 
 
{{T|Code|Returns|Template Id|Rows=
 
{{R|MEDCCAT|All problem entries|{{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.5|Problem Entry}}}}
 
{{R|ALLGCAT|All allergies|{{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.6|Allergy and Intolerance Entry}} }}
 
{{R|CONDLIST|All Concern Entries|{{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.5.1|Concern Entry}}}}
 
{{R|PROBLIST|All Problem Concerns|{{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.5.2|Problem Concern}}}}
 
{{R|INTOLIST|All Allergy Concerns|{{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.5.3|Allergy and Intolerance Concern}}}}
 
{{R|RISKLIST|All Risks<sup>1</sup>|{{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.5.1|Concern Entry}}}}
 
}}
 
 
 
Note 1: Risks are other concerns that may not be explicitly classified as problem or allergy concerns.
 
 
 
A Clinical Data Consumer Actor may make requests using other codes to obtain information about specific problem, allergy, or risk observations, however, the Problem and Allergy Data Repository Actor need not honor these codes.
 
 
 
One such set of codes that may be used are the problem codes listed in the {{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.5|Problem Entry}}, and reproduced in the table below.
 
{{:1.3.6.1.4.1.19376.1.5.3.1.4.5/Problem Codes}}
 
 
 
Another such set of codes that may be used are from the HL7 [http://www.hl7.org/v3ballot/html/infrastructure/vocabulary/ActCode.htm#ObservationIntoleranceType ObservationIntoleranceType] vocabulary, as used in the {{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.6|Allergy and Intolerance Entry}}.
 
 
 
Additional codes for problems and allergies may be found in SNOMED CT (2.16.840.1.113883.6.96), ICD-9-CM diagnosis codes (2.16.840.1.113883.6.103), MEDCIN (2.16.840.1.113883.6.26), and in other controlled vocabularies.
 
 
 
{{Note|The code value specified in the query may represent a code found in either the &lt;code> or <value> elements of the <observation> element.}}
 
 
 
====== careProvisionReason ======
 
When careProvisionCode is set to INTOLIST, or ALLGCAT from the HL7 ActCode domain (see above), or other values specific to allergies and/or intolerances,  the Clinical Data Consumer may specify the a code identifying a substance in the <value> element of the <careProvisionReason> element to refine the query to  allergies to a particular substanceThe <value> element shall contain a code from a controlled vocabulary that describes a substance.  The Problem and Allergy Data Repository Actor need not honor these codes.
 
 
 
{{Note|Is this a correct use of careProvisionReason?  If not, how could we query for an allergy to a specific substance?  Only SNOMED-CT supports such a statement in a single post-coordinated code, which prevents use of NDC or RxNorm codes to identify the substance. Should we extend the parameterList to support specification of the drug using other codes?|For Public Comment}}
 
 
 
===== Get Care Record Profile Response =====
 
A Problems and Allergies Data Repository Actor shall respond to a query request by returning clinical statements matching the query parameter returned within <pertinentInformation3> data elements. 
 
 
 
The clinical statements that are returned for codes specified in the table above in the section on [[#careProvisionCode|careProvisionCode]] shall conform to the template identifiers shown therein.
 
 
 
A Problems and Allergies Data Repository Actor may respond to query requests using other codes to return information about specific problem, allergy or risk observations.  These observations shall conform to the {{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.5|Problem Entry}} or {{ILink|PCC-2|1.3.6.1.4.1.19376.1.5.3.1.4.6|Allergy and Intolerance Entry}}
 
 
 
==== WSDL Declarations ====
 
{{:PCC-1/WSDL|2|ProblemAndAllergy|Problems and Allergies Signs}}
 

Latest revision as of 10:56, 13 April 2009

PCC-2

The functionality of this transaction was incorporated into PCC-1 as a result of a Change Proposal. This transaction is now reserved.