Sha256: d4ef2deb1bed20f31c9890771fd56ed2fa2205aa3c648ae0d4dd4dc71ab95eeb

Contents?: true

Size: 1.98 KB

Versions: 6

Compression:

Stored size: 1.98 KB

Contents

<entry typeCode="DRIV">
  <organizer moodCode="EVN" classCode="CLUSTER">
    <templateId root="2.16.840.1.113883.10.20.22.4.45"/>
    <!--    Family history organizer template   -->
    <templateId root="2.16.840.1.113883.10.20.24.3.12"/>
    <statusCode code="completed"/>
    <effectiveTime>
      <low <%= value_or_null_flavor(entry.start_time) %>/>
      <high <%= value_or_null_flavor(entry.end_time) %>/>
    </effectiveTime>
    <!-- The subject is currently hardcoded to father -->
    <subject>
      <relatedSubject classCode="PRS">
        <code code="FTH" displayName="Father" 
              codeSystemName="HL7RoleCode" 
              codeSystem="2.16.840.1.113883.5.111">
          <translation code="9947008" 
                displayName="Biological father" 
                codeSystemName="SNOMED CT" 
                codeSystem="2.16.840.1.113883.6.96"/>
        </code>
        <subject>
          <administrativeGenderCode 
               code="M" codeSystem="2.16.840.1.113883.5.1"
               codeSystemName="HL7AdministrativeGender" 
               displayName="Male"/>
            <birthTime value="1912"/>
        </subject>
      </relatedSubject>
    </subject>
    <component>
      <observation classCode="OBS" moodCode="EVN">
        <templateId root="2.16.840.1.113883.10.20.22.4.46"/>
        <id root="1.3.6.1.4.1.115" extension="<%= entry.id %>"/>
        <code code="55607006" displayName="Problem" 
              codeSystemName="SNOMED CT" 
              codeSystem="2.16.840.1.113883.6.96"/>
        <statusCode code="completed"/>
        <effectiveTime>
          <low <%= value_or_null_flavor(entry.start_time) %>/>
          <high <%= value_or_null_flavor(entry.end_time) %>/>
        </effectiveTime>
        <%== code_display(entry, 'preferred_code_sets' => ['SNOMED-CT'],
                         'tag_name' => 'value',
                         'extra_content' => "xsi:type=\"CD\" sdtc:valueSet=\"#{value_set_oid}\"") %>
      </observation>
    </component>
  </organizer>
</entry>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
health-data-standards-3.1.1 templates/cat1/_2.16.840.1.113883.10.20.24.3.12.cat1.erb
health-data-standards-3.1.0 templates/cat1/_2.16.840.1.113883.10.20.24.3.12.cat1.erb
health-data-standards-3.0.6 templates/cat1/_2.16.840.1.113883.10.20.24.3.12.cat1.erb
health-data-standards-3.0.5 templates/cat1/_2.16.840.1.113883.10.20.24.3.12.cat1.erb
health-data-standards-3.0.4 templates/cat1/_2.16.840.1.113883.10.20.24.3.12.cat1.erb
health-data-standards-3.0.3 templates/cat1/_2.16.840.1.113883.10.20.24.3.12.cat1.erb