IGUHealth
    Preparing search index...
    interface EncounterLocation {
        _status?: Element;
        extension?: Extension[];
        id?: id;
        location: Reference;
        modifierExtension?: Extension[];
        period?: Period;
        physicalType?: CodeableConcept;
        status?: code;
    }
    Index

    Properties

    _status?: Element

    planned | active | reserved | completed

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Unique id for inter-element referencing

    location: Reference

    Location the encounter takes place

    modifierExtension?: Extension[]

    Extensions that cannot be ignored even if unrecognized

    period?: Period

    Time period during which the patient was present at the location

    physicalType?: CodeableConcept

    The physical type of the location (usually the level in the location hierachy - bed room ward etc.)

    status?: code

    planned | active | reserved | completed