{
  "resourceType": "StructureDefinition",
  "url": "https://simplifier.net/health-espresso/managed_status",
  "name": "Managed_Status",
  "status": "draft",
  "description": "Tracks whether a particular detected issue (such as a drug-to-drug interaction) has been acknowledged and managed by a healthcare provider or EMR user. This boolean extension indicates if the user has chosen to treat the detected issue as managed, preventing repeated alerts for the same issue in subsequent viewings. When set to true, it means the detected issue has been addressed and will not prompt further warnings, thereby enhancing the user experience and workflow efficiency in an electronic medical record (EMR) system",
  "fhirVersion": "4.0.1",
  "kind": "complex-type",
  "abstract": false,
  "context": [
    {
      "type": "element",
      "expression": "DetectedIssue"
    }
  ],
  "type": "Extension",
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Extension",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "Extension.url",
        "path": "Extension.url",
        "fixedUri": "https://simplifier.net/health-espresso/managed_status"
      },
      {
        "id": "Extension.value[x]",
        "path": "Extension.value[x]",
        "min": 1,
        "type": [
          {
            "code": "boolean"
          }
        ]
      }
    ]
  }
}