Sha256: 5ad6dda898afff4d8b7476d2859aa19c70e361e99cac3200e375ac107fc8684e

Contents?: true

Size: 1.48 KB

Versions: 9

Compression:

Stored size: 1.48 KB

Contents

<recordTarget>
  <patientRole>
    <id extension="{{mrn}}" root="1.3.6.1.4.1.115" />
    <addr use="HP">
      <streetAddressLine>202 Burlington Rd.</streetAddressLine>
      <city>Bedford</city>
      <state>MA</state>
      <postalCode>01730</postalCode>
      <country>US</country>
    </addr>
    <telecom use="WP" value="tel:+1-781-271-3000"/>
    <patient>
      {{#patient}}
        <name>
          <given>{{{given_name}}}</given>
          <family>{{familyName}}</family>
        </name>
      {{/patient}}
      {{#patient_characteristic_sex}}
        {{#dataElementCodes}}
          <administrativeGenderCode {{> _code}}/>
        {{/dataElementCodes}}
      {{/patient_characteristic_sex}}
      {{#patient_characteristic_birthdate}}
        {{{birth_date_time}}}
      {{/patient_characteristic_birthdate}}
      {{#patient_characteristic_race}}
        {{#dataElementCodes}}
          <raceCode {{> _code}}/>
        {{/dataElementCodes}}
      {{/patient_characteristic_race}}
      {{#patient_characteristic_ethnicity}}
        {{#dataElementCodes}}
          <ethnicGroupCode {{> _code}}/>
        {{/dataElementCodes}}
      {{/patient_characteristic_ethnicity}}
      <languageCommunication>
        <templateId root="2.16.840.1.113883.3.88.11.83.2" assigningAuthorityName="HITSP/C83"/>
        <templateId root="1.3.6.1.4.1.19376.1.5.3.1.2.1" assigningAuthorityName="IHE/PCC"/>
        <languageCode code="eng"/>
      </languageCommunication>
    </patient>
  </patientRole>
</recordTarget>

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
cqm-reports-2.0.5 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-3.0.0.pre.alpha.2 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-2.0.4 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-2.0.3 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-3.0.0.pre.alpha.1 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-2.0.2 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-2.0.1 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-2.0.0 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache
cqm-reports-1.0.0.0 lib/qrda-export/catI-r5/qrda_header/_record_target.mustache