This page is part of the HL7 FHIR Implementation Guide Laboratory Report (v0.2.0: Release 1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions
Active as of 2024-03-08 |
{
"resourceType" : "CodeSystem",
"id" : "it-identifier-type",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This case-sensitive code system <code>http://hl7.it/fhir/lab-report/CodeSystem/it-identifier-type</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td style=\"white-space:nowrap\">ENI<a name=\"it-identifier-type-ENI\"> </a></td><td>Europeo Non Iscritto</td></tr><tr><td style=\"white-space:nowrap\">STP<a name=\"it-identifier-type-STP\"> </a></td><td>Straniero Temporaneamente Presente</td></tr><tr><td style=\"white-space:nowrap\">CF<a name=\"it-identifier-type-CF\"> </a></td><td>Cittadino italiano o straniero residente, iscritto SSN</td></tr><tr><td style=\"white-space:nowrap\">TEAM<a name=\"it-identifier-type-TEAM\"> </a></td><td>Soggetti assicurati da istituzioni estere</td></tr><tr><td style=\"white-space:nowrap\">ANA<a name=\"it-identifier-type-ANA\"> </a></td><td>Codice Anagrafica Nazionale degli Assistiti</td></tr></table></div>"
},
"url" : "http://hl7.it/fhir/lab-report/CodeSystem/it-identifier-type",
"version" : "0.2.0",
"name" : "CsItIdentifierType",
"title" : "HL7 Italia - Tipi di identificatore",
"status" : "active",
"experimental" : true,
"date" : "2024-03-08T10:59:35+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" : "Estensione (codici addizionali) alla tabella per i tipi di identificatore",
"jurisdiction" : [
{
"coding" : [
{
"system" : "urn:iso:std:iso:3166",
"code" : "IT",
"display" : "Italy"
}
]
}
],
"caseSensitive" : true,
"content" : "complete",
"concept" : [
{
"code" : "ENI",
"display" : "Europeo Non Iscritto"
},
{
"code" : "STP",
"display" : "Straniero Temporaneamente Presente"
},
{
"code" : "CF",
"display" : "Cittadino italiano o straniero residente, iscritto SSN"
},
{
"code" : "TEAM",
"display" : "Soggetti assicurati da istituzioni estere"
},
{
"code" : "ANA",
"display" : "Codice Anagrafica Nazionale degli Assistiti"
}
]
}