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

: Atrius VTE Prophylaxis Reminder

Draft as of 2026-08-30

Raw json | Download

{
  "resourceType" : "PlanDefinition",
  "id" : "atrius-vte-prophylaxis",
  "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/AtriusVTE</code> for applicability (active inpatient without VTE/obstetric diagnosis and without active LMWH/heparin).</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/cqf-cdsHooksEndpoint",
      "valueUri" : "https://cds.atrius.in/cds-services/atrius-vte-prophylaxis"
    }
  ],
  "url" : "https://atrius.in/fhir/r4/atrius-in/PlanDefinition/atrius-vte-prophylaxis",
  "identifier" : [
    {
      "use" : "official",
      "value" : "atrius-vte-prophylaxis"
    },
    {
      "system" : "urn:ietf:rfc:3986",
      "value" : "urn:oid:1.3.6.1.4.1.66219.1.34.15"
    }
  ],
  "version" : "0.1.0",
  "name" : "AtriusVteProphylaxis",
  "title" : "VTE Prophylaxis Reminder",
  "type" : {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/plan-definition-type",
        "code" : "eca-rule"
      }
    ]
  },
  "status" : "draft",
  "experimental" : true,
  "date" : "2026-08-30T18:15:29+05:30",
  "publisher" : "Atrius",
  "contact" : [
    {
      "name" : "Atrius",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://atrius.in"
        }
      ]
    }
  ],
  "description" : "At encounter-start for an adult inpatient without VTE or obstetric exclusions and without an active enoxaparin/heparin order, propose pharmacologic VTE prophylaxis (enoxaparin).",
  "relatedArtifact" : [
    {
      "type" : "documentation",
      "display" : "ASH VTE prophylaxis guidelines (overview)",
      "url" : "https://www.hematology.org/education/clinicians/guidelines-and-quality-care/clinical-practice-guidelines/venous-thromboembolism-guidelines",
      "document" : {
        "url" : "https://www.hematology.org/education/clinicians/guidelines-and-quality-care/clinical-practice-guidelines/venous-thromboembolism-guidelines"
      }
    }
  ],
  "library" : [
    🔗 "https://atrius.in/fhir/r4/atrius-in/Library/AtriusVTE|0.1.0"
  ],
  "action" : [
    {
      "id" : "atrius-vte-prophylaxis-root",
      "title" : "VTE Prophylaxis Reminder",
      "description" : "Adult inpatient without pharmacologic VTE prophylaxis.",
      "trigger" : [
        {
          "type" : "named-event",
          "name" : "encounter-start"
        }
      ],
      "condition" : [
        {
          "kind" : "applicability",
          "expression" : {
            "language" : "text/cql",
            "expression" : "VTE Prophylaxis 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" : "Condition",
          "profile" : [
            🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-condition|0.1.0"
          ]
        },
        {
          "type" : "MedicationRequest",
          "profile" : [
            🔗 "https://atrius.in/fhir/r4/atrius-in/StructureDefinition/atrius-in-medicationrequest|0.1.0"
          ]
        }
      ],
      "groupingBehavior" : "logical-group",
      "action" : [
        {
          "id" : "vte-prophylaxis-due",
          "title" : "Consider VTE prophylaxis",
          "description" : "No active enoxaparin or heparin order for this adult inpatient. Assess bleed risk and order pharmacologic prophylaxis per local VTE protocol (or document mechanical prophylaxis / contraindication).",
          "priority" : "urgent",
          "condition" : [
            {
              "kind" : "applicability",
              "expression" : {
                "language" : "text/cql",
                "expression" : "VTE Prophylaxis Needed"
              }
            }
          ],
          "groupingBehavior" : "logical-group",
          "action" : [
            {
              "id" : "vte-order-enoxaparin",
              "title" : "Order enoxaparin (LMWH prophylaxis)",
              "priority" : "urgent",
              "definitionCanonical" : "https://atrius.in/fhir/r4/atrius-in/ActivityDefinition/atrius-ad-med-enoxaparin|0.1.0"
            }
          ]
        }
      ]
    }
  ]
}