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

: Vías de Administración de Medicamentos - JSON Representation

Active as of 2021-03-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ViaAdminMedicamentoVS",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ViaAdminMedicamentoVS</b></p><a name=\"ViaAdminMedicamentoVS\"> </a><a name=\"hcViaAdminMedicamentoVS\"> </a><a name=\"ViaAdminMedicamentoVS-en-US\"> </a><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a 736479009 (Dose form intended site (intended site))</li></ul></div>"
  },
  "url" : "https://paho.org/fhir/esavi/ValueSet/ViaAdminMedicamentoVS",
  "version" : "0.2.0",
  "name" : "ViaAdminMedicamentoVS",
  "title" : "Vías de Administración de Medicamentos",
  "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" : "Describe y lista las vías de administración de medicamentos para registro en ESAVI segun SNOMED CT",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "001"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "736479009"
          }
        ]
      }
    ]
  }
}