1.1 - release Argentina flag

SATIQ - Local Development build (v1.1). See the Versión 1.1 (única publicada)

QuestionnaireResponse: EjemploQuestionnaireResponse

Ejemplo de recurso QuestionnaireResponse para el programa SATI-Q. Este ejemplo ha sido validado en Simplifier.net.

Resource TypeQuestionnaireResponse
IDqr-ejemplo-clinicas-0001
Statuscompleted
Questionnaire#CuestionarioSATIQ - Ver Questionnaire
Authored2025-04-01T17:00:00-03:00
ProfileFHIR R4 QuestionnaireResponse

Resumen de Datos del Ejemplo

Datos Demográficos del Paciente

CampoValorDescripción
IDPACIENTE1Identificador único del paciente
TIPOAdulto (APACHE II)Tipo de paciente - código: A
EDAD49 AñosEdad al ingreso (UCUM: a)
SEXOMasculinoSexo del paciente - código: M

Datos de Internación UCI

CampoValorDescripción
REINGRESO0 (No)No es reingreso
FECHING2025-03-01Fecha de ingreso
HORAING15:00:00Hora de ingreso
FECEGR2025-04-01Fecha de egreso
HORAEGR17:00:00Hora de egreso
ESTADIA31Días de estadía
MOTINGPatología MédicaMotivo de ingreso (adulto) - código: 1
PROCEDENCIAGuardiaUbicación anterior - código: 1

Scores de Gravedad

CampoValorDescripción
SCORE29.0Score APACHE II
PROBABMORT49.0Probabilidad de mortalidad (49%)

Dispositivos y Soporte Ventilatorio

DispositivoUsoDías
Ventilación Invasiva (VI)Sí (1)5
Ventilación No Invasiva (VNI)Sí (1)2
Cánula Alto Flujo (CAFO)Sí (1)1
Catéter Venoso Central (CVC)Sí (1)6
Sonda Enteral (SE)No (0)0
Sonda Vesical (SV)Sí (1)6
Sonda Nasogástrica (SNG)Sí (1)1

Complicaciones e Infecciones

ComplicaciónPresenteEpisodios
Neumonía asociada a ARMSí (1)1
AutoextubaciónNo (0)0
Infección asociada a CVCNo (0)0
Infección urinariaSí (1)1
EscarasNo (0)0
Infección de heridasNo (0)0
Desplazamiento SNGNo (0)0
Caída de camaNo (0)0

TISS y Resultado

CampoValor
TISSMIN9
TISSMAX26
TISSPROMEDIO17.7
RESULTADOAlta al piso de internación (código: 1)

Notas de Implementación

  • Todos los campos valueCoding deben incluir system, code y display.
  • El campo questionnaire usa referencia contenida: #CuestionarioSATIQ
  • Las cantidades (como EDAD) deben incluir system y code de UCUM cuando aplique.
  • Los valores booleanos se representan como valueInteger: 0 = No, 1 = Sí.

Descargar Ejemplo

Descargar ejemplo en formato JSON ⬇

8.4.10 : EjemploQuestionnaireResponse - XML Representation

Completed as of 2025-04-01

Representación XML no disponible. Use la representación JSON.

XML representation coming soon

8.4.10 : EjemploQuestionnaireResponse - JSON Representation

Completed as of 2025-04-01

Raw json | Download ⬇

{
  "resourceType": "QuestionnaireResponse",
  "id": "qr-ejemplo-clinicas-0001",
  "status": "completed",
  "questionnaire": "#CuestionarioSATIQ",
  "authored": "2025-04-01T17:00:00-03:00",
  "author": {
    "display": "96a3974cc1311994464e4402591fbd73"
  },
  "item": [
    {
      "linkId": "IDPACIENTE",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "REINGRESO",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "FECHING",
      "answer": [{ "valueDate": "2025-03-01" }]
    },
    {
      "linkId": "HORAING",
      "answer": [{ "valueTime": "15:00:00" }]
    },
    {
      "linkId": "FECEGR",
      "answer": [{ "valueDate": "2025-04-01" }]
    },
    {
      "linkId": "HORAEGR",
      "answer": [{ "valueTime": "17:00:00" }]
    },
    {
      "linkId": "ESTADIA",
      "answer": [{ "valueInteger": 31 }]
    },
    {
      "linkId": "TIPO",
      "answer": [{ "valueCoding": "{'system': 'https://www.hardineros.com.ar/satiq/fhir/CodeSystem/TipoPaciente', 'code': 'A', 'display': 'Adulto (APACHE II)'}" }]
    },
    {
      "linkId": "EDAD",
      "answer": [{ "valueQuantity": "{'value': 49, 'unit': 'Años', 'system': 'http://unitsofmeasure.org', 'code': 'a'}" }]
    },
    {
      "linkId": "SEXO",
      "answer": [{ "valueCoding": "{'system': 'https://www.hardineros.com.ar/satiq/fhir/CodeSystem/SexoPaciente', 'code': 'M', 'display': 'Masculino'}" }]
    },
    {
      "linkId": "MOTING",
      "answer": [{ "valueCoding": "{'system': 'https://www.hardineros.com.ar/satiq/fhir/CodeSystem/MotivoIngreso', 'code': '1', 'display': 'Patología Médica'}" }]
    },
    {
      "linkId": "PROCEDENCIA",
      "answer": [{ "valueCoding": "{'system': 'https://www.hardineros.com.ar/satiq/fhir/CodeSystem/UbicacionAnteriorPaciente', 'code': '1', 'display': 'Guardia'}" }]
    },
    {
      "linkId": "SCORE",
      "answer": [{ "valueDecimal": 29.0 }]
    },
    {
      "linkId": "PROBABMORT",
      "answer": [{ "valueDecimal": 49.0 }]
    },
    {
      "linkId": "VI",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "DIASVI",
      "answer": [{ "valueInteger": 5 }]
    },
    {
      "linkId": "VNI",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "DIASVNI",
      "answer": [{ "valueInteger": 2 }]
    },
    {
      "linkId": "CAFO",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "DIASCAFO",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "NEUMONIA",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "NEUMONIANUM",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "AUTOEXTUBACION",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "AUTOEXTUBACIONNUM",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "CVC",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "DIASCVC",
      "answer": [{ "valueInteger": 6 }]
    },
    {
      "linkId": "INFCATETER",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "INFCATETERNUM",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "SE",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "DIASSE",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "SV",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "DIASSV",
      "answer": [{ "valueInteger": 6 }]
    },
    {
      "linkId": "INFURINARIA",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "INFURINARIANUM",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "ESCARAS",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "ESCARASNUM",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "INFHERIDAS",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "INFHERIDASNUM",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "SNG",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "DIASSNG",
      "answer": [{ "valueInteger": 1 }]
    },
    {
      "linkId": "DESLIZSNG",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "DESLIZSNGNUM",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "DESLIZCAMA",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "DESLIZCAMANUM",
      "answer": [{ "valueInteger": 0 }]
    },
    {
      "linkId": "TISSMIN",
      "answer": [{ "valueInteger": 9 }]
    },
    {
      "linkId": "TISSMAX",
      "answer": [{ "valueInteger": 26 }]
    },
    {
      "linkId": "TISSPROMEDIO",
      "answer": [{ "valueDecimal": 17.7 }]
    },
    {
      "linkId": "RESULTADO",
      "answer": [{ "valueCoding": "{'system': 'https://www.hardineros.com.ar/satiq/fhir/CodeSystem/Resultado', 'code': '1', 'display': 'Alta al piso de internación'}" }]
    }
  ]
}

8.4.10 : EjemploQuestionnaireResponse - TTL Representation

Completed as of 2025-04-01

Representación Turtle no disponible. Use la representación JSON.

TTL representation coming soon