HL7 Italia FHIR Implementation Guide (base)
0.1.0 - PC Ballot

This page is part of the HL7 Italia FHIR Implementation Guide (base) (v0.1.0: Public Comment 1 Ballot 1) based on FHIR R4. This is the current published version. For a full list of available versions, see the Directory of published versions

HL7 Italia - Tipi di identificatore - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "CodeSystem",
  "id" : "it-identifier-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This code system http://terminology.hl7.it/CodeSystem/it-identifier-type defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">ENI<a name=\"it-identifier-type-ENI\"> </a></td><td>Europeo Non Iscritto</td><td/></tr><tr><td style=\"white-space:nowrap\">STP<a name=\"it-identifier-type-STP\"> </a></td><td>Straniero Temporaneamente Presente</td><td/></tr></table></div>"
  },
  "url" : "http://terminology.hl7.it/CodeSystem/it-identifier-type",
  "version" : "0.1.0",
  "name" : "CsItIdentifierType",
  "title" : "HL7 Italia - Tipi di identificatore",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-06-30T18:23:29+02:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.it"
        }
      ]
    }
  ],
  "description" : "Estensione (codici addizionali) alla tabella http://terminology.hl7.org/CodeSystem/v2-0203 per i tipi di identificatore",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IT"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "ENI",
      "display" : "Europeo Non Iscritto"
    },
    {
      "code" : "STP",
      "display" : "Straniero Temporaneamente Presente"
    }
  ]
}