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="MonicaRambeauPulmicort"/>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest MonicaRambeauPulmicort</b></p><a name="MonicaRambeauPulmicort"> </a><a name="hcMonicaRambeauPulmicort"> </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 966524}">Pulmicort Flexhaler 180mcg 2 puffs INH BID</span></p><p><b>subject</b>: <a href="Patient-MonicaRambeau.html">Mo Female, DoB: 2006-08-08</a></p><blockquote><p><b>dosageInstruction</b></p><p><b>text</b>: 2 puffs INH BID</p><p><b>timing</b>: 2 per 1 day</p><p><b>route</b>: <span title="Codes:{http://snomed.info/sct 447694001}">Respiratory tract route</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Dose[x]</b></td></tr><tr><td style="display: none">*</td><td>180 ug<span style="background: LightGoldenRodYellow"> (Details: UCUM codeug = 'ug')</span></td></tr></table></blockquote></div>
</text>
<status value="active"/>
<intent value="order"/>
<medicationCodeableConcept>
<coding>
<system value="http://www.nlm.nih.gov/research/umls/rxnorm"/>
<code value="966524"/>
<display
value="Pulmicort Flexhaler 0.18 MG/ACTUAT (0.16 MG/ACTUAT from the mouthpiece) Dry Powder Inhaler, 120 ACTUAT"/>
</coding>
<text value="Pulmicort Flexhaler 180mcg 2 puffs INH BID"/>
</medicationCodeableConcept>
<subject>🔗
<reference value="Patient/MonicaRambeau"/>
</subject>
<dosageInstruction>
<text value="2 puffs INH BID"/>
<timing>
<repeat>
<frequency value="2"/>
<period value="1"/>
<periodUnit value="d"/>
</repeat>
</timing>
<route>
<coding>
<system value="http://snomed.info/sct"/>
<code value="447694001"/>
<display value="Respiratory tract route"/>
</coding>
</route>
<doseAndRate>
<doseQuantity>
<value value="180"/>
<unit value="ug"/>
<system value="http://unitsofmeasure.org"/>
<code value="ug"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
</MedicationRequest>