ESAVI FHIR Implementation Guide (IG)
0.1.45 - ci-build International flag

ESAVI FHIR Implementation Guide (IG), published by ESAVI -. This guide is not an authorized publication; it is the continuous build for version 0.1.45 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-EN/ and changes regularly. See the Directory of published versions

: Simple Answers - JSON Representation

Active as of 2021-03-11

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "RespuestaSiNoNoSabeCS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem RespuestaSiNoNoSabeCS</b></p><a name=\"RespuestaSiNoNoSabeCS\"> </a><a name=\"hcRespuestaSiNoNoSabeCS\"> </a><a name=\"RespuestaSiNoNoSabeCS-en-US\"> </a><p>This case-insensitive code system <code>https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNoSabeCS</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=\"RespuestaSiNoNoSabeCS-1\"> </a></td><td>Yes</td></tr><tr><td style=\"white-space:nowrap\">2<a name=\"RespuestaSiNoNoSabeCS-2\"> </a></td><td>No</td></tr><tr><td style=\"white-space:nowrap\">3<a name=\"RespuestaSiNoNoSabeCS-3\"> </a></td><td>He doesn't know</td></tr></table></div>"
  },
  "url" : "https://paho.org/fhir/esavi/CodeSystem/RespuestaSiNoNoSabeCS",
  "version" : "0.1.45",
  "name" : "RespuestaSiNoNoSabeCS",
  "title" : "Simple Answers",
  "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" : "Codes to capture simple yes/no/don't know responses",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "caseSensitive" : false,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "1",
      "display" : "Yes"
    },
    {
      "code" : "2",
      "display" : "No"
    },
    {
      "code" : "3",
      "display" : "He doesn't know"
    }
  ]
}