: MediRecords Draft Prescription Example with amt and pbs codes and minimal fields provided - XML Representation
Raw xml | Download
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="03608c18-6eac-4b8e-bdf7-f9130ac20b91"/>
<meta>
<profile
value="https://fhir.medirecords.com/StructureDefinition/mr-medication-request-draft"/>
</meta>
<text>
<status value="extensions"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest 03608c18-6eac-4b8e-bdf7-f9130ac20b91</b></p><a name="03608c18-6eac-4b8e-bdf7-f9130ac20b91"> </a><a name="hc03608c18-6eac-4b8e-bdf7-f9130ac20b91"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-medication-request-draft.html">MR MedicationRequest Draft</a></p></div><p><b>Prescription Type Extension</b>: <a href="CodeSystem-mr-prescription-type.html#mr-prescription-type-3">Prescription Type CodeSystem 3</a>: Paperless</p><p><b>status</b>: Draft</p><p><b>intent</b>: Order</p><p><b>medication</b>: <a href="#hc03608c18-6eac-4b8e-bdf7-f9130ac20b91/1">Medication 712361000168106</a></p><p><b>subject</b>: <a href="Patient-1e5cae20-85bf-11e8-b401-ffccd711ad9c.html">Mila Female, DoB: 1990-11-29 ( Medicare Number: 32788511952 (, period: (?) --> 2025-02))</a></p><p><b>encounter</b>: Identifier: <code>http://fhir.medirecords.com/id/tenant-scoped/encounter/77b523ca-dda8-4488-83ea-9f0553c107fb</code>/12345</p><p><b>authoredOn</b>: 2021-12-21 12:43:30+1100</p><p><b>requester</b>: <a href="Practitioner-6d6d7ce8-65c2-11e6-a20e-7b5deed40054.html">Practitioner John Smith </a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Timing</b></td></tr><tr><td style="display: none">*</td><td>Once</td></tr></table><blockquote><p><b>dispenseRequest</b></p><h3>DispenseIntervals</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>28</td><td><a href="http://unitsofmeasure.org">http://unitsofmeasure.org</a></td><td>d</td></tr></table><p><b>numberOfRepeatsAllowed</b>: 2</p><p><b>quantity</b>: 28</p></blockquote><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: Medication #1</b></p><a name="03608c18-6eac-4b8e-bdf7-f9130ac20b91/1"> </a><a name="hc03608c18-6eac-4b8e-bdf7-f9130ac20b91/1"> </a><div style="display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%"><p style="margin-bottom: 0px"/><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-mr-medication-draft.html">MR Medication Draft</a></p></div><p><b>Medication Strength</b>: 10 mg</p><p><b>code</b>: <span title="Codes:{http://snomed.info/sct 712361000168106}, {http://pbs.gov.au/code/item 14313H}">Citalopram MH 10mg</span></p><p><b>form</b>: <span title="Codes:">Tablet</span></p></blockquote></div>
</text>
<contained>
<Medication>
<id value="1"/>
<meta>
<profile
value="https://fhir.medirecords.com/StructureDefinition/mr-medication-draft"/>
</meta>
<extension
url="http://hl7.org.au/fhir/StructureDefinition/medication-strength">
<valueString value="10 mg"/>
</extension>
<code>
<coding>
<system value="http://snomed.info/sct"/>
<code value="712361000168106"/>
</coding>
<coding>
<system value="http://pbs.gov.au/code/item"/>
<code value="14313H"/>
</coding>
<text value="Citalopram MH 10mg"/>
</code>
<form>
<text value="Tablet"/>
</form>
</Medication>
</contained>
<extension
url="https://fhir.medirecords.com/StructureDefinition/mr-prescription-type">
<valueCoding>
<system
value="https://fhir.medirecords.com/CodeSystem/mr-prescription-type"/>
<code value="3"/>
<display value="Paperless"/>
</valueCoding>
</extension>
<status value="draft"/>
<intent value="order"/>
<medicationReference>
<reference value="#1"/>
</medicationReference>
<subject>🔗
<reference value="Patient/1e5cae20-85bf-11e8-b401-ffccd711ad9c"/>
</subject>
<encounter>
<identifier>
<system
value="http://fhir.medirecords.com/id/tenant-scoped/encounter/77b523ca-dda8-4488-83ea-9f0553c107fb"/>
<value value="12345"/>
</identifier>
</encounter>
<authoredOn value="2021-12-21T12:43:30+11:00"/>
<requester>🔗
<reference value="Practitioner/6d6d7ce8-65c2-11e6-a20e-7b5deed40054"/>
</requester>
<dosageInstruction>
<timing>
<repeat>
<boundsPeriod>
<start value="2021-12-21T00:00:00+11:00"/>
</boundsPeriod>
</repeat>
</timing>
</dosageInstruction>
<dispenseRequest>
<dispenseInterval>
<value value="28"/>
<system value="http://unitsofmeasure.org"/>
<code value="d"/>
</dispenseInterval>
<numberOfRepeatsAllowed value="2"/>
<quantity>
<value value="28"/>
</quantity>
</dispenseRequest>
</MedicationRequest>