Difference between revisions of "1.3.6.1.4.1.19376.1.3.3"

From IHE Wiki
Jump to navigation Jump to search
(New page: Return to: PCC TF-1/PHLAB/XDSLAB Harmonization {{CDA Document|Laboratory Report|formatCode=urn:ihe:lab:xds-lab:2008|1.3.6.1.4.1.19376.1.3.3|Trial| TODO - description and use case |Sta...)
 
Line 4: Line 4:
 
TODO - description and use case
 
TODO - description and use case
 
|Standards={{Std|CDAR2}}
 
|Standards={{Std|CDAR2}}
<!--{{Std|CRS}}-->
+
{{Std|CRS}}
 
<!-- {{Std|CCD}} -->
 
<!-- {{Std|CCD}} -->
 
|<!--Parent=1.3.6.1.4.1.19376.1.5.3.1.1.2|ParentName=Medical Summary-->
 
|<!--Parent=1.3.6.1.4.1.19376.1.5.3.1.1.2|ParentName=Medical Summary-->
|Index={{T|Data Elements|HL7 Care Record Summary?|CDA Release 2.0|
+
|Index={{T|Data Elements|HL7 Care Record Summary|CDA Release 2.0|
 
Rows={{R|element 1|?|cda x-path}}
 
Rows={{R|element 1|?|cda x-path}}
 
{{R|element 2|?|cda x-path}}
 
{{R|element 2|?|cda x-path}}

Revision as of 18:41, 29 April 2008

Return to: PCC TF-1/PHLAB/XDSLAB Harmonization

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 Laboratory Report Specification 1.3.6.1.4.1.19376.1.3.3

TODO - description and use case


Format Code

The XDSDocumentEntry format code for this content is urn:ihe:lab:xds-lab:2008


Standards
CDAR2 HL7 CDA Release 2.0
CRS HL7 Care Record Summary
Data Element Index
Data Elements HL7 Care Record Summary CDA Release 2.0
element 1 ? cda x-path
element 2 ? cda x-path


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 Laboratory Report 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.3.3'/>
  <id root=' ' extension=' '/>
  <code code=' ' displayName=' '
    codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
  <title>Laboratory Report</title>
  <effectiveTime value='20240425012005'/>
  <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 Laboratory Report 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>