FHIR Implementation Guide for ABDM
6.0.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.0.0: Release) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions

: Diet Type - JSON Representation

Draft as of 2021-03-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ndhm-diet-type",
  "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 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/24930006\">24930006</a></td><td>Vegan</td></tr><tr><td><a href=\"http://snomed.info/id/926305006\">926305006</a></td><td>Jain diet</td></tr><tr><td><a href=\"http://snomed.info/id/300928006\">300928006</a></td><td>Vegetarian</td></tr><tr><td><a href=\"http://snomed.info/id/162538009\">162538009</a></td><td>Ovo-lacto-vegetarian</td></tr><tr><td><a href=\"http://snomed.info/id/226228003\">226228003</a></td><td>Sikh diet</td></tr></table></li><li>Include codes from <a href=\"http://www.snomed.org/\"><code>http://snomed.info/sct</code></a> where concept  is-a  41829006 (Diet)</li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-diet-type",
  "version" : "6.0.0",
  "name" : "DietType",
  "title" : "Diet Type",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-11",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://nrces.in/"
        }
      ]
    }
  ],
  "description" : "This value set covers : All children (preferred term) of finding relating to Dietary finding (finding) of the SNOMED CT",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN"
        }
      ]
    }
  ],
  "copyright" : "This value set includes content from SNOMED CT, which is copyright © 2002+ International Health Terminology Standards Development Organisation (IHTSDO), and distributed by agreement between IHTSDO and HL7. Implementer use of SNOMED CT is not covered by this agreement",
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "24930006",
            "display" : "Vegan"
          },
          {
            "code" : "926305006",
            "display" : "Jain diet"
          },
          {
            "code" : "300928006",
            "display" : "Vegetarian"
          },
          {
            "code" : "162538009",
            "display" : "Ovo-lacto-vegetarian"
          },
          {
            "code" : "226228003",
            "display" : "Sikh diet"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "41829006"
          }
        ]
      }
    ]
  }
}