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
{
"resourceType" : "MedicationRequest",
"id" : "Ejemplo3-prescipcion",
"meta" : {
"profile" : [
🔗 "https://interoperabilidad.minsal.cl/fhir/ig/snre/StructureDefinition/RecetaPrescripcionCl"
]
},
"text" : {
"status" : "generated",
"div" : "<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\u00a0(use:\u00a0official,\u00a0))</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>\n</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>"
},
"status" : "active",
"intent" : "order",
"category" : [
{
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/medicationrequest-category",
"code" : "community",
"display" : "community"
}
]
}
],
"medicationReference" : {
🔗 "reference" : "Medication/Medicamento3"
},
"subject" : {
🔗 "reference" : "Patient/Paciente1"
},
"requester" : {
🔗 "reference" : "Practitioner/Prestador1"
},
"groupIdentifier" : {
"value" : "51c6bcc8ga342820c9b9"
},
"courseOfTherapyType" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSCodificacionPatron",
"code" : "continuous",
"display" : "Terapia continua a largo plazo"
}
]
},
"note" : [
{
"text" : "Consumir a primera hora de la mañana, con el estómago vacío. Alimento luego de 1 hora de tomar el medicamento"
}
],
"dosageInstruction" : [
{
"sequence" : 1,
"text" : "Administrar 1 Comprimido cada 1 semana por 1 año. Administrar el día Lunes",
"timing" : {
"repeat" : {
"boundsDuration" : {
"value" : 1,
"system" : "http://unitsofmeasure.org",
"code" : "a"
},
"frequency" : 1,
"period" : 1,
"periodUnit" : "wk",
"dayOfWeek" : [
"mon"
]
}
},
"route" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSViasAdmin",
"code" : "26643006",
"display" : "vía Oral route (calificador)"
}
]
},
"method" : {
"coding" : [
{
"system" : "https://interoperabilidad.minsal.cl/fhir/ig/snre/CodeSystem/CSMetodos",
"code" : "738995006",
"display" : "Tragar (método de administración)"
}
]
},
"doseAndRate" : [
{
"doseQuantity" : {
"value" : 1,
"unit" : "Comprimido",
"system" : "https://rme.hl7chile.cl/CodeSystem/CSUnidadAsistencial",
"code" : "comprimido"
}
}
]
}
],
"dispenseRequest" : {
"validityPeriod" : {
"start" : "2022-08-20",
"end" : "2023-08-20"
}
}
}