Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.4.3.1"

From IHE Wiki
Jump to navigation Jump to search
m
m
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{HL7V3|Medication Fulfillment Instructions|1.3.6.1.4.1.19376.1.5.3.1.4.3.1|Comment|
+
{{HL7V3|Medication Fulfillment Instructions|1.3.6.1.4.1.19376.1.5.3.1.4.3.1|Trial|
 
Any medication may be the subject of further instructions to the pharmacist, for example to indicate that it should be labeled in Spanish, et cetera.
 
Any medication may be the subject of further instructions to the pharmacist, for example to indicate that it should be labeled in Spanish, et cetera.
  
Line 12: Line 12:
 
         <templateId root='2.16.840.1.113883.10.20.1.43'/>
 
         <templateId root='2.16.840.1.113883.10.20.1.43'/>
 
         <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.3.1'/>
 
         <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.3.1'/>
         <code code='FINSTRUCT' codeSystem='1.3.6.1.4.1.19376.1.5.3.2'
+
         &lt;code code='FINSTRUCT' codeSystem='1.3.6.1.4.1.19376.1.5.3.2'
 
           codeSystemName='IHEActCode' />
 
           codeSystemName='IHEActCode' />
 
         <text><reference value='#comment-2'/></text>
 
         <text><reference value='#comment-2'/></text>
Line 23: Line 23:
 
}}
 
}}
 
=====<entryRelationship typeCode='SUBJ' inversionInd='true'>=====
 
=====<entryRelationship typeCode='SUBJ' inversionInd='true'>=====
Again, a related statement is made about the medication or immunization. This observation is recorded inside an <entryRelationship> element occurring at the end of the substance administration or supply entry. The containing <entry> is the subject (typeCode='SUBJ') of this new observation, which is the inverse of the normal containment structure, thus inversionInd='true'.
+
Again, a related statement is made about the medication or immunization. In CDA, this observation is recorded inside an <entryRelationship> element occurring at the end of the substance administration or supply entry. The containing <act> is the subject (typeCode='SUBJ') of this new observation, which is the inverse of the normal containment structure, thus inversionInd='true'. For HL7 Version 3 Messages, this relationship is represented with the <sourceOf> element however the semantics, typeCode, and inversionInd remain the same.
 
=====<act classCode='ACT' moodCode='INT'>=====
 
=====<act classCode='ACT' moodCode='INT'>=====
 
The related statement is the intent (moodCode='INT') on how the related entry is to be performed.
 
The related statement is the intent (moodCode='INT') on how the related entry is to be performed.
Line 32: Line 32:
 
{{Note|These values will be sent to HL7 for harmonization with the HL7 Act Vocabulary.}}
 
{{Note|These values will be sent to HL7 for harmonization with the HL7 Act Vocabulary.}}
 
=====<text><reference value='#comment-2'/></text>=====
 
=====<text><reference value='#comment-2'/></text>=====
The <text> element provides a <reference> to the text of the comment in the narrative portion of the document.   The comment itself is not the act being coded, so it appears in the <text> of the <observation>, not as part of the &lt;code>.
+
The <text> element contains a free text representation of the instruction.  For CDA this SHALL contain a provides a <reference>element to thelink text of the comment in the narrative portion of the document. The comment itself is not the act being coded, so it appears in the <text> of the <observation>, not as part of the &lt;code>. For HL7 Version 3 Messages, the full text SHALL be represented here.
 
=====<statusCode code='completed' />=====
 
=====<statusCode code='completed' />=====
 
The code attribute of <statusCode> for all comments must be completed.
 
The code attribute of <statusCode> for all comments must be completed.

Latest revision as of 17:31, 4 September 2007

Development Only

The PCC Wiki Content is used only for development of IHE PCC Content. The Normative content of the PCC Technical Framework and the current supplements can be found at http://www.ihe.net/Technical_Framework/index.cfm#PCC

Trial.gif Medication Fulfillment Instructions 1.3.6.1.4.1.19376.1.5.3.1.4.3.1

Any medication may be the subject of further instructions to the pharmacist, for example to indicate that it should be labeled in Spanish, et cetera.

This structure is included in the target substance administration or supply act using the <entryRelationship> element defined in the CDA Schema. The figure below is an example of recording an instruction for an <entry>, and is used as context for the following sections.

Standards
Pharmacy HL7 Pharmacy Domain (Normative)
Uses

See Templates using Medication Fulfillment Instructions

Specification
Medication Fulfillment Instructions Example

<entry>
 <supply classCode='SPLY' moodCode='EVN'>
         ∶
   <entryRelationship typeCode='SUBJ' inversionInd='true'>
     <act classCode='ACT' moodCode='INT'>
       <templateId root='2.16.840.1.113883.10.20.1.43'/>
       <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.3.1'/>
       <code code='FINSTRUCT' codeSystem='1.3.6.1.4.1.19376.1.5.3.2'
         codeSystemName='IHEActCode' />
       <text><reference value='#comment-2'/></text>
       <statusCode code='completed' />
     </act>
   </entryRelationship>
         ∶
 </supply>
</entry>


<entryRelationship typeCode='SUBJ' inversionInd='true'>

Again, a related statement is made about the medication or immunization. In CDA, this observation is recorded inside an <entryRelationship> element occurring at the end of the substance administration or supply entry. The containing <act> is the subject (typeCode='SUBJ') of this new observation, which is the inverse of the normal containment structure, thus inversionInd='true'. For HL7 Version 3 Messages, this relationship is represented with the <sourceOf> element however the semantics, typeCode, and inversionInd remain the same.

<act classCode='ACT' moodCode='INT'>

The related statement is the intent (moodCode='INT') on how the related entry is to be performed.

<templateId root='2.16.840.1.113883.10.20.1.43'/>
<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.3.1'/>

These <templateId> elements identify this <act> as a medication fulfillment instruction, allowing for validation of the content.

<code code='FINSTRUCT' codeSystem='1.3.6.1.4.1.19376.1.5.3.2' codeSystemName='IHEActCode' />

The <code> element indicates that this is a medication fulfillment instruction. This element shall be recorded exactly as specified above.

Note: These values will be sent to HL7 for harmonization with the HL7 Act Vocabulary.
<text><reference value='#comment-2'/></text>

The <text> element contains a free text representation of the instruction. For CDA this SHALL contain a provides a <reference>element to thelink text of the comment in the narrative portion of the document. The comment itself is not the act being coded, so it appears in the <text> of the <observation>, not as part of the <code>. For HL7 Version 3 Messages, the full text SHALL be represented here.

<statusCode code='completed' />

The code attribute of <statusCode> for all comments must be completed.