<StructureDefinition xmlns="http://hl7.org/fhir">
  <url value="https://simplifier.net/health-espresso/managed_status" />
  <name value="Managed_Status" />
  <status value="draft" />
  <description value="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 value="4.0.1" />
  <kind value="complex-type" />
  <abstract value="false" />
  <context>
    <type value="element" />
    <expression value="DetectedIssue" />
  </context>
  <type value="Extension" />
  <baseDefinition value="http://hl7.org/fhir/StructureDefinition/Extension" />
  <derivation value="constraint" />
  <differential>
    <element id="Extension.url">
      <path value="Extension.url" />
      <fixedUri value="https://simplifier.net/health-espresso/managed_status" />
    </element>
    <element id="Extension.value[x]">
      <path value="Extension.value[x]" />
      <min value="1" />
      <type>
        <code value="boolean" />
      </type>
    </element>
  </differential>
</StructureDefinition>