Sha256: b8a20c06df87e80cb2391f45a70a523a6b293d680ce03ebbdce4f106b54e5170

Contents?: true

Size: 1.24 KB

Versions: 51

Compression:

Stored size: 1.24 KB

Contents

<component>
  <!-- Conditions: patient has no conditions -->
  <section>
    <templateId root="2.16.840.1.113883.10.20.22.2.5"/>
    <code code="11450-4" codeSystem="2.16.840.1.113883.6.1" codeSystemName="LOINC" displayName="Problem List"/>
    <title>Problems</title>
    <text>There are no current problem concern acts at the time of this document's creation.</text>
    <entry typeCode="DRIV">
      <act classCode="ACT" moodCode="EVN">
        <templateId root="2.16.840.1.113883.10.20.22.4.3"/>
        <id root="<%= UUID.generate %>"/>
        <code nullFlavor="NA"/>
        <statusCode code="active"/>
        <effectiveTime>
          <low nullFlavor="NA"/>
        </effectiveTime>					
        <entryRelationship typeCode="SUBJ" inversionInd="false">
          <observation classCode="OBS" moodCode="EVN" negationInd="true">
            <templateId root="2.16.840.1.113883.10.20.22.4.4"/>
            <id root="<%= UUID.generate %>"/>
            <code code="ASSERTION" codeSystem="2.16.840.1.113883.5.4"/>
             <statusCode code="completed"/>
            <effectiveTime>
              <low nullFlavor="UNK"/>
            </effectiveTime>
           
          </observation>
        </entryRelationship>
      </act>
    </entry>
  </section>
</component>

Version data entries

51 entries across 51 versions & 1 rubygems

Version Path
health-data-standards-3.2.0 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-3.1.1 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-3.1.0 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-3.0.6 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-3.0.5 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-3.0.4 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-3.0.3 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-2.2.1 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-2.2.0 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-2.1.4 templates/ccda/_conditions_no_current.ccda.erb
health-data-standards-2.1.3 templates/ccda/_conditions_no_current.ccda.erb