Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva)
2.0.0 - draft Chile flag

Guía de Implementación ''cl core'' FHIR R4, (Versión Evolutiva), published by HL7 Chile. This guide is not an authorized publication; it is the continuous build for version 2.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Chile/clcore_2.0/ and changes regularly. See the Directory of published versions

: Diagnósticos SNOMED y Ausente o Desconocido - JSON Representation

Active as of 2022-07-25

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "VSDiagnosticosSCT",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet VSDiagnosticosSCT</b></p><a name=\"VSDiagnosticosSCT\"> </a><a name=\"hcVSDiagnosticosSCT\"> </a><a name=\"VSDiagnosticosSCT-es-CL\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include codes from<a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  descends from 404684003 (Clinical finding (finding))</li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/160245001\">160245001</a></td><td>No current problems or disability</td></tr></table></li></ul></div>"
  },
  "url" : "https://hl7chile.cl/fhir/ig/clcore2/ValueSet/VSDiagnosticosSCT",
  "version" : "2.0.0",
  "name" : "VSDiagnosticosSCT",
  "title" : "Diagnósticos SNOMED y Ausente o Desconocido",
  "status" : "active",
  "experimental" : false,
  "date" : "2022-07-25T00:00:00-03:00",
  "publisher" : "HL7 Chile",
  "contact" : [
    {
      "name" : "HL7 Chile",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7chile.cl"
        },
        {
          "system" : "email",
          "value" : "chair@hl7chile.cl"
        }
      ]
    }
  ],
  "description" : "Diagnósticos definidos en Snomed-CT.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CL",
          "display" : "Chile"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "descendent-of",
            "value" : "404684003"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "160245001",
            "display" : "No current problems or disability"
          }
        ]
      }
    ]
  }
}