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 in it's permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

Identificativi per codici STP regionali - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "uri-idStp",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <code>urn:ietf:rfc:3986</code><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td>http://hl7.it/sid/stp</td><td>Codici STP</td><td/></tr><tr><td>http://hl7.it/sid/lazio/stp</td><td>Codici STP - Lazio</td><td/></tr><tr><td>http://hl7.it/sid/piemonte/stp</td><td>Codici STP - Piemonte</td><td/></tr><tr><td>http://hl7.it/sid/vallee/stp</td><td>Codici STP - Valle d'Aosta</td><td/></tr><tr><td>urn:oid:2.16.840.1.113883.2.9.2.50.4.1.1</td><td>Codici STP - Veneto</td><td/></tr></table></li></ul></div>"
  },
  "url" : "http://hl7.it/fhir/ValueSet/uri-idStp",
  "version" : "0.1.0",
  "name" : "VsUriIdStp",
  "title" : "Identificativi per codici STP regionali",
  "status" : "active",
  "date" : "2020-06-30T18:48:24+02:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.it"
        }
      ]
    }
  ],
  "description" : "Identificativi per codici STP regionali.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IT"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "urn:ietf:rfc:3986",
        "concept" : [
          {
            "code" : "http://hl7.it/sid/stp",
            "display" : "Codici STP"
          },
          {
            "code" : "http://hl7.it/sid/lazio/stp",
            "display" : "Codici STP - Lazio"
          },
          {
            "code" : "http://hl7.it/sid/piemonte/stp",
            "display" : "Codici STP - Piemonte"
          },
          {
            "code" : "http://hl7.it/sid/vallee/stp",
            "display" : "Codici STP - Valle d'Aosta"
          },
          {
            "code" : "urn:oid:2.16.840.1.113883.2.9.2.50.4.1.1",
            "display" : "Codici STP - Veneto"
          }
        ]
      }
    ]
  }
}