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 6: Line 7:
{{{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 ======

Revision as of 13:39, 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>