Posos Widgets JavaScript SDK
    Preparing search index...

    Interface ModifierExtensionOddOrEvenDay

    FHIR Modifier Extension: Indicates whether a medication is to be taken only on odd or even days.

    This extension qualifies the timing of medication administration, allowing specification such as "take only on even days" or "only on odd days".

    interface ModifierExtensionOddOrEvenDay {
        url: "https://terminology.posos.co/fhir-extension/timing/odd-or-even-day";
        valueCoding: {
            code: "even" | "odd";
            system: "https://terminology.posos.co/parity";
        };
    }
    Index

    Properties

    Properties

    url: "https://terminology.posos.co/fhir-extension/timing/odd-or-even-day"

    Canonical URL that identifies this extension definition.

    valueCoding: {
        code: "even" | "odd";
        system: "https://terminology.posos.co/parity";
    }

    A coded value indicating whether the medication is to be taken on 'odd' or 'even' calendar days.