Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo)
0.1 - ci-build
Interoperabilidad de Historia Clínica - PERÚ (versión en desarrollo) - Local Development build (v0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
{
"resourceType" : "MedicationStatement",
"id" : "MedicationStatementEjemploPeru",
"meta" : {
"profile" : [
🔗 "https://www.gob.pe/minsa/RENHICE/fhir/StructureDefinition/MedicationStatementPe"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement MedicationStatementEjemploPeru</b></p><a name=\"MedicationStatementEjemploPeru\"> </a><a name=\"hcMedicationStatementEjemploPeru\"> </a><a name=\"MedicationStatementEjemploPeru-es-PE\"> </a><p><b>status</b>: Active</p><p><b>medication</b>: <span title=\"Codes:\">Paracetamol</span></p><p><b>subject</b>: <a href=\"Patient-PacientePeruMinimo.html\">Jose Miguel Rivas Male, DoB: 1974-12-25 ( DNI: 987654321)</a></p><p><b>effective</b>: 2023-01-02</p><h3>Dosages</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td><td><b>Route</b></td></tr><tr><td style=\"display: none\">*</td><td>1 tableta de 500 mg cada 8 horas</td><td><span title=\"Codes:\">Oral</span></td></tr></table></div>"
},
"status" : "active",
"medicationCodeableConcept" : {
"text" : "Paracetamol"
},
"subject" : {
🔗 "reference" : "Patient/PacientePeruMinimo"
},
"effectiveDateTime" : "2023-01-02",
"dosage" : [
{
"text" : "1 tableta de 500 mg cada 8 horas",
"route" : {
"text" : "Oral"
}
}
]
}