{
  "resourceType" : "CodeSystem",
  "id" : "plan-slot-kind",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: CodeSystem plan-slot-kind</b></p><a name=\"plan-slot-kind\"> </a><a name=\"hcplan-slot-kind\"> </a><p>This case-sensitive code system <code>https://projo.evoleen.com/fhir/CodeSystem/plan-slot-kind</code> defines the following codes:</p><table class=\"codes\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td style=\"white-space:nowrap\">onboarding<a name=\"plan-slot-kind-onboarding\"> </a></td><td>Onboarding</td><td>Initial intake plan; applied on Patient just-created or first inbound.</td></tr><tr><td style=\"white-space:nowrap\">default<a name=\"plan-slot-kind-default\"> </a></td><td>Default</td><td>Steady-state plan; applied when no onboarding slot exists or onboarding is complete.</td></tr><tr><td style=\"white-space:nowrap\">re-engagement<a name=\"plan-slot-kind-re-engagement\"> </a></td><td>Re-engagement</td><td>Plan applied when a returning patient reattaches with no-active-cr.</td></tr><tr><td style=\"white-space:nowrap\">onboarding-routing<a name=\"plan-slot-kind-onboarding-routing\"> </a></td><td>Onboarding routing</td><td>Router-side PlanDefinition (CQL-driven clinical routing), pinned via canonical|version (ADR 0007).</td></tr></table></div>"
  },
  "url" : "https://projo.evoleen.com/fhir/CodeSystem/plan-slot-kind",
  "version" : "0.1.0",
  "name" : "PlanSlotKind",
  "title" : "Projo Plan Slot Kind",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-01-01",
  "publisher" : "Projo",
  "contact" : [{
    "name" : "Projo",
    "telecom" : [{
      "system" : "url",
      "value" : "https://projo.evoleen.com"
    }]
  }],
  "description" : "Kinds of plan slot bound on an Organization. Used by the orchestrator to select which PlanDefinition to $apply when an identity-resolution decision (no-match, no-active-cr, unresolved-receiver) calls for a triggered plan. Precedence on cold inbound: onboarding > re-engagement > default. onboarding-routing (ADR 0007) is the router-side slot that pins the CQL-driven clinical routing PlanDefinition, not a lifecycle plan.",
  "jurisdiction" : [{
    "coding" : [{
      "system" : "urn:iso:std:iso:3166",
      "code" : "CH",
      "display" : "Switzerland"
    }]
  }],
  "purpose" : "Documentation-only artifact. Projo's runtime extensions, code systems, identifier systems and search parameter are TypeScript constants and bootstrap-time resources, NOT deployed StructureDefinitions. This StructureDefinition exists to document the contract; the source of truth is src/functions/src/lib/fhir/types.ts and docs/FHIR_EXTENSIONS.md.",
  "copyright" : "Copyright (c) Projo. Licensed under CC0-1.0 (public domain dedication). FHIR(R) is the registered trademark of HL7 and is used with permission. This IG references WhatsApp(R), a trademark of Meta Platforms, Inc., for descriptive purposes only.",
  "caseSensitive" : true,
  "content" : "complete",
  "count" : 4,
  "concept" : [{
    "code" : "onboarding",
    "display" : "Onboarding",
    "definition" : "Initial intake plan; applied on Patient just-created or first inbound."
  },
  {
    "code" : "default",
    "display" : "Default",
    "definition" : "Steady-state plan; applied when no onboarding slot exists or onboarding is complete."
  },
  {
    "code" : "re-engagement",
    "display" : "Re-engagement",
    "definition" : "Plan applied when a returning patient reattaches with no-active-cr."
  },
  {
    "code" : "onboarding-routing",
    "display" : "Onboarding routing",
    "definition" : "Router-side PlanDefinition (CQL-driven clinical routing), pinned via canonical|version (ADR 0007)."
  }]
}