HL7 Italia FHIR Home
0.0.1 - CI Build

HL7 Italia FHIR Home - Local Development build (v0.0.1). See the Directory of published versions

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\"><h2>Tipi di identificatore</h2><div><p>Estensione alla tabella http://terminology.hl7.org/CodeSystem/v2-0203 per i tipi di identificatore</p>\n</div><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.0.1",
  "name" : "IdentifierType",
  "title" : "Tipi di identificatore",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-04-07T19:28:51+02:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.it"
        }
      ]
    }
  ],
  "description" : "Estensione alla tabella http://terminology.hl7.org/CodeSystem/v2-0203 per i tipi di identificatore",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "380"
        }
      ]
    }
  ],
  "caseSensitive" : true,
  "content" : "complete",
  "concept" : [
    {
      "code" : "ENI",
      "display" : "Europeo Non Iscritto"
    },
    {
      "code" : "STP",
      "display" : "Straniero Temporaneamente Presente"
    }
  ]
}