Guía de Implementación FHIR de ESAVI
0.2.0 - ci-build International flag

Guía de Implementación FHIR de ESAVI, published by ESAVI -. This guide is not an authorized publication; it is the continuous build for version 0.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/PanAmericanHealthOrganization/ESAVI-IG-FHIR/ and changes regularly. See the Directory of published versions

: Desenlaces Tras ESAVI - JSON Representation

Active as of 2021-03-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ClasificacionDesenlaceCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ClasificacionDesenlaceCS</b></p><a name=\"ClasificacionDesenlaceCS\"> </a><a name=\"hcClasificacionDesenlaceCS\"> </a><a name=\"ClasificacionDesenlaceCS-en-US\"> </a><p>This case-insensitive code system <code>https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">1<a name=\"ClasificacionDesenlaceCS-1\"> </a></td><td>Recuperado Completamente</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"ClasificacionDesenlaceCS-2\"> </a></td><td>En recuperación</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"ClasificacionDesenlaceCS-3\"> </a></td><td>No recuperado</td></tr><tr><td style=\"white-space:nowrap\">4<a name=\"ClasificacionDesenlaceCS-4\"> </a></td><td>Recuperado con secuelas</td></tr><tr><td style=\"white-space:nowrap\">5<a name=\"ClasificacionDesenlaceCS-5\"> </a></td><td>Muerte</td></tr><tr><td style=\"white-space:nowrap\">0<a name=\"ClasificacionDesenlaceCS-0\"> </a></td><td>Desconocido</td></tr></table></div>"
  },
  "url" : "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceCS",
  "version" : "0.2.0",
  "name" : "ClasificacionDesenlaceCS",
  "title" : "Desenlaces Tras ESAVI",
  "status" : "active",
  "experimental" : false,
  "date" : "2021-03-11T00:00:00-03:00",
  "publisher" : "ESAVI -",
  "contact" : [
    {
      "name" : "ESAVI -",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://covid-19pharmacovigilance.paho.org/resources/updates-on-aefi"
        },
        {
          "system" : "email",
          "value" : "rizzatodan@paho.org"
        }
      ]
    }
  ],
  "description" : "Clasificación de Desenlace Tras Sufrir ESAVI",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 6,
  "concept" : [
    {
      "code" : "1",
      "display" : "Recuperado Completamente"
    },
    {
      "code" : "2",
      "display" : "En recuperación"
    },
    {
      "code" : "3",
      "display" : "No recuperado"
    },
    {
      "code" : "4",
      "display" : "Recuperado con secuelas"
    },
    {
      "code" : "5",
      "display" : "Muerte"
    },
    {
      "code" : "0",
      "display" : "Desconocido"
    }
  ]
}