IGUHealth
    Preparing search index...
    interface UsageContext {
        code: Coding;
        extension?: Extension[];
        id?: id;
        valueCodeableConcept?: CodeableConcept;
        valueQuantity?: Quantity;
        valueRange?: Range;
        valueReference?: Reference;
    }
    Index

    Properties

    code: Coding

    Type of context being specified

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    valueCodeableConcept?: CodeableConcept

    Value that defines the context

    valueQuantity?: Quantity

    Value that defines the context

    valueRange?: Range

    Value that defines the context

    valueReference?: Reference

    Value that defines the context