SHIFT Privacy Examples
0.1.0 - ci-build
SHIFT Privacy Examples, published by SHIFT-Task-Force. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SHIFT-Task-Force/demo-fhir-data/ and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="VeronicaMarsHydrocortisone"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest VeronicaMarsHydrocortisone</b></p><a name="VeronicaMarsHydrocortisone"> </a><a name="hcVeronicaMarsHydrocortisone"> </a><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title="Codes:{http://www.nlm.nih.gov/research/umls/rxnorm 203105}">Hydrocortisone 1% ointment</span></p><p><b>subject</b>: <a href="Patient-VeronicaMars.html">Veronica Mars (official) Female, DoB: 1994-08-07</a></p><p><b>authoredOn</b>: 2014-04-21</p><h3>DosageInstructions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Text</b></td><td><b>AsNeeded[x]</b></td><td><b>Route</b></td></tr><tr><td style="display: none">*</td><td>Apply topically as needed</td><td>true</td><td><span title="Codes:{http://snomed.info/sct 6064005}">Topical route</span></td></tr></table></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="203105"/>
<display value="hydrocortisone 1 % Topical Ointment"/>
</coding>
<text value="Hydrocortisone 1% ointment"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/VeronicaMars"/>
</subject>
<authoredOn value="2014-04-21"/>
<dosageInstruction>
<text value="Apply topically as needed"/>
<asNeededBoolean value="true"/>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="6064005"/>
<display value="Topical route"/>
</coding>
</route>
</dosageInstruction>
</MedicationRequest>