1.3.6.1.4.1.19376.1.3.3.2.1: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
|LOINC=18717-9,18718-7,18719-5,18720-3,18721-1,18722-9,19723-7,18724-5,18725-2,18727-8, 18728-6,18729-4,18767-4,18768-2,18769-0,26435-8,26346-6,26437-4, 26438-2|LOINCName=BLOOD BANK STUDIES,CELL MARKER STUDIES,CHEMISTRY STUDIES,COAGULATION STUDIES,THERAPEUTIC DRUG MONITORING STUDIES,FERTILITY STUDIES,HEMATOLOGY STUDIES,HLA STUDIES,MICROBIOLOGY STUDIES,SEROLOGY STUDIES,TOXICOLOGY STUDIES,URINALYSIS STUDIES,BLOOD GAS STUDIES,CELL COUNTS+DIFFERENTIAL STUDIES,MICROBIAL SUSCEPTIBILITY TESTS,MOLECULAR PATHOLOGY STUDIES,LABORATORY STUDIES,CHEMISTRY CHALLENGE STUDIES,CYTOLOGY STUDIES(add notes p24) | |LOINC=18717-9,18718-7,18719-5,18720-3,18721-1,18722-9,19723-7,18724-5,18725-2,18727-8, 18728-6,18729-4,18767-4,18768-2,18769-0,26435-8,26346-6,26437-4, 26438-2|LOINCName=BLOOD BANK STUDIES,CELL MARKER STUDIES,CHEMISTRY STUDIES,COAGULATION STUDIES,THERAPEUTIC DRUG MONITORING STUDIES,FERTILITY STUDIES,HEMATOLOGY STUDIES,HLA STUDIES,MICROBIOLOGY STUDIES,SEROLOGY STUDIES,TOXICOLOGY STUDIES,URINALYSIS STUDIES,BLOOD GAS STUDIES,CELL COUNTS+DIFFERENTIAL STUDIES,MICROBIAL SUSCEPTIBILITY TESTS,MOLECULAR PATHOLOGY STUDIES,LABORATORY STUDIES,CHEMISTRY CHALLENGE STUDIES,CYTOLOGY STUDIES(add notes p24) | ||
|Entry|Lab Report Data Processing Entry|R|1.3.6.1.4.1.19376.1.3.1| | |Entry|Lab Report Data Processing Entry|R|1.3.6.1.4.1.19376.1.3.1| | ||
}} | }} | ||
Revision as of 18:29, 20 May 2008
Back 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 https://www.ihe.net/resources/technical_frameworks/#pcc
Laboratory Speciality Section Section
| Template ID | 1.3.6.1.4.1.19376.1.3.3.2.1 | |
|---|---|---|
| General Description | description of lab speciality secton | |
| LOINC Code | Opt | Description |
| 18717-9,18718-7,18719-5,18720-3,18721-1,18722-9,19723-7,18724-5,18725-2,18727-8, 18728-6,18729-4,18767-4,18768-2,18769-0,26435-8,26346-6,26437-4, 26438-2 | R | BLOOD BANK STUDIES,CELL MARKER STUDIES,CHEMISTRY STUDIES,COAGULATION STUDIES,THERAPEUTIC DRUG MONITORING STUDIES,FERTILITY STUDIES,HEMATOLOGY STUDIES,HLA STUDIES,MICROBIOLOGY STUDIES,SEROLOGY STUDIES,TOXICOLOGY STUDIES,URINALYSIS STUDIES,BLOOD GAS STUDIES,CELL COUNTS+DIFFERENTIAL STUDIES,MICROBIAL SUSCEPTIBILITY TESTS,MOLECULAR PATHOLOGY STUDIES,LABORATORY STUDIES,CHEMISTRY CHALLENGE STUDIES,CYTOLOGY STUDIES(add notes p24) |
| Entries | Opt | Description |
| 1.3.6.1.4.1.19376.1.3.1 | R | Lab Report Data Processing Entry |
<component>
<section>
<templateId root='1.3.6.1.4.1.19376.1.3.3.2.1'/>
<id root=' ' extension=' '/>
<code code='18717-9,18718-7,18719-5,18720-3,18721-1,18722-9,19723-7,18724-5,18725-2,18727-8, 18728-6,18729-4,18767-4,18768-2,18769-0,26435-8,26346-6,26437-4, 26438-2' displayName='BLOOD BANK STUDIES,CELL MARKER STUDIES,CHEMISTRY STUDIES,COAGULATION STUDIES,THERAPEUTIC DRUG MONITORING STUDIES,FERTILITY STUDIES,HEMATOLOGY STUDIES,HLA STUDIES,MICROBIOLOGY STUDIES,SEROLOGY STUDIES,TOXICOLOGY STUDIES,URINALYSIS STUDIES,BLOOD GAS STUDIES,CELL COUNTS+DIFFERENTIAL STUDIES,MICROBIAL SUSCEPTIBILITY TESTS,MOLECULAR PATHOLOGY STUDIES,LABORATORY STUDIES,CHEMISTRY CHALLENGE STUDIES,CYTOLOGY STUDIES(add notes p24)'
codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
<text>
Text as described above
</text>
<entry>
:
<!-- Required Lab Report Data Processing Entry element -->
<templateId root='1.3.6.1.4.1.19376.1.3.1'/>
:
</entry>
</section>
</component>
|
Schematron
<pattern name='Template_1.3.6.1.4.1.19376.1.3.3.2.1'>
<rule context='*[cda:templateId/@root="1.3.6.1.4.1.19376.1.3.3.2.1"]'>
<!-- Verify that the template id is used on the appropriate type of object -->
<assert test='../cda:section'>
Error: The Laboratory Speciality Section can only be used on sections.
</assert>
<!-- Verify the section type code -->
<assert test='cda:code[@code = "18717-9,18718-7,18719-5,18720-3,18721-1,18722-9,19723-7,18724-5,18725-2,18727-8, 18728-6,18729-4,18767-4,18768-2,18769-0,26435-8,26346-6,26437-4, 26438-2"]'>
Error: The section type code of a Laboratory Speciality Section must be 18717-9,18718-7,18719-5,18720-3,18721-1,18722-9,19723-7,18724-5,18725-2,18727-8, 18728-6,18729-4,18767-4,18768-2,18769-0,26435-8,26346-6,26437-4, 26438-2
</assert>
<assert test='cda:code[@codeSystem = "2.16.840.1.113883.6.1"]'>
Error: The section 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.3.1"]'>
<!-- Verify that all required data elements are present -->
Error: The Laboratory Speciality Section Section must contain a(n) Lab Report Data Processing Entry Entry.
See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.3.3.2.1
</assert>
</rule>
</pattern>
Uses
See Templates using the Laboratory Speciality Section Section