Spenser - a developer's companion
1.0.0 - STU1
Spenser - a developer's companion, published by Zeora. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/costateixeira/spenser/tree/master and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="med-request-1234"/>
<meta>
<profile
value="http://costateixeira.github.io/spenser/StructureDefinition/SpenserRequest"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest med-request-1234</b></p><a name="med-request-1234"> </a><a name="hcmed-request-1234"> </a><a name="med-request-1234-en-US"> </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-SpenserRequest.html">SpenserRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Instance Order</p><h3>Medications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://costateixeira.github.io/spenser/CodeSystem/SpenserMeds chocolate-milk}">Milk chocolate</span></td></tr></table><p><b>subject</b>: <a href="Patient/123">Patient/123</a></p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td></tr><tr><td style="display: none">*</td><td>Just take it.</td></tr></table></div>
</text>
<status value="active"/>
<intent value="instance-order"/>
<medication>
<concept>
<coding>
<system
value="http://costateixeira.github.io/spenser/CodeSystem/SpenserMeds"/>
<code value="chocolate-milk"/>
<display value="Milk chocolate"/>
</coding>
</concept>
</medication>
<subject>
<reference value="Patient/123"/>
</subject>
<dosageInstruction>
<text value="Just take it."/>
</dosageInstruction>
</MedicationRequest>