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

ISTAT - Comune/Stato di Nascita - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "istat-luogoNascita",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Import all the codes that are contained in <a href=\"ValueSet-istat-stato.html\">http://hl7.it/fhir/ValueSet/istat-stato</a></li><li>Import all the codes that are contained in <a href=\"ValueSet-istat-comune.html\">http://hl7.it/fhir/ValueSet/istat-comune</a></li></ul></div>"
  },
  "url" : "http://hl7.it/fhir/ValueSet/istat-luogoNascita",
  "version" : "0.1.0",
  "name" : "VsIstatLuogoNascita",
  "title" : "ISTAT - Comune/Stato di Nascita",
  "status" : "active",
  "date" : "2020-06-30T18:23:29+02:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.it"
        }
      ]
    }
  ],
  "description" : "Codici ISTAT per Comune o Stato di nascita",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IT"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "valueSet" : [
          "http://hl7.it/fhir/ValueSet/istat-stato"
        ]
      },
      {
        "valueSet" : [
          "http://hl7.it/fhir/ValueSet/istat-comune"
        ]
      }
    ]
  }
}