Atrius India Core FHIR Implementation Guide
0.1.0 - ci-build

Atrius India Core FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Surgical Safety Checklist Gate

Draft as of 2026-07-24

Raw json | Download

{
  "resourceType" : "PlanDefinition",
  "id" : "surgical-safety-checklist-rule",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/StructureDefinition/cdshooksserviceplandefinition|4.0.1"
    ]
  },
  "language" : "en",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>See <code>Library/AtriusSurgicalSafety</code> for gating expressions and <code>Questionnaire/surgical-safety-checklist</code> for the form.</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint",
      "valueUri" : "https://cds.atrius.in/cds-services/surgical-safety-checklist-rule"
    }
  ],
  "url" : "https://atrius.in/fhir/r4/atrius-in/PlanDefinition/surgical-safety-checklist-rule",
  "identifier" : [
    {
      "use" : "official",
      "value" : "surgical-safety-checklist-rule"
    },
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.66219.1.34.10"
    }
  ],
  "version" : "0.1.0",
  "name" : "AtriusSurgicalSafetyChecklistRule",
  "title" : "Surgical Safety Checklist Gate",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code" : "eca-rule"
      }
    ]
  },
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-07-24T19:16:12+05:30",
  "publisher" : "Atrius",
  "contact" : [
    {
      "name" : "Atrius",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://atrius.in"
        }
      ]
    }
  ],
  "description" : "At the start of a surgical encounter with no completed checklist response, remind the team to complete the WHO surgical safety checklist and propose a completion task.",
  "relatedArtifact" : [
    {
      "type" : "depends-on",
      "display" : "Surgical safety checklist questionnaire",
      "resource" : "https://atrius.in/fhir/r4/atrius-in/Questionnaire/surgical-safety-checklist|0.1.0"
    },
    {
      "type" : "composed-of",
      "display" : "Surgical safety checklist workflow (sign-in → time-out → sign-out)",
      "resource" : "https://atrius.in/fhir/r4/atrius-in/PlanDefinition/surgical-safety-checklist-workflow|0.1.0"
    }
  ],
  "library" : [
    🔗 "https://atrius.in/fhir/r4/atrius-in/Library/AtriusSurgicalSafety|0.1.0"
  ],
  "action" : [
    {
      "id" : "surgical-safety-root",
      "title" : "Surgical Safety Checklist Gate",
      "description" : "Surgical encounter without a completed safety checklist.",
      "trigger" : [
        {
          "type" : "named-event",
          "name" : "encounter-start"
        }
      ],
      "condition" : [
        {
          "kind" : "applicability",
          "expression" : {
            "language" : "text/cql",
            "expression" : "Surgical Safety Checklist Needed"
          }
        }
      ],
      "input" : [
        {
          "type" : "Patient",
          "profile" : [
            🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-patient|0.1.0"
          ]
        },
        {
          "type" : "Encounter",
          "profile" : [
            🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-encounter|0.1.0"
          ]
        },
        {
          "type" : "QuestionnaireResponse",
          "profile" : [
            🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-questionnaireresponse|0.1.0"
          ]
        }
      ],
      "groupingBehavior" : "logical-group",
      "action" : [
        {
          "id" : "surgical-safety-checklist-due",
          "title" : "Surgical safety checklist not completed",
          "description" : "No completed surgical safety checklist response is on record for this surgical encounter. Complete sign-in, time-out, and sign-out with the whole team present before proceeding.",
          "priority" : "urgent",
          "documentation" : [
            {
              "type" : "documentation",
              "display" : "WHO Surgical Safety Checklist",
              "url" : "https://www.who.int/teams/integrated-health-services/patient-safety/research/safe-surgery",
              "document" : {
                "url" : "https://www.who.int/teams/integrated-health-services/patient-safety/research/safe-surgery"
              }
            }
          ],
          "condition" : [
            {
              "kind" : "applicability",
              "expression" : {
                "language" : "text/cql",
                "expression" : "Surgical Safety Checklist Needed"
              }
            }
          ],
          "groupingBehavior" : "logical-group",
          "action" : [
            {
              "id" : "surgical-safety-complete-task",
              "title" : "Complete the surgical safety checklist",
              "priority" : "urgent",
              "definitionCanonical" : "https://atrius.in/fhir/r4/atrius-in/ActivityDefinition/atrius-ad-task-surgical-checklist|0.1.0"
            }
          ]
        }
      ]
    }
  ]
}