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

FHIR IG Statistics: CodeSystem/istat-ripartizione-geografica

Packagehl7.fhir.it.lab-report
TypeCodeSystem
Idistat-ripartizione-geografica
FHIR VersionR4
Sourcehttp://hl7.it/fhir/lab-report/http://hl7.it/fhir/lab-report/0.2.0/CodeSystem-istat-ripartizione-geografica.html
URLhttp://hl7.it/fhir/lab-report/CodeSystem/istat-ripartizione-geografica
Version0.2.0
Statusactive
Date2024-03-08T09:39:30+01:00
NameCsRipartizionegeografica
TitleISTAT - Ripartizione Geografica
Realmit
Authorityhl7
DescriptionISTAT - Codice Istat della Ripartizione geografica secondo la suddivisione del territorio nazionale
Contentcomplete

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

This case-sensitive code system http://hl7.it/fhir/lab-report/CodeSystem/istat-ripartizione-geografica defines the following codes:

CodeDisplay
1 Nord-ovest
2 Nord-est
3 Centro
4 Sud
5 Isole

Source

{
  "resourceType": "CodeSystem",
  "id": "istat-ripartizione-geografica",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.it/fhir/lab-report/CodeSystem/istat-ripartizione-geografica",
  "version": "0.2.0",
  "name": "CsRipartizionegeografica",
  "title": "ISTAT - Ripartizione Geografica",
  "status": "active",
  "experimental": false,
  "date": "2024-03-08T09:39:30+01:00",
  "publisher": "HL7 Italia",
  "contact": [
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    },
    {
      "name": "HL7 Italia",
      "telecom": [
        {
          "system": "url",
          "value": "https://hl7.it"
        }
      ]
    }
  ],
  "description": "ISTAT - Codice Istat della Ripartizione geografica secondo la suddivisione del territorio nazionale",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "IT",
          "display": "Italy"
        }
      ]
    }
  ],
  "caseSensitive": true,
  "content": "complete",
  "count": 5,
  "concept": [
    {
      "code": "1",
      "display": "Nord-ovest"
    },
    {
      "code": "2",
      "display": "Nord-est"
    },
    {
      "code": "3",
      "display": "Centro"
    },
    {
      "code": "4",
      "display": "Sud"
    },
    {
      "code": "5",
      "display": "Isole"
    }
  ]
}