Atención clínica de SDOH
0.1.0 - ci-build Chile flag

Atención clínica de SDOH, published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI-SDOH/ and changes regularly. See the Directory of published versions

: Ejemplo SDOHCC-Tarea completada de cuestionario de riesgo del paciente - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "Ejemplo-TareaCompletadaCuestionarioRiesgo",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-TaskForPatientCL"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Task Ejemplo-TareaCompletadaCuestionarioRiesgo</b></p><a name=\"Ejemplo-TareaCompletadaCuestionarioRiesgo\"> </a><a name=\"hcEjemplo-TareaCompletadaCuestionarioRiesgo\"> </a><a name=\"Ejemplo-TareaCompletadaCuestionarioRiesgo-es-CL\"> </a><p><b>status</b>: Completed</p><p><b>intent</b>: order</p><p><b>priority</b>: Routine</p><p><b>code</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp complete-questionnaire}\">Complete Questionnaire</span></p><p><b>for</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>authoredOn</b>: 2020-09-01 21:56:54+0000</p><p><b>requester</b>: <a href=\"Organization-Ejemplo-Organizacionprestadora.html\">Centro de Salud Familiar Arauco</a></p><p><b>owner</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp questionnaire}\">Questionnaire</span></p><p><b>value</b>: <a href=\"Questionnaire-Ejemplo-CuestionarioPRAPARE.html\">Cuestionario SDOHCC PRAPARE</a></p></blockquote><blockquote><p><b>input</b></p><p><b>type</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL questionnaire-category}\">Categoría de cuestionario</span></p><p><b>value</b>: <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL risk-questionnaire}\">Cuestionario de riesgo</span></p></blockquote><h3>Outputs</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Type</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://hl7.org/fhir/uv/sdc/CodeSystem/temp questionnaire-response}\">Questionnaire Response</span></td><td><a href=\"QuestionnaireResponse-Ejemplo-QuestionnaireRespHunger.html\">Response to Questionnaire '-&gt;SDOHCC Cuestionario Signos de inseguridad alimentaria' about '-&gt;María Díaz'</a></td></tr></table></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
        "code" : "complete-questionnaire",
        "display" : "Complete Questionnaire"
      }
    ]
  },
  "for" : {
    🔗 "reference" : "Patient/Ejemplo-Paciente",
    "display" : "María Díaz"
  },
  "authoredOn" : "2020-09-01T21:56:54.671Z",
  "requester" : {
    🔗 "reference" : "Organization/Ejemplo-Organizacionprestadora",
    "display" : "Centro de Salud Familiar Arauco"
  },
  "owner" : {
    🔗 "reference" : "Patient/Ejemplo-Paciente",
    "display" : "María Díaz"
  },
  "input" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
            "code" : "questionnaire",
            "display" : "Questionnaire"
          }
        ]
      },
      "valueCanonical" : "https://hl7chile.cl/fhir/ig/gravitycl/Questionnaire/Ejemplo-CuestionarioPRAPARE"
    },
    {
      "type" : {
        "coding" : [
          {
            "system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
            "code" : "questionnaire-category",
            "display" : "Categoría de cuestionario"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
            "code" : "risk-questionnaire",
            "display" : "Cuestionario de riesgo"
          }
        ]
      }
    }
  ],
  "output" : [
    {
      "type" : {
        "coding" : [
          {
            "system" : "http://hl7.org/fhir/uv/sdc/CodeSystem/temp",
            "code" : "questionnaire-response",
            "display" : "Questionnaire Response"
          }
        ]
      },
      "valueReference" : {
        🔗 "reference" : "QuestionnaireResponse/Ejemplo-QuestionnaireRespHunger"
      }
    }
  ]
}