Difference between revisions of "1.3.6.1.4.1.19376.1.5.3.1.1.1"

From IHE Wiki
Jump to navigation Jump to search
Line 1: Line 1:
===== [[Image:Draft.gif]] <span id='1.3.6.1.4.1.19376.1.5.3.1.1.1'>Medical Documents Specification</span> 1.3.6.1.4.1.19376.1.5.3.1.1.1 =====
+
{{CDA Document|Medical Documents|1.3.6.1.4.1.19376.1.5.3.1.1.1|Draft|
 
 
 
 
 
This section defines the base set of constraints used by almost all medical document profiles described the PCC Technical Framework.
 
This section defines the base set of constraints used by almost all medical document profiles described the PCC Technical Framework.
 
+
|Standards=
====== Standards ======
+
{{Std|CDAR2|Clinical Document Architecture, Release 2.0, 2005, HL7}}
{|
+
{{Std|CRS|Implementation Guide for CDA Release 2 – Level 1 and 2 – Care Record Summary (US realm), 2006, HL7.}}
|CDAR2||Clinical Document Architecture, Release 2.0, 2005, HL7
+
}}
|-
 
|CRS||Implementation Guide for CDA Release 2 – Level 1 and 2 – Care Record Summary (US realm), 2006, HL7.
 
|}
 
 
 
[[Category:CDA Document Templates]]
 
  
 
======Specification======
 
======Specification======

Revision as of 16:03, 11 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

Draft.gif Medical Documents Specification 1.3.6.1.4.1.19376.1.5.3.1.1.1

This section defines the base set of constraints used by almost all medical document profiles described the PCC Technical Framework.



Standards
CDAR2 Clinical Document Architecture, Release 2.0, 2005, HL7
CRS Implementation Guide for CDA Release 2 – Level 1 and 2 – Care Record Summary (US realm), 2006, HL7.



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.

Sample Medical Documents 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'/>
  <id root=' ' extension=' '/>
  <code code=' ' displayName=' '
    codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
  <title>Medical Documents</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>
       
  </structuredBody></component>
</ClinicalDocument>

 

   <!-- Verify the document type code -->
   <assert test='cda:code[@code = "{{{LOINC}}}"]'>
     Error: The document type code of a Medical Documents must be {{{LOINC}}}
   </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>
Specification

The constraints for encoding of the CDA Header (Level 1), and codes for sections within the section body follow all Level 1 constraints found in the HL7 Care Record Summary Implementation Guide, with the exception that the constraints on the type of document and its narrative content are not adopted by this content profile.

Style Sheets

Document sources should provide an XML style sheet to render the content of the Medical Summary document. The output of this style sheet shall be an XHTML Basic (see http://www.w3.org/TR/xhtml-basic/) document that renders the clinical content of a Medical Summary Document as closely as possible as the sending provider viewed the completed document. When a style sheet is provided a processing instruction including a link to the URL for the XML style sheet must be included in the document, and the style sheet must be available to all receivers. Within an XDS Affinity domain this shall be via an HTTP or HTTPS GET. When using XDM or XDR to exchange documents, the stylesheet must also be exchanged. The style sheet should not rely on graphic or other media resources. If graphics other media resources are used, these shall be accessible in the same way. The content creator need not be the provider of the resources.

When a Content Creator provides a style sheet, Content Consumers must provide a mechanism to render the document with that style sheet. Content Consumers may view the document with their own style sheet.

Distinctions of None

Information that is sent must clearly identify distinctions between

None
It is known with complete confidence that there are none. Used in the context of problem and medication lists, this indicates that the sender knows that there is no relevant information that can be sent.
None Known
None are known at this time, but it is not known with complete confidence than none exist. Used in the context of allergy lists, where essentially, it is impossible to prove the negative that no allergies exist, it is only possible to assert that none have been found to date.
None Known Did Ask (NKDA)
None are known at this time, and it is not known with complete confidence than none exist, but the information was requested. Also used in the context of allergy lists, where essentially, it is impossible to prove the negative that no allergies exist, it is only possible to assert that none have been found to date.
Unknown
The information is not known, or is otherwise unavailable.

In the context of CDA, sections that are required to be present but have no information should use one of the above phrases where appropriate.