Documentation
    Preparing search index...

    Interface JournalEncounterIndexResponse

    The response for a journal encounter index.

    interface JournalEncounterIndexResponse {
        _links: { self: Href };
        encounters: NameIdKey[];
    }

    Hierarchy

    • ResponseBase
      • JournalEncounterIndexResponse
    Index

    Properties

    Properties

    _links: { self: Href }
    encounters: NameIdKey[]