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

FHIR IG Statistics: ValueSet/inactive-condition

Packagefhir.cqf.common
TypeValueSet
Idinactive-condition
FHIR VersionR4
Sourcehttp://fhir.org/guides/cqf/common/http://fhir.org/guides/cqf/common/4.0.1/ValueSet-inactive-condition.html
URLhttp://fhir.org/guides/cqf/common/ValueSet/inactive-condition
Version4.0.1
Statusactive
Date2019-07-21
NameCQFInactiveCondition
TitleCQF Inactive Condition
Realmus
Authorityhl7
DescriptionInactive condition clinical status codes
PurposeUsed to specify the set of clinical status codes that are considered inactive
Copyright© Alphora 2019+

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

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/condition-clinical
    CodeDisplayDefinition
    inactiveInactiveThe subject is no longer experiencing the condition or situation and there is no longer evidence or appreciable risk of the condition or situation.
    remissionRemissionThe subject is not presently experiencing the condition or situation, but there is a risk of the condition or situation returning.
    resolvedResolvedThe subject is not presently experiencing the condition or situation and there is a negligible perceived risk of the condition or situation returning.

Source

{
  "resourceType": "ValueSet",
  "id": "inactive-condition",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-publishablevalueset"
    ]
  },
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "shareable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "computable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeCapability",
      "valueCode": "publishable"
    },
    {
      "url": "http://hl7.org/fhir/uv/cpg/StructureDefinition/cpg-knowledgeRepresentationLevel",
      "valueCode": "structured"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/valueset-author",
      "valueContactDetail": {
        "name": "Bryn Rhodes"
      }
    }
  ],
  "url": "http://fhir.org/guides/cqf/common/ValueSet/inactive-condition",
  "version": "4.0.1",
  "name": "CQFInactiveCondition",
  "title": "CQF Inactive Condition",
  "status": "active",
  "experimental": false,
  "date": "2019-07-21",
  "publisher": "Alphora",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://alphora.com"
        }
      ]
    }
  ],
  "description": "Inactive condition clinical status codes",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001"
        }
      ]
    }
  ],
  "purpose": "Used to specify the set of clinical status codes that are considered inactive",
  "copyright": "© Alphora 2019+",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/condition-clinical",
        "concept": [
          {
            "code": "inactive",
            "display": "Inactive"
          },
          {
            "code": "remission",
            "display": "Remission"
          },
          {
            "code": "resolved",
            "display": "Resolved"
          }
        ]
      }
    ]
  }
}