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 Assessment - JSON Representation

Draft as of 2021-03-26

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ndhm-general-assessment",
  "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://loinc.org\"><code>http://loinc.org</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=\"https://loinc.org/2339-0/\">2339-0</a></td><td>Glucose [Mass/volume] in Blood</td></tr><tr><td><a href=\"https://loinc.org/41604-0/\">41604-0</a></td><td>Fasting glucose [Mass/volume] in Capillary blood by Glucometer</td></tr><tr><td><a href=\"https://loinc.org/14743-9/\">14743-9</a></td><td>Glucose [Moles/volume] in Capillary blood by Glucometer</td></tr><tr><td><a href=\"https://loinc.org/14760-3/\">14760-3</a></td><td>Glucose [Moles/volume] in Capillary blood --2 hours post meal</td></tr><tr><td><a href=\"https://loinc.org/73708-0/\">73708-0</a></td><td>Body fat [Mass] Calculated</td></tr><tr><td><a href=\"https://loinc.org/34534-8/\">34534-8</a></td><td>12 lead EKG panel</td></tr><tr><td><a href=\"https://loinc.org/8999-5/\">8999-5</a></td><td>Fluid intake oral Estimated</td></tr><tr><td><a href=\"https://loinc.org/9052-2/\">9052-2</a></td><td>Calorie intake total</td></tr><tr><td><a href=\"https://loinc.org/69429-9/\">69429-9</a></td><td>Metabolic rate --resting</td></tr><tr><td><a href=\"https://loinc.org/94122-9/\">94122-9</a></td><td>Oxygen consumption (VO2)/Body weight [Volume Rate Content] --peak during exercise</td></tr><tr><td><a href=\"https://loinc.org/8693-4/\">8693-4</a></td><td>Mental status</td></tr></table></li><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/365275006\">365275006</a></td><td>General well-being finding</td></tr></table></li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-general-assessment",
  "version" : "6.0.0",
  "name" : "GeneralAssessment",
  "title" : "General Assessment",
  "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 LOINC and SNOMED CT Codes for General Assessment",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://loinc.org",
        "concept" : [
          {
            "code" : "2339-0",
            "display" : "Glucose [Mass/volume] in Blood"
          },
          {
            "code" : "41604-0",
            "display" : "Fasting glucose [Mass/volume] in Capillary blood by Glucometer"
          },
          {
            "code" : "14743-9",
            "display" : "Glucose [Moles/volume] in Capillary blood by Glucometer"
          },
          {
            "code" : "14760-3",
            "display" : "Glucose [Moles/volume] in Capillary blood --2 hours post meal"
          },
          {
            "code" : "73708-0",
            "display" : "Body fat [Mass] Calculated"
          },
          {
            "code" : "34534-8",
            "display" : "12 lead EKG panel"
          },
          {
            "code" : "8999-5",
            "display" : "Fluid intake oral Estimated"
          },
          {
            "code" : "9052-2",
            "display" : "Calorie intake total"
          },
          {
            "code" : "69429-9",
            "display" : "Metabolic rate --resting"
          },
          {
            "code" : "94122-9",
            "display" : "Oxygen consumption (VO2)/Body weight [Volume Rate Content] --peak during exercise"
          },
          {
            "code" : "8693-4",
            "display" : "Mental status"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "365275006",
            "display" : "General well-being finding"
          }
        ]
      }
    ]
  }
}