IGUHealth
    Preparing search index...
    interface VisionPrescription {
        _created?: Element;
        _dateWritten?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _status?: Element;
        contained?: ConcreteType[];
        created: dateTime;
        dateWritten: dateTime;
        encounter?: Reference;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        language?: code;
        lensSpecification: VisionPrescriptionLensSpecification[];
        meta?: Meta;
        modifierExtension?: Extension[];
        patient: Reference;
        prescriber: Reference;
        resourceType: "VisionPrescription";
        status: code;
        text?: Narrative;
    }
    Index

    Properties

    _created?: Element

    Response creation date

    _dateWritten?: Element

    When prescription was authorized

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _status?: Element

    active | cancelled | draft | entered-in-error

    contained?: ConcreteType[]

    Contained, inline Resources

    created: dateTime

    Response creation date

    dateWritten: dateTime

    When prescription was authorized

    encounter?: Reference

    Created during encounter / admission / stay

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Business Identifier for vision prescription

    implicitRules?: uri

    A set of rules under which this content was created

    language?: code

    Language of the resource content

    Vision lens authorization

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    patient: Reference

    Who prescription is for

    prescriber: Reference

    Who authorized the vision prescription

    resourceType: "VisionPrescription"
    status: code

    active | cancelled | draft | entered-in-error

    text?: Narrative

    Text summary of the resource, for human interpretation