CHMED Implementation Guide
3.0.0-ci-build - ci-build Switzerland flag

CHMED Implementation Guide, published by IG eMediplan. This guide is not an authorized publication; it is the continuous build for version 3.0.0-ci-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/ahdis/chmed/ and changes regularly. See the Directory of published versions

: CHMED Relative to Meal - JSON Representation

Active as of 2024-04-24

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "chmed-valueset-relative-to-meal",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><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/307165006\">307165006</a></td><td>Before meal (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/309612007\">309612007</a></td><td>During meal (qualifier value)</td></tr><tr><td><a href=\"http://snomed.info/id/24863003\">24863003</a></td><td>Postprandial (qualifier value)</td></tr></table></li></ul></div>"
  },
  "url" : "http://chmed.emediplan.ch/fhir/ValueSet/chmed-valueset-relative-to-meal",
  "version" : "3.0.0-ci-build",
  "name" : "RelativeToMeal",
  "title" : "CHMED Relative to Meal",
  "status" : "active",
  "experimental" : false,
  "date" : "2024-04-24T08:36:22+00:00",
  "publisher" : "IG eMediplan",
  "contact" : [
    {
      "name" : "IG eMediplan",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.emediplan.ch"
        }
      ]
    }
  ],
  "description" : "Value set for specifying whether a medicament must be taken relative to a meal",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "CHE"
        }
      ]
    }
  ],
  "copyright" : "CC0-1.0",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "307165006",
            "display" : "Before meal (qualifier value)"
          },
          {
            "code" : "309612007",
            "display" : "During meal (qualifier value)"
          },
          {
            "code" : "24863003",
            "display" : "Postprandial (qualifier value)"
          }
        ]
      }
    ]
  }
}