FHIR Implementation Guide for ABDM
3.0.1 - CI Build India flag


banner

FHIR Implementation Guide for ABDM - Local Development build (v3.0.1). See the Directory of published versions

: Benefit Type - JSON Representation

Draft as of 2023-07-05

Raw json | Download


{
  "resourceType" : "ValueSet",
  "id" : "ndhm-benefit-type",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include all codes defined in <a href=\"CodeSystem-ndhm-benefit-type.html\"><code>https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-benefit-type</code></a></li></ul></div>"
  },
  "url" : "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-benefit-type",
  "version" : "3.0.1",
  "name" : "BenefitType",
  "title" : "Benefit Type",
  "status" : "draft",
  "date" : "2023-07-05",
  "publisher" : "National Resource Center for EHR Standards",
  "contact" : [
    {
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://nrces.in/"
        }
      ]
    }
  ],
  "description" : "This ValueSet includes a collection of codes that can be used to categorize the type of benefits provided by an insurance.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "IN"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-benefit-type"
      }
    ]
  }
}