CH EPREG (R4)
0.1.0 - draft Switzerland flag

CH EPREG (R4), published by HL7 Switzerland. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/neues4/ch-epreg/ and changes regularly. See the Directory of published versions

: CH IG Example SNOMED CT - JSON Representation

Draft as of 2024-09-13

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ch-ig-example-sct",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ch-ig-example-sct</b></p><a name=\"ch-ig-example-sct\"> </a><a name=\"hcch-ig-example-sct\"> </a><a name=\"ch-ig-example-sct-en-US\"> </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><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> version <code>http://snomed.info/sct/2011000195101</code><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-epreg/ValueSet/ch-ig-example-sct",
  "version" : "0.1.0",
  "name" : "ChIgExampleSct",
  "title" : "CH IG Example SNOMED CT",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-09-13T14:37:33+00:00",
  "publisher" : "HL7 Switzerland",
  "contact" : [
    {
      "name" : "HL7 Switzerland",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.hl7.ch/"
        }
      ]
    }
  ],
  "description" : "CH IG Example SNOMED CT value set is just an other example!",
  "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)"
          }
        ]
      }
    ]
  }
}