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

: Ejemplo de Estudio de Investigacion FACEDRA

Page standards status: Informative

Raw json | Download

{
  "resourceType" : "ResearchStudy",
  "id" : "estudio-investigacion-ejemplo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7.comisca.org/fhir/StructureDefinition/estudio-investigacion-facedra"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ResearchStudy estudio-investigacion-ejemplo</b></p><a name=\"estudio-investigacion-ejemplo\"> </a><a name=\"hcestudio-investigacion-ejemplo\"> </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-estudio-investigacion-facedra.html\">Estudio de Investigacion FACEDRA</a></p></div><p><b>identifier</b>: <a href=\"NamingSystem-ns-expediente-clinico.html\" title=\"Identificador único del expediente clínico del paciente dentro del sistema de salud notificador, usado en el contexto de la notificación FACEDRA.\">Expediente Clínico FACEDRA</a>/FACEDRA-STUDY-2026-0001</p><p><b>name</b>: Estudio regional de seguridad post-comercializacion de vacuna COVID-19</p><p><b>title</b>: Estudio multicentrico SICA de farmacovigilancia activa</p><p><b>status</b>: Active</p><p><b>region</b>: <span title=\"Codes:{urn:iso:std:iso:3166 CR}\">Costa Rica</span>, <span title=\"Codes:{urn:iso:std:iso:3166 SV}\">El Salvador</span></p></div>"
  },
  "identifier" : [
    {
      "system" : "https://hl7.comisca.org/fhir/NamingSystem/expediente-clinico",
      "value" : "FACEDRA-STUDY-2026-0001"
    }
  ],
  "name" : "Estudio regional de seguridad post-comercializacion de vacuna COVID-19",
  "title" : "Estudio multicentrico SICA de farmacovigilancia activa",
  "status" : "active",
  "region" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CR",
          "display" : "Costa Rica"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "SV",
          "display" : "El Salvador"
        }
      ]
    }
  ]
}