CH IG (R4)
1.2.3 - draft Switzerland flag

This page is part of the CH IG (R4) (v1.2.3: STU) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version. For a full list of available versions, see the Directory of published versions

: CH IG SNOMED CT - JSON Representation

Draft as of 2025-12-11

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "sct",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet sct</b></p><a name=\"sct\"> </a><a name=\"hcsct\"> </a><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is not explicitly stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/736378000\">736378000</a></td><td>Medication management plan (record artifact)</td></tr><tr><td><a href=\"http://snomed.info/id/721912009\">721912009</a></td><td>Medication summary document (record artifact)</td></tr></table></li><li>Include these codes as defined in <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a><span title=\"Version is explicitly stated to be http://snomed.info/sct/2011000195101\"> version &#x1F4CD;</span><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td></tr><tr><td><a href=\"http://snomed.info/id/82291000195104\">82291000195104</a></td><td>Medication dispense document (record artifact)</td></tr></table></li></ul></div>"
  },
  "url" : "http://fhir.ch/ig/ch-ig/ValueSet/sct",
  "version" : "1.2.3",
  "name" : "SctVS",
  "title" : "CH IG SNOMED CT",
  "status" : "draft",
  "experimental" : false,
  "date" : "2025-12-11T10:31:14+00:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "Example value set including SNOMED CT codes from the international and the Swiss edition.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CHE"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "736378000",
            "display" : "Medication management plan (record artifact)"
          },
          {
            "code" : "721912009",
            "display" : "Medication summary document (record artifact)"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/2011000195101",
        "concept" : [
          {
            "code" : "82291000195104",
            "display" : "Medication dispense document (record artifact)"
          }
        ]
      }
    ]
  }
}