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 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

: Benefit Category - JSON Representation

Draft as of 2022-07-14

Raw json | Download

{
  "resourceType" : "ValueSet",
  "id" : "ndhm-benefitcategory",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet ndhm-benefitcategory</b></p><a name=\"ndhm-benefitcategory\"> </a><a name=\"hcndhm-benefitcategory\"> </a><a name=\"ndhm-benefitcategory-hi-IN\"> </a><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/63653004\">63653004</a></td><td>Biomedical device (physical object)</td></tr><tr><td><a href=\"http://snomed.info/id/43741000\">43741000</a></td><td>Site of care (environment)</td></tr><tr><td><a href=\"http://snomed.info/id/373873005\">373873005</a></td><td>Pharmaceutical / biologic product (product)</td></tr><tr><td><a href=\"http://snomed.info/id/14734007\">14734007</a></td><td>Administrative procedure (procedure)</td></tr><tr><td><a href=\"http://snomed.info/id/105455006\">105455006</a></td><td>Donor for medical or surgical procedure (person)</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 224891009 (Healthcare services)</li></ul><p>This value set excludes codes based on the following rules:</p><ul><li>Exclude 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/224891009\">224891009</a></td><td>Healthcare services (qualifier value)</td></tr></table></li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-benefitcategory",
  "version" : "6.5.0",
  "name" : "BenefitCategory",
  "title" : "Benefit Category",
  "status" : "draft",
  "experimental" : false,
  "date" : "2022-07-14",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "name" : "National Resource Center for EHR Standards",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://nrces.in/"
        }
      ]
    }
  ],
  "description" : " This Valueset includes a collection of SNOMEDCT codes related to BenefitCategory.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN",
          "display" : "India"
        }
      ]
    }
  ],
  "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" : "63653004",
            "display" : "Biomedical device (physical object)"
          },
          {
            "code" : "43741000",
            "display" : "Site of care (environment)"
          },
          {
            "code" : "373873005",
            "display" : "Pharmaceutical / biologic product (product)"
          },
          {
            "code" : "14734007",
            "display" : "Administrative procedure (procedure)"
          },
          {
            "code" : "105455006",
            "display" : "Donor for medical or surgical procedure (person)"
          }
        ]
      },
      {
        "system" : "http://snomed.info/sct",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "224891009"
          }
        ]
      }
    ],
    "exclude" : [
      {
        "system" : "http://snomed.info/sct",
        "concept" : [
          {
            "code" : "224891009",
            "display" : "Healthcare services (qualifier value)"
          }
        ]
      }
    ]
  }
}