HL7 FHIR Implementation Guide: Transversal Clinical Core
1.2.0 - STU1 Belgium flag

HL7 FHIR Implementation Guide: Transversal Clinical Core, published by eHealth Platform. This guide is not an authorized publication; it is the continuous build for version 1.2.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/core-clinical/ and changes regularly. See the Directory of published versions

: BeVSDiabetesObservationCategory - JSON Representation

Draft as of 2024-11-22

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "be-vs-diabetes-observation-category",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet be-vs-diabetes-observation-category</b></p><a name=\"be-vs-diabetes-observation-category\"> </a><a name=\"hcbe-vs-diabetes-observation-category\"> </a><a name=\"be-vs-diabetes-observation-category-en-US\"> </a><ul><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/11000172109</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/sct/11000172109/id/439926003\">439926003</a></td><td style=\"color: #cccccc\">Ambulatory continuous glucose monitoring of interstitial tissue fluid (procedure)</td></tr><tr><td><a href=\"http://snomed.info/sct/11000172109/id/258104002\">258104002</a></td><td style=\"color: #cccccc\">Measured</td></tr><tr><td><a href=\"http://snomed.info/sct/11000172109/id/258090004\">258090004</a></td><td style=\"color: #cccccc\">Calculated</td></tr></table></li></ul></div>"
  },
  "url" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/ValueSet/be-vs-diabetes-observation-category",
  "version" : "1.2.0",
  "name" : "BeVSDiabetesObservationCategory",
  "title" : "BeVSDiabetesObservationCategory",
  "status" : "draft",
  "experimental" : false,
  "date" : "2024-11-22T16:55:35+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [
    {
      "name" : "eHealth Platform",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://www.ehealth.fgov.be"
        },
        {
          "system" : "email",
          "value" : "message-structure@www.ehealth.fgov.be"
        }
      ]
    },
    {
      "name" : "Message-Structure",
      "telecom" : [
        {
          "system" : "email",
          "value" : "message-structure@www.ehealth.fgov.be",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "Values to be used in the categorisation of Diabetes observations",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "BE",
          "display" : "Belgium"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "version" : "http://snomed.info/sct/11000172109",
        "concept" : [
          {
            "code" : "439926003"
          },
          {
            "code" : "258104002"
          },
          {
            "code" : "258090004"
          }
        ]
      }
    ]
  }
}