Talk:1.3.6.1.4.1.19376.1.5.3.1.1.16.1.1: Difference between revisions

From IHE Wiki
Jump to navigation Jump to search
Kboone (talk | contribs)
m New page: {{Fixme|History of infection does not exist}}
 
McCaffrey (talk | contribs)
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Fixme|History of infection does not exist}}
{{Fixme |
 
The schematron asserts:
 
  <assert test='.//cda:templateId[@root = ""]'>
    <!-- Alert on any missing required if known elements -->
    Warning: The  Antepartum History and Physical Document should contain a(n) Enthnicity Entry.
    See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.16.1.1
  </assert>
 
The templateId is empty which means the rule will never be satisfied.  However, we aren't sure that there *is* a correct template ID for ethnicity information.  Usually such information is not in an entry, but in an ethnicGroupCode under patient (/cda:ClinicalDocument/cda:recordTarget/cda:patientRole/cda:patient/cda:ethnicGroupCode) Instead, we believe the assert should be:
 
  <assert test='/cda:ClinicalDocument/cda:recordTarget/cda:patientRole/cda:patient/cda:ethnicGroupCode'>
      Warning: The Antepartum History and Physical Document should contain
      ethnicity information.
      See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.16.1.1
  </assert>
 
 
 
}}

Latest revision as of 14:33, 9 December 2008

This text needs to be fixed-->>

The schematron asserts:

  <assert test='.//cda:templateId[@root = ""]'> 
    <!-- Alert on any missing required if known elements -->
    Warning: The  Antepartum History and Physical Document should contain a(n) Enthnicity Entry.
    See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.16.1.1 
  </assert> 

The templateId is empty which means the rule will never be satisfied. However, we aren't sure that there *is* a correct template ID for ethnicity information. Usually such information is not in an entry, but in an ethnicGroupCode under patient (/cda:ClinicalDocument/cda:recordTarget/cda:patientRole/cda:patient/cda:ethnicGroupCode) Instead, we believe the assert should be:

  <assert test='/cda:ClinicalDocument/cda:recordTarget/cda:patientRole/cda:patient/cda:ethnicGroupCode'>
      Warning: The Antepartum History and Physical Document should contain
      ethnicity information.
      See http://wiki.ihe.net/index.php?title=1.3.6.1.4.1.19376.1.5.3.1.1.16.1.1
  </assert>


<<--