Sistema Nacional de receta electronica
0.9.6 - draft
Sistema Nacional de receta electronica, published by Unidad de Interoperabilidad - MINSAL. This guide is not an authorized publication; it is the continuous build for version 0.9.6 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Minsal-CL/IG_snre/ and changes regularly. See the Directory of published versions
<MedicationRequest xmlns="http://hl7.org/fhir">
<id value="Ejemplo3-prescipcion"/>
<meta>
<profile
value="https://interoperabilidad.minsal.cl/fhir/ig/snre/StructureDefinition/RecetaPrescripcionCl"/>
</meta>
<text>
<status value="generated"/>
<div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: PrescripciónMedicaciónTODO /PrescripcionMedicamento Ejemplo3-prescipcion</b></p><a name="Ejemplo3-prescipcion"> </a><a name="hcEjemplo3-prescipcion"> </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-RecetaPrescripcionCl.html">CL Prescripción</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category community}">community</span></p><p><b>medication</b>: <a href="Medication-Medicamento3.html">Medication</a></p><p><b>subject</b>: <a href="Patient-Paciente1.html">Xime Female, DoB: 1983-03-24 ( Chile: 15.236.327-k (use: official, ))</a></p><p><b>requester</b>: <a href="Practitioner-Prestador1.html">Practitioner Leonidas Rey Esparta (official)</a></p><p><b>groupIdentifier</b>: 51c6bcc8ga342820c9b9</p><p><b>courseOfTherapyType</b>: <span title="Codes:{https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSCodificacionPatron continuous}">Terapia continua a largo plazo</span></p><p><b>note</b>: </p><blockquote><div><p>Consumir a primera hora de la mañana, con el estómago vacío. Alimento luego de 1 hora de tomar el medicamento</p>
</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Administrar 1 Comprimido cada 1 semana por 1 año. Administrar el día Lunes</p><p><b>timing</b>: Once per 1 week</p><p><b>route</b>: <span title="Codes:{https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSViasAdmin 26643006}">vía Oral route (calificador)</span></p><p><b>method</b>: <span title="Codes:{https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSMetodos 738995006}">Tragar (método de administración)</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>1 Comprimido<span style="background: LightGoldenRodYellow"> (Details: CSUnidadAsistencial codecomprimido = 'comprimido')</span></td></tr></table></blockquote><h3>DispenseRequests</h3><table class="grid"><tr><td style="display: none">-</td><td><b>ValidityPeriod</b></td></tr><tr><td style="display: none">*</td><td>2022-08-20 --> 2023-08-20</td></tr></table></div>
</text>
<status value="active"/>
<intent value="order"/>
<category>
<coding>
<system
value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
<code value="community"/>
<display value="community"/>
</coding>
</category>
<medicationReference>🔗
<reference value="Medication/Medicamento3"/>
</medicationReference>
<subject>🔗
<reference value="Patient/Paciente1"/>
</subject>
<requester>🔗
<reference value="Practitioner/Prestador1"/>
</requester>
<groupIdentifier>
<value value="51c6bcc8ga342820c9b9"/>
</groupIdentifier>
<courseOfTherapyType>
<coding>
<system
value="https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSCodificacionPatron"/>
<code value="continuous"/>
<display value="Terapia continua a largo plazo"/>
</coding>
</courseOfTherapyType>
<note>
<text
value="Consumir a primera hora de la mañana, con el estómago vacío. Alimento luego de 1 hora de tomar el medicamento"/>
</note>
<dosageInstruction>
<sequence value="1"/>
<text
value="Administrar 1 Comprimido cada 1 semana por 1 año. Administrar el día Lunes"/>
<timing>
<repeat>
<boundsDuration>
<value value="1"/>
<system value="http://unitsofmeasure.org"/>
<code value="a"/>
</boundsDuration>
<frequency value="1"/>
<period value="1"/>
<periodUnit value="wk"/>
<dayOfWeek value="mon"/>
</repeat>
</timing>
<route>
<coding>
<system
value="https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSViasAdmin"/>
<code value="26643006"/>
<display value="vía Oral route (calificador)"/>
</coding>
</route>
<method>
<coding>
<system
value="https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSMetodos"/>
<code value="738995006"/>
<display value="Tragar (método de administración)"/>
</coding>
</method>
<doseAndRate>
<doseQuantity>
<value value="1"/>
<unit value="Comprimido"/>
<system
value="https://rme.hl7chile.cl/CodeSystem/CSUnidadAsistencial"/>
<code value="comprimido"/>
</doseQuantity>
</doseAndRate>
</dosageInstruction>
<dispenseRequest>
<validityPeriod>
<start value="2022-08-20"/>
<end value="2023-08-20"/>
</validityPeriod>
</dispenseRequest>
</MedicationRequest>