1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3

From IHE Wiki
Revision as of 17:17, 17 September 2008 by Tsoutherland (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Comment.gif Antepartum Education Specification 1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3

The Antepartum Education document contains a list of patient education activities that have occured, or have been planned to review with the patient.


Format Code

The XDSDocumentEntry format code for this content is urn:ihe:pcc:apr:edu:2008

Parent Template

This document is an instance of the Medical Documents template.

LOINC Code

The LOINC code for this document is 34895-3 EDUCATION NOTE

Standards
CDAR2 HL7 CDA Release 2.0


Specification
Data Element Name Opt Template ID
Coded Patient Education and Consents
This section SHALL follow all constraints as listed in the Coded Patient Education and Consents section, and SHOULD use the codes available in the APR Education Value Set.
R 1.3.6.1.4.1.19376.1.5.3.1.1.9.39


Conformance

CDA Release 2.0 documents that conform to the requirements of this content module shall indicate their conformance by the inclusion of the appropriate <templateId> elements in the header of the document. This is shown in the sample document below. A CDA Document may conform to more than one template. This content module inherits from the Medical Documents content module, and so must conform to the requirements of that template as well, thus all <templateId> elements shown in the example below shall be included.

Sample Antepartum Education Document
<ClinicalDocument xmlns='urn:hl7-org:v3'>
  <typeId extension="POCD_HD000040" root="2.16.840.1.113883.1.3"/>
  <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.1'/>
 <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3'/> <id root=' ' extension=' '/> <code code='34895-3' displayName='EDUCATION NOTE' codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/> <title>Antepartum Education</title> <effectiveTime value='20240419012005'/> <confidentialityCode code='N' displayName='Normal' codeSystem='2.16.840.1.113883.5.25' codeSystemName='Confidentiality' /> <languageCode code='en-US'/> : <component><structuredBody>  <component> <section> <templateId root='1.3.6.1.4.1.19376.1.5.3.1.1.9.39'/> <!-- Required Coded Patient Education and Consents Section content --> </section> </component>
    </structuredBody></component> </ClinicalDocument>
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3'>
 <rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3"]'>
   <!-- Verify that the template id is used on the appropriate type of object -->
   <assert test='../cda:ClinicalDocument'>
     Error: The Antepartum Education can only be used on Clinical Documents.
   </assert> 
   <!-- Verify that the parent templateId is also present. -->
   <assert test='cda:templateId[@root="1.3.6.1.4.1.19376.1.5.3.1.1.1"]'>
     Error: The parent template identifier for Antepartum Education is not present.
   </assert> 
   <!-- Verify the document type code -->
   <assert test='cda:code[@code = "34895-3"]'>
     Error: The document type code of a Antepartum Education must be 34895-3
   </assert>
   <assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'>
     Error: The document type code must come from the LOINC code 
     system (2.16.840.1.113883.6.1).
   </assert> 
   <assert test='.//cda:templateId[@root = "1.3.6.1.4.1.19376.1.5.3.1.1.9.39"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Antepartum Education Document must contain a(n) Coded Patient Education and Consents Section.
     See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3 
   </assert> 
 </rule>
</pattern>