FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: Questionnaire/ESAVIQuestionnaire

Packagefhir.giis
Resource TypeQuestionnaire
IdESAVIQuestionnaire
FHIR VersionR4
Sourcehttps://paho.org/fhir/giis/https://build.fhir.org/ig/cens-chile/giis_fhir_IG/Questionnaire-ESAVIQuestionnaire.html
URLhttps://paho.org/fhir/giis/Questionnaire/ESAVIQuestionnaire
Version0.1.8
Statusdraft
Date2025-07-23T19:39:25+00:00
NameGIIS-QuestionnaireESAVI
TitleESAVI Questionnaire for GIIS
Realmus
Authorityhl7

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Questionnaire ESAVIQuestionnaire

LinkIDTextCardinalityTypeDescription & Constraintsdoco
.. GIIS-QuestionnaireESAVIQuestionnairehttps://paho.org/fhir/giis/Questionnaire/ESAVIQuestionnaire#0.1.8
... datosIdVacunadoDemographic data of the vaccinated that has generated an ESAVI1..1group
.... datosPacienteVaccinated patient data1..1group
..... numeroCasoUUID that identifies the case or notification. A person can have more than one notification.0..1string
..... idPacienteUUID Identification of the person vaccinated/affected by ESAVI0..1string
..... sexoPacientePatient's gender0..1choiceValue Set: AdministrativeGender
..... fechaNacimientoPatient's birthdate0..1date
.... antecedentesEnfermedadesPreviasHistory of previous illnesses0..1group
..... descripcionEnfPreviaDescription of the previous health problems of the patient affected by the ESAVI with emphasis on comorbidities or diseases concomitant to the adverse event, previous similar events and medical events relevant to the current health event (if the disease is coded, it is the description corresponding to the code).1..1string
... antecedentesFarmacosVacunasPharmacological Historys1..1group
.... datosVacunasData of the administered vaccines0..1group
..... nombreVacunaName of the vaccine administered0..1string
..... codigoVacunaOtroVaccine code1..1choiceValue Set: Other Vaccine codes
..... numeroDosisVacunaOrdinal number of the administered dose0..1integer
.... datosVacunacionData related to the vaccination process0..1group
..... nombreVacunatorioVacunatory's name0..1string
..... codigoVacunatorioCode of the institution where the vaccine was administered0..1integer
... tipoVacunacionData related to a vaccination ID1..1group
.... vaccinationEventCalendarIdId of a GIIS calendarized vaccination event0..1integer
.... vaccinationEventIdId of a NON calendarized GIIS vaccination event0..1integer
... registroESAVIESAVI registry developed by the vaccinated1..1group
.... datosESAVIInformation on ESAVI and its classification according to severity1..1group
..... nombreESAVIESAVI name1..*choiceValue Set: Adverse Event codes
..... fechaESAVIESAVI start date referred by the patient or identified by the physician1..1date
..... descripcionESAVINarrative description of ESAVI0..1string
..... estadoPacienteESAVIHealth status of the patient related with this ESAVI event0..1choiceValue Set: Patient Status related to an AEFI codes
..... AEFIRecordCreatorIDId of the AEFI record creator0..1integer
..... AEFIRecordCreatorNameName of the AEFI record creator0..1string
.... gravedadESAVIDetermination of the severity status of ESAVI1..1group
..... tipoGravedadIs the ESAVI Serious?1..1choiceValue Set: Adverse Event severity codes

doco Documentation for this format

Source

{
  "resourceType": "Questionnaire",
  "id": "ESAVIQuestionnaire",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://paho.org/fhir/giis/Questionnaire/ESAVIQuestionnaire",
  "version": "0.1.8",
  "name": "GIIS-QuestionnaireESAVI",
  "title": "ESAVI Questionnaire for GIIS",
  "status": "draft",
  "date": "2025-07-23T19:39:25+00:00",
  "publisher": "CENS",
  "contact": [
    {
      "name": "CENS",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.cens.cl"
        }
      ]
    }
  ],
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "item": [
    {
      "linkId": "datosIdVacunado",
      "text": "Demographic data of the vaccinated that has generated an ESAVI",
      "type": "group",
      "required": true,
      "item": [
        {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/minValue",
              "valueDate": "1900-01-01"
            }
          ],
          "linkId": "datosPaciente",
          "text": "Vaccinated patient data",
          "type": "group",
          "required": true,
          "item": [
            {
              "linkId": "numeroCaso",
              "text": "UUID that identifies the case or notification. A person can have more than one notification.",
              "type": "string",
              "required": false
            },
            {
              "linkId": "idPaciente",
              "text": "UUID Identification of the person vaccinated/affected by ESAVI",
              "type": "string",
              "required": false
            },
            {
              "linkId": "sexoPaciente",
              "text": "Patient's gender",
              "type": "choice",
              "required": false,
              "answerValueSet": "http://hl7.org/fhir/ValueSet/administrative-gender"
            },
            {
              "linkId": "fechaNacimiento",
              "text": "Patient's birthdate",
              "type": "date",
              "required": false
            }
          ]
        },
        {
          "linkId": "antecedentesEnfermedadesPrevias",
          "text": "History of previous illnesses",
          "type": "group",
          "required": false,
          "repeats": false,
          "item": [
            {
              "linkId": "descripcionEnfPrevia",
              "text": "Description of the previous health problems of the patient affected by the ESAVI with emphasis on comorbidities or diseases concomitant to the adverse event, previous similar events and medical events relevant to the current health event (if the disease is coded, it is the description corresponding to the code).",
              "type": "string",
              "required": true
            }
          ]
        }
      ]
    },
    {
      "linkId": "antecedentesFarmacosVacunas",
      "text": "Pharmacological Historys",
      "type": "group",
      "required": true,
      "item": [
        {
          "linkId": "datosVacunas",
          "text": "Data of the administered vaccines",
          "type": "group",
          "required": false,
          "repeats": false,
          "item": [
            {
              "linkId": "nombreVacuna",
              "text": "Name of the vaccine administered",
              "type": "string",
              "required": false
            },
            {
              "linkId": "codigoVacunaOtro",
              "text": "Vaccine code",
              "type": "choice",
              "required": true,
              "answerValueSet": "https://paho.org/fhir/giis/ValueSet/OtherVaccineVS"
            },
            {
              "linkId": "numeroDosisVacuna",
              "text": "Ordinal number of the administered dose",
              "type": "integer",
              "required": false
            }
          ]
        },
        {
          "linkId": "datosVacunacion",
          "text": "Data related to the vaccination process",
          "type": "group",
          "required": false,
          "repeats": false,
          "item": [
            {
              "linkId": "nombreVacunatorio",
              "text": "Vacunatory's name",
              "type": "string",
              "required": false
            },
            {
              "linkId": "codigoVacunatorio",
              "text": "Code of the institution where the vaccine was administered",
              "type": "integer",
              "required": false
            }
          ]
        }
      ]
    },
    {
      "linkId": "tipoVacunacion",
      "text": "Data related to a vaccination ID",
      "type": "group",
      "required": true,
      "repeats": false,
      "item": [
        {
          "linkId": "vaccinationEventCalendarId",
          "text": "Id of a GIIS calendarized vaccination event",
          "type": "integer",
          "required": false
        },
        {
          "linkId": "vaccinationEventId",
          "text": "Id of a NON calendarized GIIS vaccination event",
          "type": "integer",
          "required": false
        }
      ]
    },
    {
      "linkId": "registroESAVI",
      "text": "ESAVI registry developed by the vaccinated",
      "type": "group",
      "required": true,
      "item": [
        {
          "linkId": "datosESAVI",
          "text": "Information on ESAVI and its classification according to severity",
          "type": "group",
          "required": true,
          "repeats": false,
          "item": [
            {
              "linkId": "nombreESAVI",
              "text": "ESAVI name",
              "type": "choice",
              "required": true,
              "repeats": true,
              "answerValueSet": "https://paho.org/fhir/giis/ValueSet/AEFINameVS"
            },
            {
              "linkId": "fechaESAVI",
              "text": "ESAVI start date referred by the patient or identified by the physician",
              "type": "date",
              "required": true
            },
            {
              "linkId": "descripcionESAVI",
              "text": "Narrative description of ESAVI",
              "type": "string",
              "required": false
            },
            {
              "linkId": "estadoPacienteESAVI",
              "text": "Health status of the patient related with this ESAVI event",
              "type": "choice",
              "required": false,
              "answerValueSet": "https://paho.org/fhir/giis/ValueSet/AEFIPatientStatusVS"
            },
            {
              "linkId": "AEFIRecordCreatorID",
              "text": "Id of the AEFI record creator",
              "type": "integer",
              "required": false
            },
            {
              "linkId": "AEFIRecordCreatorName",
              "text": "Name of the AEFI record creator",
              "type": "string",
              "required": false
            }
          ]
        },
        {
          "linkId": "gravedadESAVI",
          "text": "Determination of the severity status of ESAVI",
          "type": "group",
          "required": true,
          "item": [
            {
              "linkId": "tipoGravedad",
              "text": "Is the ESAVI Serious?",
              "type": "choice",
              "required": true,
              "answerValueSet": "https://paho.org/fhir/giis/ValueSet/AEFISeverityVS"
            }
          ]
        }
      ]
    }
  ]
}