IGUHealth
    Preparing search index...
    interface ImagingStudy {
        _description?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _numberOfInstances?: Element;
        _numberOfSeries?: Element;
        _started?: Element;
        _status?: Element;
        basedOn?: Reference[];
        contained?: ConcreteType[];
        description?: string;
        encounter?: Reference;
        endpoint?: Reference[];
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        interpreter?: Reference[];
        language?: code;
        location?: Reference;
        meta?: Meta;
        modality?: Coding[];
        modifierExtension?: Extension[];
        note?: Annotation[];
        numberOfInstances?: undefined;
        numberOfSeries?: undefined;
        procedureCode?: CodeableConcept[];
        procedureReference?: Reference;
        reasonCode?: CodeableConcept[];
        reasonReference?: Reference[];
        referrer?: Reference;
        resourceType: "ImagingStudy";
        series?: ImagingStudySeries[];
        started?: dateTime;
        status: code;
        subject: Reference;
        text?: Narrative;
    }
    Index

    Properties

    _description?: Element

    Institution-generated description

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _numberOfInstances?: Element

    Number of Study Related Instances

    _numberOfSeries?: Element

    Number of Study Related Series

    _started?: Element

    When the study was started

    _status?: Element

    registered | available | cancelled | entered-in-error | unknown

    basedOn?: Reference[]

    Request fulfilled

    contained?: ConcreteType[]

    Contained, inline Resources

    description?: string

    Institution-generated description

    encounter?: Reference

    Encounter with which this imaging study is associated

    endpoint?: Reference[]

    Study access endpoint

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Identifiers for the whole study

    implicitRules?: uri

    A set of rules under which this content was created

    interpreter?: Reference[]

    Who interpreted images

    language?: code

    Language of the resource content

    location?: Reference

    Where ImagingStudy occurred

    meta?: Meta

    Metadata about the resource

    modality?: Coding[]

    All series modality if actual acquisition modalities

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    note?: Annotation[]

    User-defined comments

    numberOfInstances?: undefined

    Number of Study Related Instances

    numberOfSeries?: undefined

    Number of Study Related Series

    procedureCode?: CodeableConcept[]

    The performed procedure code

    procedureReference?: Reference

    The performed Procedure reference

    reasonCode?: CodeableConcept[]

    Why the study was requested

    reasonReference?: Reference[]

    Why was study performed

    referrer?: Reference

    Referring physician

    resourceType: "ImagingStudy"

    Each study has one or more series of instances

    started?: dateTime

    When the study was started

    status: code

    registered | available | cancelled | entered-in-error | unknown

    subject: Reference

    Who or what is the subject of the study

    text?: Narrative

    Text summary of the resource, for human interpretation