FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.cl.minsal.eis
Resource TypeCodeSystem
IdCodeSystem-eis-tipo-via-cs.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/Minsal-CL/eis/CodeSystem-eis-tipo-via-cs.html
URLhttps://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/eis-tipo-via-cs
Version0.1.1
Statusactive
Date2026-03-01T00:00:00-03:00
NameTipoViaCS
TitleTipo de Vía
Realmcl
Authorityhl7
DescriptionCorresponde al tipo o clasificación de calle.
Contentcomplete

Resources that use this resource

ValueSet
hl7.fhir.cl.minsal.eis#currenteis-tipo-via-vsTipo de Vía

Resources that this resource uses

No resources found


Narrative

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

Generated Narrative: SistemaDeCodigos eis-tipo-via-cs

Language: es

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

CodeDisplay
1 Calle
2 Avenida
3 Pasaje
4 Camino
5 Carretera
6 Callejón
7 Paseo
8 Escalera
9 Otro
10 Rotonda

Source1

{
  "resourceType": "CodeSystem",
  "id": "eis-tipo-via-cs",
  "language": "es",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://interoperabilidad.minsal.cl/fhir/ig/eis/CodeSystem/eis-tipo-via-cs",
  "version": "0.1.1",
  "name": "TipoViaCS",
  "title": "Tipo de Vía",
  "status": "active",
  "experimental": true,
  "date": "2026-03-01T00:00:00-03:00",
  "publisher": "Unidad de Interoperabilidad - MINSAL",
  "contact": [
    {
      "name": "Unidad de Interoperabilidad - MINSAL",
      "telecom": [
        {
          "system": "url",
          "value": "https://interoperabilidad.minsal.cl"
        }
      ]
    }
  ],
  "description": "Corresponde al tipo o clasificación de calle.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "CL",
          "display": "Chile"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 10,
  "concept": [
    {
      "code": "1",
      "display": "Calle"
    },
    {
      "code": "2",
      "display": "Avenida"
    },
    {
      "code": "3",
      "display": "Pasaje"
    },
    {
      "code": "4",
      "display": "Camino"
    },
    {
      "code": "5",
      "display": "Carretera"
    },
    {
      "code": "6",
      "display": "Callejón"
    },
    {
      "code": "7",
      "display": "Paseo"
    },
    {
      "code": "8",
      "display": "Escalera"
    },
    {
      "code": "9",
      "display": "Otro"
    },
    {
      "code": "10",
      "display": "Rotonda"
    }
  ]
}