Template:CDA Document: 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:
===== [[Image:{{{3|draft}}}.gif]] <span id='{{{2}}}'>{{{1}}} Specification</span> {{{2}}} =====
===== [[Image:{{{3|draft}}}.gif]] <span id='{{{2}}}'>{{{1}}} Specification</span> {{{2}}} =====
{{Edit Button|{{{2|{{FULLPAGENAMEE}}}}}}}{{{4|}}}
{{Edit Button|{{{2|{{FULLPAGENAMEE}}}}}}}{{{4|}}}
{{If|test={{{Standards|}}}|then=
{{If|test={{{Standards|}}}|then=
====== Standards ======
====== Standards ======
Line 7: Line 6:
{{{Standards}}}
{{{Standards}}}
{{!}}}
{{!}}}
}}
}}{{If|test={{{Index|}}}|then=
 
{{If|test={{{Index|}}}|then=
====== Data Element Index ======
====== Data Element Index ======
{{{Index}}}
{{{Index}}}
}}
}}{{If|test={{{Data|}}}|then={{Fixme|Data|Transition to new CDA Document template to support schematron}}}}
{{If|test={{{Data|}}}|then={{Fixme|Data|Transition to new CDA Document template to support schematron}}}}
{{If|test={{{Data|{{{5|}}}}}}|then=
{{If|test={{{Data|{{{5|}}}}}}|then=
====== Specification ======
====== Specification ======
Line 62: Line 58:
{{If|test={{{195|}}}|then={{CDA Document Content|{{{2}}}|{{{196}}}|{{{197}}}|{{{198}}}|{{{199}}}}} }}
{{If|test={{{195|}}}|then={{CDA Document Content|{{{2}}}|{{{196}}}|{{{197}}}|{{{198}}}|{{{199}}}}} }}
{{!}}}
{{!}}}
}}
}}<br/>
 
<br/>
{{If|test={{{Note|}}}|then={{{Note}}}}}
{{If|test={{{Note|}}}|then={{{Note}}}}}
======Conformance======
======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 Figure sample document below.
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. {{If|test={{{Parent|}}}|then=A CDA Document may conform to more than one template.  This content module inherits from the {{ILink|{{{1}}}|{{{Parent}}}|{{{ParentName|{{{Parent}}}}}}}} content module, and so must conform to the requirements of that template as well, thus all <templateId> elements shown in the example below shall be included.}}
 
{|
{|
|-
|-
Line 75: Line 68:
  <ClinicalDocument xmlns='urn:hl7-org:v3'>
  <ClinicalDocument xmlns='urn:hl7-org:v3'>
   <typeId extension="POCD_HD000040" root="2.16.840.1.113883.1.3"/>
   <typeId extension="POCD_HD000040" root="2.16.840.1.113883.1.3"/>
   {{If|test={{{Parent|}}}|then=<br/>    <templateId root='{{{Parent}}}'/>}}
   {{If|test={{{Parent|}}}|then=<templateId root='{{{Parent}}}'/><br/> &nbsp;
  <templateId root='{{{2}}}'/>
}}<templateId root='{{{2}}}'/>
   <id root=' ' extension=' '/>
   <id root=' ' extension=' '/>
   &lt;code code='{{{LOINC| }}}' displayName='{{{LOINCName| }}}'
   &lt;code code='{{{LOINC| }}}' displayName='{{{LOINCName| }}}'
     codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
     codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
   <title>{{{1}}}</title>
   <title>{{{1}}}</title>
   <effectiveTime value=' '/>
   <effectiveTime value='{{CURRENTYEAR}}{{CURRENTMONTH}}{{CURRENTDAY2}}012005'/>
   <confidentialityCode code='N' displayName='Normal'  
   <confidentialityCode code='N' displayName='Normal'  
     codeSystem='2.16.840.1.113883.5.25' codeSystemName='Confidentiality' />
     codeSystem='2.16.840.1.113883.5.25' codeSystemName='Confidentiality' />

Revision as of 11:52, 5 June 2007

{{{1}}} Specification {{{2}}}


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 {{{1}}} Document
<ClinicalDocument xmlns='urn:hl7-org:v3'>
  <typeId extension="POCD_HD000040" root="2.16.840.1.113883.1.3"/>
  <templateId root='{{{2}}}'/>
  <id root=' ' extension=' '/>
  <code code=' ' displayName=' '
    codeSystem='2.16.840.1.113883.6.1' codeSystemName='LOINC'/>
  <title>{{{1}}}</title>
  <effectiveTime value='20260407012005'/>
  <confidentialityCode code='N' displayName='Normal' 
    codeSystem='2.16.840.1.113883.5.25' codeSystemName='Confidentiality' />
  <languageCode code='en-US'/>     
     :
  <component><structuredBody>
       
  </strucuredBody></component>
</ClinicalDocument>