FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: CodeSystem/CSNivelComplejidad

Packagehl7.fhir.cl.minsal.eis
TypeCodeSystem
IdCSNivelComplejidad
FHIR VersionR4
Sourcehttps://interoperabilidad.minsal.cl/fhir/ig/eis/https://interoperabilidad.minsal.cl/fhir/ig/eis/0.1.0/CodeSystem-CSNivelComplejidad.html
URLhttps://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSNivelComplejidad
Version0.1.0
Statusactive
Date2023-01-15
NameCSNivelComplejidad
TitleNivelComplejidad
Realmcl
Authorityhl7
DescriptionNivelComplejidad
Contentcomplete

Resources that use this resource

ValueSet
VSNivelComplejidadNivelComplejidad

Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: CodeSystem CSNivelComplejidad

This case-sensitive code system https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSNivelComplejidad defines the following codes:

CodeDisplay
1 Baja Complejidad
2 Mediana Complejidad
3 Alta Complejidad

Source

{
  "resourceType": "CodeSystem",
  "id": "CSNivelComplejidad",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/CSNivelComplejidad",
  "version": "0.1.0",
  "name": "CSNivelComplejidad",
  "title": "NivelComplejidad",
  "status": "active",
  "experimental": false,
  "date": "2023-01-15",
  "publisher": "Unidad de Interoperabilidad - MINSAL",
  "contact": [
    {
      "name": "Unidad de Interoperabilidad - MINSAL",
      "telecom": [
        {
          "system": "url",
          "value": "https://interoperabilidad.minsal.cl"
        }
      ]
    }
  ],
  "description": "NivelComplejidad",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CL",
          "display": "Chile"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 3,
  "concept": [
    {
      "code": "1",
      "display": "Baja Complejidad"
    },
    {
      "code": "2",
      "display": "Mediana Complejidad"
    },
    {
      "code": "3",
      "display": "Alta Complejidad"
    }
  ]
}