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

FHIR IG Statistics: ValueSet/ConditionSeverityValueSet

Packageimplementation.guide.nhdr
Resource TypeValueSet
IdConditionSeverityValueSet
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=implementation.guide.nhdr@1.0.0&canonical=http://example.org/fhir/ValueSet/ConditionSeverityValueSet
URLhttp://example.org/fhir/ValueSet/ConditionSeverityValueSet
Version1.0.0
Statusdraft
Date2024-11-28
NameConditionSeverityValueSet
TitleCondition Severity Value Set
DescriptionA value set representing the severity levels of conditions, particularly focused on dengue.

Resources that use this resource

StructureDefinition
PH_ConditionPH_Condition

Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "ConditionSeverityValueSet",
  "url": "http://example.org/fhir/ValueSet/ConditionSeverityValueSet",
  "version": "1.0.0",
  "name": "ConditionSeverityValueSet",
  "title": "Condition Severity Value Set",
  "status": "draft",
  "experimental": false,
  "date": "2024-11-28",
  "publisher": "Your Organization Name",
  "description": "A value set representing the severity levels of conditions, particularly focused on dengue.",
  "compose": {
    "include": [
      {
        "system": "http://example.org/fhir/CodeSystem/ConditionSeverityCodeSystem",
        "concept": [
          {
            "code": "NoWarningSigns",
            "display": "No warning signs"
          },
          {
            "code": "WithWarningSigns",
            "display": "With warning signs"
          },
          {
            "code": "SevereDengue",
            "display": "Severe Dengue"
          }
        ]
      }
    ]
  }
}