Notificación FACEDRA basada en FHIR® R5 |
0.1.1 - ci-build International flag

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

: Medicamento Sospechoso FACEDRA - Ejemplo 3

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "medicamento-sospechoso-ejemplo-3",
  "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-3</b></p><a name=\"medicamento-sospechoso-ejemplo-3\"> </a><a name=\"hcmedicamento-sospechoso-ejemplo-3\"> </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/v3-NullFlavor UNK}\">unknown</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-3.html\">Medication </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 --&gt; 2024-05-20 14:45:00-0600</a></p><p><b>effective</b>: 2025-11-03 --&gt; (ongoing)</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:\">Colesterol</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>10 mg cada 24 Horas / 24,00 Horas</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/v3-NullFlavor",
            "code" : "UNK",
            "display" : "unknown"
          }
        ]
      }
    }
  ],
  "status" : "recorded",
  "medication" : {
    "reference" : {
      🔗 "reference" : "Medication/medicamento-ejemplo-3"
    }
  },
  "subject" : {
    🔗 "reference" : "Patient/paciente-mujer-completo"
  },
  "encounter" : {
    🔗 "reference" : "Encounter/encuentro-autoridad-completo"
  },
  "effectivePeriod" : {
    "start" : "2025-11-03"
  },
  "informationSource" : [
    {
      🔗 "reference" : "Practitioner/notificador-autoridad-completo"
    }
  ],
  "reason" : [
    {
      "concept" : {
        "text" : "Colesterol"
      }
    }
  ],
  "dosage" : [
    {
      "text" : "10 mg cada 24 Horas / 24,00 Horas",
      "route" : {
        "coding" : [
          {
            "system" : "https://hl7.comisca.org/fhir/CodeSystem/route-administration",
            "code" : "oral",
            "display" : "Oral"
          }
        ]
      }
    }
  ]
}