FHIR Implementation Guide for ABDM
6.5.0 - active India flag

Banner

This page is part of the FHIR Implementation Guide for ABDM (v6.5.0: Release) 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

: Lifestyle - JSON Representation

Draft as of 2021-03-26

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ndhm-lifestyle",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ndhm-lifestyle</b></p><a name=\"ndhm-lifestyle\"> </a><a name=\"hcndhm-lifestyle\"> </a><a name=\"ndhm-lifestyle-hi-IN\"> </a><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/228273003\">228273003</a></td><td>Finding relating to alcohol drinking behavior</td></tr><tr><td><a href=\"http://snomed.info/id/365981007\">365981007</a></td><td>Finding of tobacco smoking behavior</td></tr><tr><td><a href=\"http://snomed.info/id/228509002\">228509002</a></td><td>Finding relating to tobacco chewing</td></tr><tr><td><a href=\"http://snomed.info/id/41829006\">41829006</a></td><td>Finding relating to tobacco chewing</td></tr></table></li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-lifestyle",
  "version" : "6.5.0",
  "name" : "Lifestyle",
  "title" : "Lifestyle",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-26",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "name" : "National Resource Center for EHR Standards",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://nrces.in/"
        }
      ]
    }
  ],
  "description" : "This value set covers SNOMEDCT Codes for type of Lifestyle",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN",
          "display" : "India"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "228273003",
            "display" : "Finding relating to alcohol drinking behavior"
          },
          {
            "code" : "365981007",
            "display" : "Finding of tobacco smoking behavior"
          },
          {
            "code" : "228509002",
            "display" : "Finding relating to tobacco chewing"
          },
          {
            "code" : "41829006",
            "display" : "Finding relating to tobacco chewing"
          }
        ]
      }
    ]
  }
}