{
  "resourceType": "ValueSet",
  "url": "https://fhir.graphnethealth.com/STU3/ValueSet/Condition-ClinicalStatus",
  "version": "1.0.0",
  "name": "Condition Clinical Status",
  "title": "Condition Clinical Status",
  "status": "draft",
  "date": "2021-08-05",
  "publisher": "Graphnet Health Ltd",
  "contact": [
    {
      "name": "Product Team",
      "telecom": [
        {
          "system": "email",
          "value": "product@graphnethealth.com",
          "use": "work"
        }
      ]
    }
  ],
  "description": "A subset of codes from the defined CodeSystem defined in FHIR",
  "copyright": "Copyright © 2021 Graphnet Health Ltd",
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/ValueSet/condition-clinical",
        "concept": [
          {
            "code": "active",
            "display": "Active"
          },
          {
            "code": "resolved",
            "display": "Resolved"
          },
          {
            "code": "inactive",
            "display": "Inactive"
          }
        ]
      }
    ]
  }
}