FHIR Implementation Guide for ABDM
5.0.0 - active India

Banner

FHIR Implementation Guide for ABDM - Local Development build (v5.0.0). 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\"><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" : "5.0.0",
  "name" : "Lifestyle",
  "title" : "Lifestyle",
  "status" : "draft",
  "experimental" : false,
  "date" : "2021-03-26",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://nrces.in/"
        }
      ]
    }
  ],
  "description" : "This value set covers SNOMEDCT Codes for type of Lifestyle",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN"
        }
      ]
    }
  ],
  "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"
          }
        ]
      }
    ]
  }
}