{
  "resourceType": "StructureDefinition",
  "id": "19786e9e-8942-447b-9b3b-db9cd4e6e4d0",
  "url": "https://cloudconnect.cognisantmd.com/fhir/StructureDefinition/Condition",
  "name": "Condition",
  "status": "draft",
  "description": "Conditions are an optional resource which may be returned by the $everything operation to assist with form pre-population, particularly within the 'Problem List' and 'Past Medical History' sections, accessed via the Ocean keywords @ptCpp.prob and @ptCpp.pmhx. Implementors may also support POST operations to create a new procedure resources in the system to assist with automated profile creation while importing patients from Ocean.",
  "fhirVersion": "4.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "Condition",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Condition",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Condition.code",
        "path": "Condition.code",
        "slicing": {
          "discriminator": [
            {
              "type": "value",
              "path": "coding.system"
            }
          ],
          "rules": "open"
        },
        "mustSupport": true
      },
      {
        "id": "Condition.code:SNOMEDCode",
        "path": "Condition.code",
        "sliceName": "SNOMEDCode"
      },
      {
        "id": "Condition.code:SNOMEDCode.coding.system",
        "path": "Condition.code.coding.system",
        "fixedUri": "http://snomed.info/sct"
      },
      {
        "id": "Condition.code:ICD10Code",
        "path": "Condition.code",
        "sliceName": "ICD10Code"
      },
      {
        "id": "Condition.code:ICD10Code.coding.system",
        "path": "Condition.code.coding.system",
        "fixedUri": "http://hl7.org/fhir/ca/baseline/sid/icd-10"
      },
      {
        "id": "Condition.clinicalStatus",
        "path": "Condition.clinicalStatus",
        "min": 1,
        "max": 1,
        "definition": "The clinical status of the condition. Conditions with a clinicalStatus of 'resolved' or 'remission' or 'inactive' are considered part of the '@ptCpp.pmhx' list; otherwise it belongs to the '@ptCpp.prob' list."
      },
      {
        "id": "Condition.text",
        "path": "Condition.text",
        "mustSupport": true,
        "min": 1,
        "definition": "The narrative text for the condition."
      },
      {
        "id": "Condition.text.div",
        "path": "Condition.text.div",
        "mustSupport": true,
        "min": 1
      }
    ]
  }
}