Notificación FACEDRA basada en FHIR® R5 |
0.1.1 - ci-build
Notificación FACEDRA basada en FHIR® R5 | - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions
| Page standards status: Informative |
{
"resourceType" : "MedicationStatement",
"id" : "medicamento-sospechoso-ejemplo-whoDrug",
"meta" : {
"profile" : [
🔗 "https://hl7.comisca.org/fhir/StructureDefinition/medicamento-sospechoso-facedra"
]
},
"language" : "en",
"text" : {
"status" : "extensions",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement medicamento-sospechoso-ejemplo-whoDrug</b></p><a name=\"medicamento-sospechoso-ejemplo-whoDrug\"> </a><a name=\"hcmedicamento-sospechoso-ejemplo-whoDrug\"> </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-medicamento-sospechoso-facedra.html\">Medicamento Sospechoso FACEDRA</a></p></div><p><b>Tipo de Sospecha (Extension)</b>: <span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/suspect-type suspected}\">Sospechoso</span></p><p><b>Medidas Tomadas con el Medicamento</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/v2-0251 OT}\">Other</span></p><p><b>status</b>: Recorded</p><h3>Medications</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Reference</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Medication-medicamento-ejemplo-whoDrug.html\">Medication Methyldopa</a></td></tr></table><p><b>subject</b>: <a href=\"Patient-paciente-mujer-completo.html\">María López Fernández Female, DoB: 1996-07-08 ( Medical record number)</a></p><p><b>encounter</b>: <a href=\"Encounter-encuentro-autoridad-completo.html\">Encounter: status = completed; type = ambulatory; actualPeriod = 2024-05-20 14:00:00-0600 --> 2024-05-20 14:45:00-0600</a></p><p><b>effective</b>: 2025-10-15 --> 2026-01-20</p><p><b>informationSource</b>: <a href=\"Practitioner-notificador-autoridad-completo.html\">Practitioner Roberto Méndez </a></p><h3>Reasons</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Concept</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:\">Hipertensión arterial</span></td></tr></table><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>250 mg cada 8 horas, vía oral</td><td><span title=\"Codes:{https://hl7.comisca.org/fhir/CodeSystem/route-administration oral}\">Oral</span></td></tr></table></div>"
},
"extension" : [
{
"url" : "https://hl7.comisca.org/fhir/StructureDefinition/suspect-type-ext",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "https://hl7.comisca.org/fhir/CodeSystem/suspect-type",
"code" : "suspected",
"display" : "Sospechoso"
}
]
}
},
{
"url" : "https://hl7.comisca.org/fhir/StructureDefinition/medication-action-taken-ext",
"valueCodeableConcept" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0251",
"code" : "OT",
"display" : "Other"
}
]
}
}
],
"status" : "recorded",
"medication" : {
"reference" : {
🔗 "reference" : "Medication/medicamento-ejemplo-whoDrug"
}
},
"subject" : {
🔗 "reference" : "Patient/paciente-mujer-completo"
},
"encounter" : {
🔗 "reference" : "Encounter/encuentro-autoridad-completo"
},
"effectivePeriod" : {
"start" : "2025-10-15",
"end" : "2026-01-20"
},
"informationSource" : [
{
🔗 "reference" : "Practitioner/notificador-autoridad-completo"
}
],
"reason" : [
{
"concept" : {
"text" : "Hipertensión arterial"
}
}
],
"dosage" : [
{
"text" : "250 mg cada 8 horas, vía oral",
"route" : {
"coding" : [
{
"system" : "https://hl7.comisca.org/fhir/CodeSystem/route-administration",
"code" : "oral",
"display" : "Oral"
}
]
}
}
]
}