Sha256: 6223f724eb1561fc478dbc383c30d520439e6098a263cb196151802e371363f1

Contents?: true

Size: 977 Bytes

Versions: 2

Compression:

Stored size: 977 Bytes

Contents

<entry>
  <act classCode="ACT" moodCode="EVN">
    <!-- Communication from patient to provider -->
    <templateId root="2.16.840.1.113883.10.20.24.3.2"/>
    <id root="<%= entry.id %>"/>  
    <%== code_display(entry, :extra_content => "sdtc:valueSet=\"#{value_set_oid}\"") %>
    <text>
       <%= entry.description %>
    </text>
    <statusCode code="completed"/>
    <effectiveTime>
      <low <%= value_or_null_flavor(entry.start_time) %>/>
    </effectiveTime>

    <participant typeCode="AUT">
      <participantRole classCode="PAT">
        <code code="116154003" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Patient"/>
      </participantRole>
    </participant>

    <participant typeCode="IRCP">
      <participantRole classCode="ASSIGNED">
        <code code="158965000" codeSystem="2.16.840.1.113883.6.96" codeSystemName="SNOMED CT" displayName="Medical Practitioner"/>
      </participantRole>
    </participant>

  </act>
</entry>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
qrda_generator-1.0.1 templates/_2.16.840.1.113883.10.20.24.3.2.cat1.erb
qrda_generator-1.0.0 templates/_2.16.840.1.113883.10.20.24.3.2.cat1.erb