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

Codice Entità di Certificazione - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "tipoCertificatore",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Codice Entità di Certificazione</h2><div><p>Codice Entità di Certificazione</p>\n</div><ul><li>Include all codes defined in <a href=\"CodeSystem-tipoEntita.html\"><code>http://terminology.hl7.it/CodeSystem/tipoEntita</code></a></li></ul></div>"
  },
  "url" : "http://hl7.it/fhir/ValueSet/tipoCertificatore",
  "identifier" : [
    {
      "use" : "official",
      "system" : "http://art-decor.org/ns/oids/vs",
      "value" : "2.16.840.1.113883.11.99.9.99"
    }
  ],
  "version" : "0.2.0",
  "name" : "ValueSetTipoCertificatore",
  "title" : "Codice Entità di Certificazione",
  "status" : "draft",
  "experimental" : true,
  "date" : "2020-04-04T11:48:10+02:00",
  "publisher" : "HL7 Italia",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.org/Special/committees/[something]"
        }
      ]
    }
  ],
  "description" : "Codice Entità di Certificazione",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "380"
        }
      ]
    }
  ],
  "immutable" : false,
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.it/CodeSystem/tipoEntita"
      }
    ]
  }
}