Руководство к использованию стандарта FHIR в МИС2
0.5.0 - ci-build Uzbekistan flag

Руководство к использованию стандарта FHIR в МИС2 - Local Development build (v0.5.0). See the Directory of published versions

: Surgical Procedure Value Set - JSON Representation

Active as of 2023-04-04

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "surgical-procedure-vs",
  "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>Include all codes defined in <code>https://icd.who.int/dev11/l-ichi/en</code></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  387713003 (Surgical procedure (procedure))</li><li>Include all codes defined in <a href=\"http://terminology.hl7.org/5.0.0/CodeSystem-v3-icpc2E.html\"><code>http://hl7.org/fhir/sid/icpc-2</code></a></li></ul></div>"
  },
  "url" : "https://ssv.uz/fhir/ValueSet/surgical-procedure-vs",
  "version" : "0.5.0",
  "name" : "ProcedureVS",
  "title" : "Surgical Procedure Value Set",
  "status" : "active",
  "date" : "2023-04-04T10:24:13+00:00",
  "publisher" : "Kodality",
  "contact" : [
    {
      "name" : "Kodality",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://kodality.com"
        }
      ]
    },
    {
      "name" : "Kodality",
      "telecom" : [
        {
          "system" : "email",
          "value" : "mailto:igor.bossenko@kodality.com"
        }
      ]
    }
  ],
  "description" : "Includes surgical procedure codes from ICHI and procedures from SNOMED CT and ICPC2.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "UZ",
          "display" : "Uzbekistan"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://icd.who.int/dev11/l-ichi/en"
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "387713003"
          }
        ]
      },
      {
        "system" : "http://hl7.org/fhir/sid/icpc-2"
      }
    ]
  }
}