1.3.6.1.4.1.19376.1.5.3.1.4.13.1: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
mNo edit summary
 
Kboone (talk | contribs)
mNo edit summary
Line 21: Line 21:
</organizer>
</organizer>
</pre>
</pre>
}}
=====<organizer classCode='CLUSTER' moodCode='EVN'>=====
=====<organizer classCode='CLUSTER' moodCode='EVN'>=====
The vital signs organizer is a cluster of vital signs observations.
The vital signs organizer is a cluster of vital signs observations.

Revision as of 18:51, 18 May 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

Vital Signs Organizer 1.3.6.1.4.1.19376.1.5.3.1.4.13.1

A vital signs organizer collects vital signs observations.


Uses

See Templates using Vital Signs Organizer

Specification
Vital Signs Organizer Example
<organizer classCode='CLUSTER' moodCode='EVN'>
  <templateId root='2.16.840.1.113883.10.20.1.32'/>
  <templateId root='2.16.840.1.113883.10.20.1.35'/>
  <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13.1'/>
  <id root='' extension=''/>
  <code code='46680005' displayName='Vital signs' 
    codeSystem='2.16.840.1.113883.6.96' codeSystemName='SNOMED CT'/>
  <statusCode code='completed'/>
  <effectiveTime value=''/>
  <!-- one or more vital signs observations -->
  <component typeCode='COMP'>
    <observation classCode='OBS' moodCode='EVN'>
      <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13.2'/>
        :
    </observation>
  </component>
</organizer>


<organizer classCode='CLUSTER' moodCode='EVN'>

The vital signs organizer is a cluster of vital signs observations.

<templateId root='2.16.840.1.113883.10.20.1.32'/>
 <templateId root='2.16.840.1.113883.10.20.1.35'/>
  <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13.1'/>

The vital signs organizer shall have the <templateId> elements shown above to indicate that it inherits constraints from the ASTM/HL7 CCD Specification for Vital signs, and the constraints of this specification.

<id root=' ' extension=' '/>

The organizer shall have an <id> element.

<code code='46680005' displayName='Vital signs'
   codeSystem='2.16.840.1.113883.6.96'
   codeSystemName='SNOMED CT'/>

The <code> element shall be recorded as shown above to indicate that this organizer captures information about patient vital signs.

<statusCode code='completed'/>

The observations have all been completed.

<effectiveTime value=' '/>

The effective time element shall be present to indicate when the measurement was taken.


  <component typeCode='COMP'>

The organizer shall have one or more <component> elements that are <observation> elements using the Vital Signs Observation template.