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

: Clasificación de causalidad Naranjo - JSON Representation

Active as of 2021-03-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "ClasificacionDesenlaceNaranjoCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem ClasificacionDesenlaceNaranjoCS</b></p><a name=\"ClasificacionDesenlaceNaranjoCS\"> </a><a name=\"hcClasificacionDesenlaceNaranjoCS\"> </a><a name=\"ClasificacionDesenlaceNaranjoCS-en-US\"> </a><p>This case-insensitive code system <code>https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS</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\">01<a name=\"ClasificacionDesenlaceNaranjoCS-01\"> </a></td><td>Definitivo</td></tr><tr><td style=\"white-space:nowrap\">02<a name=\"ClasificacionDesenlaceNaranjoCS-02\"> </a></td><td>Probable</td></tr><tr><td style=\"white-space:nowrap\">03<a name=\"ClasificacionDesenlaceNaranjoCS-03\"> </a></td><td>Posible</td></tr><tr><td style=\"white-space:nowrap\">04<a name=\"ClasificacionDesenlaceNaranjoCS-04\"> </a></td><td>Improbable</td></tr></table></div>"
  },
  "url" : "https://paho.org/fhir/esavi/CodeSystem/ClasificacionDesenlaceNaranjoCS",
  "version" : "0.2.0",
  "name" : "ClasificacionDesenlaceNaranjoCS",
  "title" : "Clasificación de causalidad Naranjo",
  "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" : "Método de clasificación de causalidad Naranjo",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 4,
  "concept" : [
    {
      "code" : "01",
      "display" : "Definitivo"
    },
    {
      "code" : "02",
      "display" : "Probable"
    },
    {
      "code" : "03",
      "display" : "Posible"
    },
    {
      "code" : "04",
      "display" : "Improbable"
    }
  ]
}