Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3"

From IHE Wiki
Jump to navigation Jump to search
m (New page: {{CDA Document|Antepartum Education|1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3|Comment| The Antepartum Education document contains a list of patient education activities that have occured, or have...)
 
m
Line 1: Line 1:
 
{{CDA Document|Antepartum Education|1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3|Comment|
 
{{CDA Document|Antepartum Education|1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3|Comment|
 
The Antepartum Education document contains a list of patient education activities that have occured, or have been planned to review with the patient.
 
The Antepartum Education document contains a list of patient education activities that have occured, or have been planned to review with the patient.
|LOINC=TBD|LOINCName=Education Record
+
|LOINC=34895-3|LOINCName=EDUCATION NOTE
 
|Parent=1.3.6.1.4.1.19376.1.5.3.1.1.1|ParentName=Medical Documents
 
|Parent=1.3.6.1.4.1.19376.1.5.3.1.1.1|ParentName=Medical Documents
 
|formatCode=urn:ihe:pcc:apr:2008
 
|formatCode=urn:ihe:pcc:apr:2008
 
|Standards={{Std|CDAR2}}
 
|Standards={{Std|CDAR2}}
|Section|Coded Patient Education and Consents|R|1.3.6.1.4.1.19376.1.5.3.1.1.9.39|This section SHALL be the same as it is for History & Physical, and SHOULD use the codes available in the Antepartum Education Code table.
+
|Section|Coded Patient Education and Consents|R|1.3.6.1.4.1.19376.1.5.3.1.1.9.39|This section SHALL be the same as it is for History & Physical, and SHOULD use the codes available in the {{ILink|1.3.6.1.4.1.19376.1.5.3.1.1.16.1.3|1.3.6.1.4.1.19376.1.5.3.1.1.16.5.8|Antepartum Education Code table}}.
 
}}
 
}}
 
{{:1.3.6.1.4.1.19376.1.5.3.1.1.16.5.8}}
 

Revision as of 13:00, 30 May 2008

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: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 be the same as it is for History & Physical, and SHOULD use the codes available in the Antepartum Education Code table.
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='20240427012005'/> <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>