HL7 Terminology
1.0.0 - Publication

This page is part of the HL7 Terminology (v1.0.0: Release) based on FHIR R4. The current version which supercedes this version is 5.2.0. For a full list of available versions, see the Directory of published versions

DiseaseProgram - JSON Representation

(back to description)

Raw json

Source view

{
  "resourceType" : "ValueSet",
  "id" : "v3-DiseaseProgram",
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\" xml:lang=\"en\" lang=\"en\"><h2>DiseaseProgram</h2><div><p><strong>Definition:</strong> A public or government health program that administers and funds coverage for health and social services to assist program eligible who meet financial and health status criteria related to a particular disease.</p>\n<p><strong>Example:</strong> Reproductive health, sexually transmitted disease, and end renal disease programs.</p>\n</div><ul><li>Include codes from <a href=\"CodeSystem-v3-ActCode.html\"><code>http://terminology.hl7.org/CodeSystem/v3-ActCode</code></a> where concept  is-a  <a href=\"CodeSystem-v3-ActCode.html#v3-ActCode-DISEASEPRG\">DISEASEPRG</a></li></ul></div>"
  },
  "url" : "http://terminology.hl7.org/ValueSet/v3-DiseaseProgram",
  "identifier" : [
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:2.16.840.1.113883.1.11.19863"
    }
  ],
  "version" : "2.0.0",
  "name" : "DiseaseProgram",
  "title" : "DiseaseProgram",
  "status" : "active",
  "date" : "2014-03-26T00:00:00-04:00",
  "description" : "**Definition:** A public or government health program that administers and funds coverage for health and social services to assist program eligible who meet financial and health status criteria related to a particular disease.\r\n\r\n**Example:** Reproductive health, sexually transmitted disease, and end renal disease programs.",
  "compose" : {
    "include" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/v3-ActCode",
        "filter" : [
          {
            "property" : "concept",
            "op" : "is-a",
            "value" : "DISEASEPRG"
          }
        ]
      }
    ]
  }
}