Sha256: 7de40c820595f2682842048ec1816f2fd87e0a7f6106026f221aac5c95145160

Contents?: true

Size: 1.84 KB

Versions: 3

Compression:

Stored size: 1.84 KB

Contents

<recordTarget>
  <patientRole>
    <id extension="{{mrn}}" root="1.3.6.1.4.1.115" />
    {{#patient_addresses}}
      <addr use="{{use}}">
        {{#street}}
          <streetAddressLine>{{.}}</streetAddressLine>
        {{/street}}
        <city>{{city}}</city>
        <state>{{state}}</state>
        <postalCode>{{zip}}</postalCode>
        <country>{{country}}</country>
      </addr>
    {{/patient_addresses}}
    {{#patient_telecoms}}
      <telecom use="{{use}}" value="tel:{{value}}"/>
    {{/patient_telecoms}}
    <patient>
      {{#patient}}
        <name>
          <given>{{{given_name}}}</given>
          <family>{{familyName}}</family>
        </name>
      {{/patient}}
      {{#patient_characteristic_sex}}
        {{#dataElementCodes}}
          <administrativeGenderCode {{> _code}}/>
        {{/dataElementCodes}}
      {{/patient_characteristic_sex}}
      {{^patient_characteristic_sex}}
          <administrativeGenderCode nullFlavor="UNK"/>
      {{/patient_characteristic_sex}}
      {{#patient_characteristic_birthdate}}
        {{{birth_date_time}}}
      {{/patient_characteristic_birthdate}}
      {{#patient_characteristic_race}}
        {{#dataElementCodes}}
          <raceCode {{> _code}}/>
        {{/dataElementCodes}}
      {{/patient_characteristic_race}}
      {{^patient_characteristic_race}}
          <raceCode nullFlavor="UNK"/>
      {{/patient_characteristic_race}}
      {{#patient_characteristic_ethnicity}}
        {{#dataElementCodes}}
          <ethnicGroupCode {{> _code}}/>
        {{/dataElementCodes}}
      {{/patient_characteristic_ethnicity}}
      {{^patient_characteristic_ethnicity}}
          <ethnicGroupCode nullFlavor="UNK"/>
      {{/patient_characteristic_ethnicity}}
      <languageCommunication>
        <languageCode code="eng"/>
      </languageCommunication>
    </patient>
  </patientRole>
</recordTarget>

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
cqm-reports-2.1.1 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-2.1.0 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-2.0.8 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache