Sample Profile: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
mNo edit summary
Kboone (talk | contribs)
mNo edit summary
Line 1: Line 1:
{{XDS Folder|Sample|X-SampleFolderLOINC|Draft|
===== [[Image:Draft.gif]] <span id='X-SampleFolderLOINC'>Sample Folder Specification</span> =====
 
This is a content profile for a sample folder.  It can contain two documents, one is required, the other optional
This is a content profile for a sample folder.  It can contain two documents, one is required, the other optional
|Data={{XDS Folder Content|Sample Document 1|R|SampleDocument1OID}}
 
{|class='wikitable' style='border-collapse: collapse; border: 1px solid black; width: 100%'
|-style='background-color: lightgrey; border: 1px solid black;'
! style='border: 1px solid black; width: 70%'| Document Name
! style='border: 1px solid black; width: 10%'| Opt
! style='border: 1px solid black; width: 20%'| Template ID
|-
{{XDS Folder Content|Sample Document 1|R|SampleDocument1OID}}
{{XDS Folder Content|Sample Document 2|O|SampleDocument2OID}}
{{XDS Folder Content|Sample Document 2|O|SampleDocument2OID}}
}}
|}
 
[[Category:XDS Folder Templates]]


{{:Sample Document 1 Document}}
{{:Sample Document 1 Document}}
{{:Sample Document 2 Document}}
{{:Sample Document 2 Document}}

Revision as of 11:04, 20 April 2007

Sample Folder Specification

This is a content profile for a sample folder. It can contain two documents, one is required, the other optional

Document Name Opt Template ID
R SampleDocument1OID
O SampleDocument2OID

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

Sample Document Specification SampleDocumentOID

Sample Document has one required section, and one entry that is required if known





Specification
Data Element Name Opt Template ID
Sample Section
Comment on section
R SampleSectionOID
Sample Entry
Comment on entry
R2 SampleEntryOID


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 Sample Document Document
<ClinicalDocument xmlns='urn:hl7-org:v3'>
  <typeId extension="POCD_HD000040" root="2.16.840.1.113883.1.3"/>
  <templateId root='SampleDocumentOID'/>
  <id root=' ' extension=' '/>
  <code code=' ' displayName=' '
    codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
  <title>Sample Document</title>
  <effectiveTime value='20260408012005'/>
  <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='SampleSectionOID'/>
        <!-- Required Sample Section Section content -->
      </section>
    </component>
    </structuredBody></component> </ClinicalDocument>
Schematron
<pattern name='Template_SampleDocumentOID'>
 <rule context='*[cda:templateId/@root="SampleDocumentOID"]'>
   <!-- Verify that the template id is used on the appropriate type of object -->
   <assert test='../cda:ClinicalDocument'>
     Error: The Sample Document can only be used on Clinical Documents.
   </assert> 
   <!-- Verify the document type code -->
   <assert test='cda:code[@code = "{{{LOINC}}}"]'>
     Error: The document type code of a Sample Document 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> 
   <assert test='.//cda:templateId[@root = "SampleSectionOID"]'> 
     <!-- Verify that all required data elements are present -->
     Error: The Sample Document Document must contain a(n) Sample Section Section.
     See http://wiki.ihe.net/index.php?title=SampleDocumentOID 
   </assert> 
   <assert test='.//cda:templateId[@root = "SampleEntryOID"]'> 
     <!-- Alert on any missing required if known elements -->
     Warning: The  Sample Document Document should contain a(n) Sample Entry Entry.
     See http://wiki.ihe.net/index.php?title=SampleDocumentOID 
   </assert> 
 </rule>
</pattern>

}}

Sample Document 2 Document