{
  "resourceType" : "CodeSystem",
  "id" : "be-cs-problem-category",
  "extension" : [{
    "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
    "valueInteger" : 1
  }],
  "url" : "https://www.ehealth.fgov.be/standards/fhir/core-clinical/CodeSystem/be-cs-problem-category",
  "version" : "1.0.0",
  "name" : "BeCSProblemCategory",
  "title" : "Problem Category",
  "status" : "active",
  "date" : "2021-01-10T10:59:49+00:00",
  "publisher" : "eHealth Platform",
  "contact" : [{
    "name" : "eHealth Platform",
    "telecom" : [{
      "system" : "url",
      "value" : "https://www.ehealth.fgov.be"
    },
    {
      "system" : "email",
      "value" : "message-structure@www.ehealth.fgov.be"
    }]
  },
  {
    "name" : "Message-Structure",
    "telecom" : [{
      "system" : "email",
      "value" : "message-structure@www.ehealth.fgov.be",
      "use" : "work"
    }]
  }],
  "description" : "Problem Category",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "BE",
      "display" : "Belgium"
    }]
  }],
  "content" : "complete",
  "count" : 7,
  "concept" : [{
    "code" : "diagnosis",
    "display" : "Diagnosis",
    "definition" : "A disease identified from a clinical reasoning, based on pathological and physiological ascertainments",
    "designation" : [{
      "language" : "fr-BE",
      "value" : "Diagnostic"
    },
    {
      "language" : "nl-BE",
      "value" : "diagnose"
    }]
  },
  {
    "code" : "problem",
    "display" : "Problem",
    "definition" : "Identification of problems that the healthcare provider considers harmful, potentially harmful, and which may be the subject of further investigation or treatment",
    "designation" : [{
      "language" : "fr-BE",
      "value" : "Problème"
    },
    {
      "language" : "nl-BE",
      "value" : "Probleem"
    }]
  },
  {
    "code" : "risk",
    "display" : "Risk",
    "definition" : "Identification of a health problem or situation that may require ongoing monitoring or management",
    "designation" : [{
      "language" : "fr-BE",
      "value" : "Risque"
    },
    {
      "language" : "nl-BE",
      "value" : "Risico"
    }]
  },
  {
    "code" : "antecedent",
    "display" : "Antecedent",
    "definition" : "Information about a problem that has been resolved",
    "designation" : [{
      "language" : "fr-BE",
      "value" : "Antécédent"
    },
    {
      "language" : "nl-BE",
      "value" : "Antecedent"
    }]
  },
  {
    "code" : "congenital",
    "display" : "Congenital anomaly",
    "definition" : "Congenital anomaly",
    "designation" : [{
      "language" : "fr-BE",
      "value" : "Maladie congénitale"
    },
    {
      "language" : "nl-BE",
      "value" : "Aangeboren afwijking"
    }]
  },
  {
    "code" : "conclusion",
    "display" : "Conclusion",
    "definition" : "Informations about a conclusion from anamnesis performed by a professional other than a physician",
    "designation" : [{
      "language" : "fr-BE",
      "value" : "Conclusion anamnèse"
    },
    {
      "language" : "nl-BE",
      "value" : "Anamnesis conclusie"
    }]
  },
  {
    "code" : "other",
    "display" : "Other",
    "definition" : "Other",
    "designation" : [{
      "language" : "fr-BE",
      "value" : "Autre"
    },
    {
      "language" : "nl-BE",
      "value" : "andere"
    }]
  }]
}