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

: General Wellbeing - JSON Representation

Draft as of 2021-03-11

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ndhm-general-well-being",
  "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/102499006\">102499006</a></td><td>Fit and well</td></tr><tr><td><a href=\"http://snomed.info/id/161901003\">161901003</a></td><td>Chronic sick</td></tr><tr><td><a href=\"http://snomed.info/id/271795006\">271795006</a></td><td>Malaise and fatigue</td></tr><tr><td><a href=\"http://snomed.info/id/248264000\">248264000</a></td><td>No complaints</td></tr><tr><td><a href=\"http://snomed.info/id/386705008\">386705008</a></td><td>Lightheadedness</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  365275006 (General well-being finding (finding))</li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-general-well-being",
  "version" : "6.0.0",
  "name" : "GeneralWellbeing",
  "title" : "General Wellbeing",
  "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 General well-being 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" : "102499006",
            "display" : "Fit and well"
          },
          {
            "code" : "161901003",
            "display" : "Chronic sick"
          },
          {
            "code" : "271795006",
            "display" : "Malaise and fatigue"
          },
          {
            "code" : "248264000",
            "display" : "No complaints"
          },
          {
            "code" : "386705008",
            "display" : "Lightheadedness"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "365275006"
          }
        ]
      }
    ]
  }
}