Sha256: 093ffb6b56116e37acaa0952ac1fc023013477cb465f572b58b295150d4becf3
Contents?: true
Size: 1.85 KB
Versions: 1
Compression:
Stored size: 1.85 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_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> <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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
cqm-reports-2.0.6 | lib/qrda-export/catI-r5/qrda_header/_record_target.mustache |