Sha256: 2d7f3accaff369d72f077d45b1239c8ab4973cd058a275e4b42d89f0dc87fa04
Contents?: true
Size: 1019 Bytes
Versions: 19
Compression:
Stored size: 1019 Bytes
Contents
<supply classCode="SPLY" moodCode="RQO"> <!-- Medication Supply Request (V2) template --> <templateId root="2.16.840.1.113883.10.20.24.3.99" extension="2019-12-01"/> <!-- Conforms to C-CDA R2 Planned Supply (V2) template--> <templateId root="2.16.840.1.113883.10.20.22.4.43" extension="2014-06-09" /> <id root="{{random_id}}"/> <statusCode code="active"/> {{#relevantPeriod}} {{{medication_supply_request_period}}} {{/relevantPeriod}} {{^relevantPeriod}} {{#authorDatetime}} {{{author_effective_time}}} {{/authorDatetime}} {{/relevantPeriod}} <quantity value="{{{value_as_float}}}"/> <product> <manufacturedProduct classCode="MANU"> <!-- Medication Information (consolidation) template --> <templateId root="2.16.840.1.113883.10.20.22.4.23" extension="2014-06-09"/> <id root="{{random_id}}"/> <manufacturedMaterial> <!-- QDM Attribute: Code --> {{> _codes}} </manufacturedMaterial> </manufacturedProduct> </product> </supply>
Version data entries
19 entries across 19 versions & 1 rubygems