HL7 Italia FHIR Sandbox
0.2.0 - CI Build

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

Comuni ISTAT - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "istat-comuni",
  "meta" : {
    "profile" : [
      "http://hl7.org/fhir/StructureDefinition/shareablevalueset"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Comuni ISTAT</h2><div><p>Lista completa unità territoriali ISTAT + unknown</p>\n</div><ul><li>Include all codes defined in <a href=\"CodeSystem-istat-unitaTerritoriali.html\"><code>http://terminology.hl7.it/CodeSystem/istat-unitaTerritoriali</code></a></li><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/v3/NullFlavor/cs.html\"><code>http://terminology.hl7.org/CodeSystem/v3-NullFlavor</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/v3/NullFlavor/cs.html#v3-NullFlavor-UNK\">UNK</a></td><td>Sconosciuto</td><td>Description:A proper value is applicable, but not known.<br/>\n                        \n                           Usage Notes: This means the actual value is not known.  If the only thing that is unknown is how to properly express the value in the necessary constraints (value set, datatype, etc.), then the OTH or UNC flavor should be used.  No properties should be included for a datatype with this property unless:<br/>\n                        \n                           Those properties themselves directly translate to a semantic of &quot;unknown&quot;.  (E.g. a local code sent as a translation that conveys 'unknown')\n                           Those properties further qualify the nature of what is unknown.  (E.g. specifying a use code of &quot;H&quot; and a URL prefix of &quot;tel:&quot; to convey that it is the home phone number that is unknown.)</td></tr></table></li></ul><p>This value set includes codes based on the following rules:</p></div>"
  },
  "url" : "http://hl7.it/fhir/ValueSet/istat-comuni",
  "version" : "0.2.0",
  "name" : "ValueSet_comuni_ISTAT",
  "title" : "Comuni ISTAT",
  "status" : "active",
  "experimental" : false,
  "date" : "2019-10-31T23:29:23+01:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description" : "Lista completa unità territoriali ISTAT + unknown",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "380"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.it/CodeSystem/istat-unitaTerritoriali"
      },
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-NullFlavor",
        "concept" : [
          {
            "code" : "UNK",
            "display" : "Sconosciuto"
          }
        ]
      }
    ]
  }
}