Projo FHIR Documentation
0.1.0 - ci-build Switzerland flag

Projo FHIR Documentation - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Projo Plan Slot Kind - XML Representation

Draft as of 2024-01-01

Raw xml | Download


<CodeSystem xmlns="http://hl7.org/fhir">
  <id value="plan-slot-kind"/>
  <text>
    <status value="generated"/>
    <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>
  </text>
  <url value="https://projo.evoleen.com/fhir/CodeSystem/plan-slot-kind"/>
  <version value="0.1.0"/>
  <name value="PlanSlotKind"/>
  <title value="Projo Plan Slot Kind"/>
  <status value="draft"/>
  <experimental value="true"/>
  <date value="2024-01-01"/>
  <publisher value="Projo"/>
  <contact>
    <name value="Projo"/>
    <telecom>
      <system value="url"/>
      <value value="https://projo.evoleen.com"/>
    </telecom>
  </contact>
  <description
               value="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 &gt; re-engagement &gt; 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 value="urn:iso:std:iso:3166"/>
      <code value="CH"/>
      <display value="Switzerland"/>
    </coding>
  </jurisdiction>
  <purpose
           value="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
             value="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 value="true"/>
  <content value="complete"/>
  <count value="4"/>
  <concept>
    <code value="onboarding"/>
    <display value="Onboarding"/>
    <definition
                value="Initial intake plan; applied on Patient just-created or first inbound."/>
  </concept>
  <concept>
    <code value="default"/>
    <display value="Default"/>
    <definition
                value="Steady-state plan; applied when no onboarding slot exists or onboarding is complete."/>
  </concept>
  <concept>
    <code value="re-engagement"/>
    <display value="Re-engagement"/>
    <definition
                value="Plan applied when a returning patient reattaches with no-active-cr."/>
  </concept>
  <concept>
    <code value="onboarding-routing"/>
    <display value="Onboarding routing"/>
    <definition
                value="Router-side PlanDefinition (CQL-driven clinical routing), pinned via canonical|version (ADR 0007)."/>
  </concept>
</CodeSystem>