IGUHealth
    Preparing search index...
    interface Encounter {
        _implicitRules?: Element;
        _language?: Element;
        _status?: Element;
        account?: Reference[];
        appointment?: Reference[];
        basedOn?: Reference[];
        class: Coding;
        classHistory?: EncounterClassHistory[];
        contained?: ConcreteType[];
        diagnosis?: EncounterDiagnosis[];
        episodeOfCare?: Reference[];
        extension?: Extension[];
        hospitalization?: EncounterHospitalization;
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        length?: Duration;
        location?: EncounterLocation[];
        meta?: Meta;
        modifierExtension?: Extension[];
        participant?: EncounterParticipant[];
        partOf?: Reference;
        period?: Period;
        priority?: CodeableConcept;
        reasonCode?: CodeableConcept[];
        reasonReference?: Reference[];
        resourceType: "Encounter";
        serviceProvider?: Reference;
        serviceType?: CodeableConcept;
        status: code;
        statusHistory?: EncounterStatusHistory[];
        subject?: Reference;
        text?: Narrative;
        type?: CodeableConcept[];
    }
    Index

    Properties

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _status?: Element

    planned | arrived | triaged | in-progress | onleave | finished | cancelled +

    account?: Reference[]

    The set of accounts that may be used for billing for this Encounter

    appointment?: Reference[]

    The appointment that scheduled this encounter

    basedOn?: Reference[]

    The ServiceRequest that initiated this encounter

    class: Coding

    Classification of patient encounter

    classHistory?: EncounterClassHistory[]

    List of past encounter classes

    contained?: ConcreteType[]

    Contained, inline Resources

    diagnosis?: EncounterDiagnosis[]

    The list of diagnosis relevant to this encounter

    episodeOfCare?: Reference[]

    Episode(s) of care that this encounter should be recorded against

    extension?: Extension[]

    Additional content defined by implementations

    hospitalization?: EncounterHospitalization

    Details about the admission to a healthcare service

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Identifier(s) by which this encounter is known

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    length?: Duration

    Quantity of time the encounter lasted (less time absent)

    location?: EncounterLocation[]

    List of locations where the patient has been

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    participant?: EncounterParticipant[]

    List of participants involved in the encounter

    partOf?: Reference

    Another Encounter this encounter is part of

    period?: Period

    The start and end time of the encounter

    priority?: CodeableConcept

    Indicates the urgency of the encounter

    reasonCode?: CodeableConcept[]

    Coded reason the encounter takes place

    reasonReference?: Reference[]

    Reason the encounter takes place (reference)

    resourceType: "Encounter"
    serviceProvider?: Reference

    The organization (facility) responsible for this encounter

    serviceType?: CodeableConcept

    Specific type of service

    status: code

    planned | arrived | triaged | in-progress | onleave | finished | cancelled +

    statusHistory?: EncounterStatusHistory[]

    List of past encounter statuses

    subject?: Reference

    The patient or group present at the encounter

    text?: Narrative

    Text summary of the resource, for human interpretation

    Specific type of encounter