1.3.6.1.4.1.19376.1.5.3.1.1.12.3.6

From IHE Wiki
Jump to navigation Jump to search

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 Survey Observation 1.3.6.1.4.1.19376.1.5.3.1.1.12.3.6

Survey observations are used to record responses to assessment instruments. They are simple observations conforming to the CCD Result template. The vocabulary and data type constraints on survey observations is specified elsewhere, either in the specializations of the survey observation template, or by the template that makes use of it.


Parent Template

The parent of this template is Simple Observation. This template is compatible with the ASTM/HL7 Continuity of Care Document template: 2.16.840.1.113883.10.20.1.31

Uses

See Templates using Survey Observation

Specification
Survey Observation Example

<observation classCode='OBS' moodCode='EVN'>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13'/>
 <templateId root='2.16.840.1.113883.10.20.1.31'/>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.12.3.6'/>
 <id root=' ' extension=' '/>
 <code code=' ' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
 <text><reference value='#xxx'/></text>
 <statusCode code='completed'/>
 <effectiveTime value=' '/>
 <repeatNumber value=' '/>
 <value xsi:type='CO|CD|INT|PQ' />
 <interpretationCode code=' ' codeSystem=' ' codeSystemName=' '/>
 <methodCode code=' ' codeSystem=' ' codeSystemName=' '/>
 <targetSiteCode code=' ' codeSystem=' ' codeSystemName=' '/>
</observation>


<templateId root='1.3.6.1.4.1.19376.1.5.3.1.4.13'/>
  <templateId root='2.16.840.1.113883.10.20.1.31'/>
  <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.12.3.6'/>

A survey observation shall have the <templateId> elements shown above to indicate that it inherits constraints from the ASTM/HL7 CCD Specification for results, and the constraints of this specification.

<code code=' ' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>

A survey observation entry shall contain a code identifying the observation made.

<value xsi:type='CO|CD|INT|PQ' .../>

The <value> element shall be present, and shall be of the appropriate data type specified for the observation.

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

An interpretation code may be present to provide an interpretation of the observation.

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

The <methodCode> and <targetSiteCode> element shall not be present, as these are not relevant to survey responses.