Difference between revisions of "1.3.6.1.4.1.19376.1.3.3"

From IHE Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
{{CDA Document|Laboratory Report|formatCode=urn:ihe:lab:xds-lab:2008|1.3.6.1.4.1.19376.1.3.3|Trial|
 
{{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
 
TODO - description and use case
* put list of header conformance statements (4.1 in 2007 version of XDS_Lab)
+
* put list of header conformance statements (4.1 in 2007 version of XDS_Lab, at least those inherent in CRS specification)
 
|Standards={{Std|CDAR2}}
 
|Standards={{Std|CDAR2}}
 
{{Std|CRS}}
 
{{Std|CRS}}

Revision as of 18:51, 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

  • put list of header conformance statements (4.1 in 2007 version of XDS_Lab, at least those inherent in CRS specification)


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='20240423012005'/>
  <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>