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-Información de revisión del paciente en la tarea - JSON Representation

Raw json | Download

{
  "resourceType" : "Task",
  "id" : "Ejemplo-InformacionRevisionTarea",
  "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-InformacionRevisionTarea</b></p><a name=\"Ejemplo-InformacionRevisionTarea\"> </a><a name=\"hcEjemplo-InformacionRevisionTarea\"> </a><a name=\"Ejemplo-InformacionRevisionTarea-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:{https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL review-material}\">Revisar material</span></p><p><b>description</b>: Por favor, revise la siguiente información sobre la hipertensión arterial.</p><p><b>focus</b>: <a href=\"DocumentReference-Ejemplo-DocumentoReferencia.html\">DocumentReference: status = current; description = Ejemplo sobre un documento de referencia para un folleto sobre Hipertensión arterial. Este ejemplo se utiliza como un documento referenciado en otros ejemplos de esta IG.</a></p><p><b>for</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p><p><b>authoredOn</b>: 2020-09-12 21:56:54+0000</p><p><b>requester</b>: <a href=\"Organization-Ejemplo-Organizacionprestadora.html\">Organization Centro de Salud Familiar Arauco</a></p><p><b>owner</b>: <a href=\"Patient-Ejemplo-Paciente.html\">María Díaz</a></p></div>"
  },
  "status" : "completed",
  "intent" : "order",
  "priority" : "routine",
  "code" : {
    "coding" : [
      {
        "system" : "https://hl7chile.cl/fhir/ig/gravitycl/CodeSystem/SDOHCC-CodeSystemTemporaryCodesCL",
        "code" : "review-material",
        "display" : "Revisar material"
      }
    ]
  },
  "description" : "Por favor, revise la siguiente información sobre la hipertensión arterial.",
  "focus" : {
    🔗 "reference" : "DocumentReference/Ejemplo-DocumentoReferencia"
  },
  "for" : {
    🔗 "reference" : "Patient/Ejemplo-Paciente",
    "display" : "María Díaz"
  },
  "authoredOn" : "2020-09-12T21:56:54.671Z",
  "requester" : {
    🔗 "reference" : "Organization/Ejemplo-Organizacionprestadora"
  },
  "owner" : {
    🔗 "reference" : "Patient/Ejemplo-Paciente",
    "display" : "María Díaz"
  }
}