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

FHIR IG Statistics: ValueSet/ValueSet-TipologiaIdentificativoPaziente

Packagegdrl.fhir.r4
Resource TypeValueSet
IdValueSet-TipologiaIdentificativoPaziente
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=gdrl.fhir.r4@1.4.0&canonical=https://fhir.siss.regione.lombardia.it/ValueSet/TipologiaIdentificativoPaziente
URLhttps://fhir.siss.regione.lombardia.it/ValueSet/TipologiaIdentificativoPaziente
Version1.0.0
Statusactive
Date2023-12-21T14:31:53.6384566+00:00
NameTipo di Identificativo Paziente
DescriptionValueSet relativo alla tipologia di identificazione del paziente

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
TipologiaIdentificativoPazienteTipologia Identificativo Paziente

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ValueSet-TipologiaIdentificativoPaziente",
  "url": "https://fhir.siss.regione.lombardia.it/ValueSet/TipologiaIdentificativoPaziente",
  "version": "1.0.0",
  "name": "Tipo di Identificativo Paziente",
  "status": "active",
  "date": "2023-12-21T14:31:53.6384566+00:00",
  "description": "ValueSet relativo alla tipologia di identificazione del paziente",
  "compose": {
    "include": [
      {
        "system": "https://fhir.siss.regione.lombardia.it/CodeSystem/TipologiaIdentificativoPaziente",
        "version": "1.0",
        "concept": [
          {
            "code": "PNT",
            "display": "STP"
          },
          {
            "code": "NN",
            "display": "Codice Fiscale"
          },
          {
            "code": "SS",
            "display": "Tessera sanitaria"
          },
          {
            "code": "NPI",
            "display": "Tessera TEAM"
          }
        ]
      }
    ]
  }
}