Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.1.12.3.1"

From IHE Wiki
Jump to navigation Jump to search
m
m
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{HL7V3|Pain Score Observation|1.3.6.1.4.1.19376.1.5.3.1.1.12.3.1|Comment|The pain score observation is a simple observation that records the patient's assessment of their pain on a scale from 0 to 10.
+
{{HL7V3|Pain Score Observation|1.3.6.1.4.1.19376.1.5.3.1.1.12.3.1|Trial|The pain score observation is a {{ILink|1.3.6.1.4.1.19376.1.5.3.1.1.12.3.1|1.3.6.1.4.1.19376.1.5.3.1.4.13|Simple Observation}} that records the patient's assessment of their pain on a scale from 0 to 10.
 
|Parent=1.3.6.1.4.1.19376.1.5.3.1.4.13|ParentName=Simple Observation
 
|Parent=1.3.6.1.4.1.19376.1.5.3.1.4.13|ParentName=Simple Observation
 
|Example=<br/>
 
|Example=<br/>
Line 6: Line 6:
 
   <font style='color: black'><templateId root=1.3.6.1.4.1.19376.1.5.3.1.4.13'/></font>
 
   <font style='color: black'><templateId root=1.3.6.1.4.1.19376.1.5.3.1.4.13'/></font>
 
   <id root=' ' extension=' '/>
 
   <id root=' ' extension=' '/>
   <font style='color: black'>&lt;code code='38208‑5{{!}}38221‑8{{!}}38214‑3' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/></font>
+
   <font style='color: black'>&lt;code code='38208‑5{{!}}38221‑8{{!}}38214‑3' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'>
 +
    <translation code='406127006' displayName='Pain intensity'
 +
      codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>
 +
  </code></font>
 
   <text><reference value='#xxx'/></text>
 
   <text><reference value='#xxx'/></text>
 
   <statusCode code='completed'/>
 
   <statusCode code='completed'/>
Line 12: Line 15:
 
   <repeatNumber value='&nbsp;'/>
 
   <repeatNumber value='&nbsp;'/>
 
   <font style='color: black'><value xsi:type='CO{{!}}REAL' />
 
   <font style='color: black'><value xsi:type='CO{{!}}REAL' />
   <interpretationCode code='301379001{{!}}40196000{{!}}76948002{{!}}67849003' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>
+
   <interpretationCode code='' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>
 
   <strike><methodCode code='&nbsp;' codeSystem='&nbsp;' codeSystemName='&nbsp;'/></strike>
 
   <strike><methodCode code='&nbsp;' codeSystem='&nbsp;' codeSystemName='&nbsp;'/></strike>
 
   <targetSiteCode code='&nbsp;' codeSystem='&nbsp;' codeSystemName='&nbsp;'/></font>
 
   <targetSiteCode code='&nbsp;' codeSystem='&nbsp;' codeSystemName='&nbsp;'/></font>
Line 21: Line 24:
 
The <templateId> identifies this as a Pain Score Observation, and shall be present as shown above.
 
The <templateId> identifies this as a Pain Score Observation, and shall be present as shown above.
  
===== &lt;code code='38208‑5{{!}}38221‑8{{!}}38214‑3' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/> =====
+
===== &lt;code code='38208‑5' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'><br/>&nbsp;<translation code='406127006' displayName='Pain intensity' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/> =====
The &lt;code> element indicates what kind of pain observation was made. It may be one of the three values shown above, corresponding to the pain score observations described in the table below.
+
The &lt;code> element indicates what kind of pain observation was made. It shall contain the code and codeSystem attribute values shown above.  The <translation> element may be present, and provides a mapping to SNOMED CT of the observation.  If present, is shall have the code and codeSystem attribute values shown above.
  
 
{|border=1
 
{|border=1
Line 29: Line 32:
 
!Code!!Data Type!!Description
 
!Code!!Data Type!!Description
 
|-
 
|-
|38208‑5||CO||A Pain Score made using the Numerical Rating Scale (NRS), where pain is assessed on a scale from 0 to 10.
+
|38208‑5||CO||A Pain Score made using the Numerical Rating Scale (NRS), where pain is assessed on a scale from 0 to 10. {{Fixme|The code system to use for this observation}}
|-
 
|38221‑8||CO||A Pain Score made using Wong-Baker Faces rating scale, usually used in pediatric settings, where the pain is assessed by relating the pain to a simple picture of a face in pain.
 
|-
 
|38214‑3||REAL||A Pain Score made usuing a visual analog scale, where pain is assessed on a scale from 0 to 10, but where the assessment is performed by selecting a position along the range, which allows for more refined measurement of pain.
 
 
|}
 
|}
  
===== <value xsi:type='CO|REAL' /> =====
+
===== <value xsi:type='CO' value='&nbsp;' /> =====
The <value> element records the assessed pain score.  If using the NRS or Wong-Baker Faces rating scale, the pain is assessed using coded ordinal values that range from 0 to 10.  The use of the coded ordinal type is required because while pain assessments are ordered values, and can be compared, the differences between two pain assessment values cannot be compared, and so these values are not really numbers.  When using the visual analog pain scale, the value is a real number from 0 to 10.  The reason that this scale is numeric is that it measures a real physical quantity, which is the position that the patient indicates along a line.
+
The <value> element records the assessed pain score.  If using the NRS the pain is assessed using coded ordinal values that range from 0 to 10.  The use of the coded ordinal type is required because while pain assessments are ordered values, and can be compared, the differences between two pain assessment values cannot be compared, and so these values are not really numbers.
  
 
===== <interpretationCode code='301379001{{!}}40196000{{!}}76948002{{!}}67849003' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/> =====
 
===== <interpretationCode code='301379001{{!}}40196000{{!}}76948002{{!}}67849003' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/> =====
The <interpretationCode> element should be present, and provides an interpretation of the pain scale assessment using SNOMED CT.
+
The <interpretationCode> element should be present to provide an interpretation of the pain scale assessment using SNOMED CT.  When the <interpretationCode> element is present, the <translation> element described above shall be present.  These interpretations are provided to assist decision support systems that are making secondary use of the assessment information, and are not intended to replace the score values.
  
 
{|border=1
 
{|border=1
Line 49: Line 48:
 
|0||301379001||No Present Pain
 
|0||301379001||No Present Pain
 
|-
 
|-
|2-4||40196000||Mild Pain
+
|1-3||40196000||Mild Pain
 
|-
 
|-
|6-8||76948002||Severe Pain
+
|4-6||50415004||Moderate Pain
 +
|-
 +
|7-9||76948002||Severe Pain
 
|-
 
|-
 
|10||67849003||Excruciating Pain
 
|10||67849003||Excruciating Pain
 
|}
 
|}
 
See also [[Media:SNOMED_Pain_NRS_Mapping.pdf|SNOMED Pain Numerical Rating Scale Mapping]]
 
{{Note|This mapping was funded by The Office of the Assistant to the Secretary for Planning and Evaluation within the US Department of Health and Human Services. }}
 
 
{{Note|The mapping provided does not cover all possible pain scale scores using a single SNOMED code, which is required by the CE data type.  What should be done about that?  Should additional SNOMED CT concepts be requested to fill the gaps?  Should the mapping be improved?  In what way?|For Public Comment}}
 
  
 
===== <strike><methodCode code='&nbsp;' codeSystem='&nbsp;' codeSystemName='&nbsp;'/></strike> =====
 
===== <strike><methodCode code='&nbsp;' codeSystem='&nbsp;' codeSystemName='&nbsp;'/></strike> =====

Latest revision as of 16:45, 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 Pain Score Observation 1.3.6.1.4.1.19376.1.5.3.1.1.12.3.1

The pain score observation is a Simple Observation that records the patient's assessment of their pain on a scale from 0 to 10.


Parent Template

The parent of this template is Simple Observation.

Uses

See Templates using Pain Score Observation

Specification
Pain Score Observation Example

<observation typeCode='OBS' moodCode='EVN'>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13'/>
 <templateId root=1.3.6.1.4.1.19376.1.5.3.1.4.13'/>
 <id root=' ' extension=' '/>
 <code code='38208‑5|38221‑8|38214‑3' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'>
   <translation code='406127006' displayName='Pain intensity'
     codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>
 
 <text><reference value='#xxx'/></text>
 <statusCode code='completed'/>
 <effectiveTime value=' '/>
 <repeatNumber value=' '/>
 <value xsi:type='CO|REAL' />
 <interpretationCode code= codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>
 <methodCode code=' ' codeSystem=' ' codeSystemName=' '/>
 <targetSiteCode code=' ' codeSystem=' ' codeSystemName=' '/>
</observation>


<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13'/>

The <templateId> identifies this as a Pain Score Observation, and shall be present as shown above.

<code code='38208‑5' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'>
 <translation code='406127006' displayName='Pain intensity' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>

The <code> element indicates what kind of pain observation was made. It shall contain the code and codeSystem attribute values shown above. The <translation> element may be present, and provides a mapping to SNOMED CT of the observation. If present, is shall have the code and codeSystem attribute values shown above.

Pain Score Codes
Code Data Type Description
38208‑5 CO A Pain Score made using the Numerical Rating Scale (NRS), where pain is assessed on a scale from 0 to 10. This text needs to be fixed-->>The code system to use for this observation<<--
<value xsi:type='CO' value=' ' />

The <value> element records the assessed pain score. If using the NRS the pain is assessed using coded ordinal values that range from 0 to 10. The use of the coded ordinal type is required because while pain assessments are ordered values, and can be compared, the differences between two pain assessment values cannot be compared, and so these values are not really numbers.

<interpretationCode code='301379001|40196000|76948002|67849003' codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>

The <interpretationCode> element should be present to provide an interpretation of the pain scale assessment using SNOMED CT. When the <interpretationCode> element is present, the <translation> element described above shall be present. These interpretations are provided to assist decision support systems that are making secondary use of the assessment information, and are not intended to replace the score values.

Pain Score Interpretation Codes
Pain Score Range Code Description
0 301379001 No Present Pain
1-3 40196000 Mild Pain
4-6 50415004 Moderate Pain
7-9 76948002 Severe Pain
10 67849003 Excruciating Pain
<methodCode code=' ' codeSystem=' ' codeSystemName=' '/>

The <methodCode> should not be present in a Pain Score Observation, as the method is implied by the <code> element.

<targetSiteCode code=' ' codeSystem=' ' codeSystemName=' '/>

The <targetSiteCode> element should be present, and shall indicate the location of the pain being assessed.