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 Dispositivo de confirmación de condiciones - JSON Representation

Raw json | Download

{
  "resourceType" : "Condition",
  "id" : "Ejemplo-DispositivoConfirmacion",
  "meta" : {
    "profile" : [
      🔗 "https://hl7chile.cl/fhir/ig/clcore/StructureDefinition/CoreDiagnosticoCl"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Condition Ejemplo-DispositivoConfirmacion</b></p><a name=\"Ejemplo-DispositivoConfirmacion\"> </a><a name=\"hcEjemplo-DispositivoConfirmacion\"> </a><a name=\"Ejemplo-DispositivoConfirmacion-es-CL\"> </a><p><b>Extensión Afirmación de condición</b>: <a href=\"Device-Ejemplo-DeviceSoftware.html\">Application program software</a></p><p><b>clinicalStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-clinical active}\">Active</span></p><p><b>verificationStatus</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/condition-ver-status unconfirmed}\">Unconfirmed</span></p><p><b>category</b>: <span title=\"Codes:{http://hl7.org/fhir/us/core/CodeSystem/condition-category health-concern}\">Health Concern</span>, <span title=\"Codes:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL food-insecurity}\">Inseguridad alimentaria</span></p><p><b>code</b>: <span title=\"Codes:{http://snomed.info/sct 733423003}, {http://hl7.org/fhir/sid/icd-10-cm Z59.4}\">Food insecurity</span></p><p><b>subject</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>onset</b>: 2019-08-18 12:31:35+0000 --&gt; (ongoing)</p><h3>Evidences</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Detail</b></td></tr><tr><td style=\"display: none\">*</td><td><a href=\"Observation-Ejemplo-RespuestaObsPreg3Hunger.html\">Observation Food insecurity risk [HVS]</a></td></tr></table></div>"
  },
  "extension" : [
    {
      "url" : "https://hl7chile.cl/fhir/ig/gravitycl/StructureDefinition/SDOHCC-ExtensionConditionAsserterCL",
      "valueReference" : {
        🔗 "reference" : "Device/Ejemplo-DeviceSoftware",
        "display" : "Application program software"
      }
    }
  ],
  "clinicalStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "code" : "active",
        "display" : "Active"
      }
    ]
  },
  "verificationStatus" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/condition-ver-status",
        "code" : "unconfirmed",
        "display" : "Unconfirmed"
      }
    ]
  },
  "category" : [
    {
      "coding" : [
        {
          "system" : "http://hl7.org/fhir/us/core/CodeSystem/condition-category",
          "code" : "health-concern",
          "display" : "Health Concern"
        }
      ]
    },
    {
      "coding" : [
        {
          "system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
          "code" : "food-insecurity",
          "display" : "Inseguridad alimentaria"
        }
      ]
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "733423003",
        "display" : "Food insecurity"
      },
      {
        "system" : "http://hl7.org/fhir/sid/icd-10-cm",
        "code" : "Z59.4",
        "display" : "Lack of adequate food"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/Ejemplo-Paciente",
    "display" : "María Díaz"
  },
  "onsetPeriod" : {
    "start" : "2019-08-18T12:31:35.123Z"
  },
  "evidence" : [
    {
      "detail" : [
        {
          🔗 "reference" : "Observation/Ejemplo-RespuestaObsPreg3Hunger"
        }
      ]
    }
  ]
}