0.1.0 - ci-build

IPS_Falp, published by EstebanFredes. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/SIMSADIs/GI_IPS_FALP/ and changes regularly. See the Directory of published versions

: Tramos de Severidad Diagnóstica - JSON Representation

Draft as of 2024-11-17

Raw json | Download

{
  "resourceType" : "CodeSystem",
  "id" : "CSseveridadDiagnostica",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem CSseveridadDiagnostica</b></p><a name=\"CSseveridadDiagnostica\"> </a><a name=\"hcCSseveridadDiagnostica\"> </a><a name=\"CSseveridadDiagnostica-en-US\"> </a><p>This case-sensitive code system <code>https://IPSFalp.cl/CodeSystem/CSseveridadDiagnostica</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td></tr><tr><td style=\"white-space:nowrap\">LEVE<a name=\"CSseveridadDiagnostica-LEVE\"> </a></td></tr><tr><td style=\"white-space:nowrap\">MODERADO<a name=\"CSseveridadDiagnostica-MODERADO\"> </a></td></tr><tr><td style=\"white-space:nowrap\">GRAVE<a name=\"CSseveridadDiagnostica-GRAVE\"> </a></td></tr></table></div>"
  },
  "url" : "https://IPSFalp.cl/CodeSystem/CSseveridadDiagnostica",
  "version" : "0.1.0",
  "name" : "CSseveridadDiagnostica",
  "title" : "Tramos de Severidad Diagnóstica",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-17T23:09:28+00:00",
  "publisher" : "EstebanFredes",
  "contact" : [
    {
      "name" : "EstebanFredes",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://example.org/example-publisher"
        }
      ]
    }
  ],
  "description" : "Tramos de Severidad Diagnóstica dependiendo de la valoración subjetiva de la gravedad de la enfermedad evaluada por el clínico",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 3,
  "concept" : [
    {
      "code" : "LEVE",
      "display" : "LEVE"
    },
    {
      "code" : "MODERADO",
      "display" : "MODERADO"
    },
    {
      "code" : "GRAVE",
      "display" : "GRAVE"
    }
  ]
}