FHIR © HL7.org  |  Server Home  |  XIG Home  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/cpg-active-condition-vs

Packagehl7.fhir.uv.cpg
TypeValueSet
Idcpg-active-condition-vs
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/cpg/https://build.fhir.org/ig/HL7/cqf-recommendations/ValueSet-cpg-active-condition-vs.html
URLhttp://hl7.org/fhir/uv/cpg/ValueSet/cpg-active-condition-vs
Version2.0.0
Statusactive
Date2024-11-26T06:42:34+00:00
NameCPGActiveConditionVS
TitleCPG Active Condition Value Set
Realmuv
Authorityhl7
DescriptionActive condition clinical status codes
PurposeUsed to specify the set of clinical status codes that are considered active
Copyright© CDC 2016+.

Resources that use this resource

No resources found


Resources that this resource uses

CodeSystem
condition-clinicalCondition Clinical Status Codes
condition-clinicalCondition Clinical Status Codes

Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: ValueSet cpg-active-condition-vs

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/condition-clinical
    CodeDisplayDefinition
    activeActiveThe subject is currently experiencing the condition or situation, there is evidence of the condition or situation, or considered to be a significant risk.
    recurrenceRecurrenceThe subject is experiencing a reoccurence or repeating of a previously resolved condition or situation, e.g. urinary tract infection, food insecurity.
    relapseRelapseThe subject is experiencing a return of a condition or situation after a period of improvement or remission, e.g. relapse of cancer, alcoholism.

Source

{
  "resourceType": "ValueSet",
  "id": "cpg-active-condition-vs",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/cqf-knowledgeCapability",
      "valueCode": "publishable"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/uv/cpg/ValueSet/cpg-active-condition-vs",
  "identifier": [
    {
      "system": "urn:ietf:rfc:3986",
      "value": "urn:oid:2.16.840.1.113883.4.642.40.48.48.2"
    }
  ],
  "version": "2.0.0",
  "name": "CPGActiveConditionVS",
  "title": "CPG Active Condition Value Set",
  "status": "active",
  "experimental": false,
  "date": "2024-11-26T06:42:34+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "name": "HL7 International / Clinical Decision Support",
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Active condition clinical status codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "purpose": "Used to specify the set of clinical status codes that are considered active",
  "copyright": "© CDC 2016+.",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "concept": [
          {
            "code": "active",
            "display": "Active"
          },
          {
            "code": "recurrence",
            "display": "Recurrence"
          },
          {
            "code": "relapse",
            "display": "Relapse"
          }
        ]
      }
    ]
  }
}