IGUHealth
    Preparing search index...
    interface ExampleScenario {
        _copyright?: Element;
        _date?: Element;
        _experimental?: Element;
        _implicitRules?: Element;
        _language?: Element;
        _name?: Element;
        _publisher?: Element;
        _purpose?: Element;
        _status?: Element;
        _url?: Element;
        _version?: Element;
        _workflow?: Element[];
        actor?: ExampleScenarioActor[];
        contact?: ContactDetail[];
        contained?: ConcreteType[];
        copyright?: markdown;
        date?: dateTime;
        experimental?: boolean;
        extension?: Extension[];
        id?: id;
        identifier?: Identifier[];
        implicitRules?: uri;
        instance?: ExampleScenarioInstance[];
        jurisdiction?: CodeableConcept[];
        language?: code;
        meta?: Meta;
        modifierExtension?: Extension[];
        name?: string;
        process?: ExampleScenarioProcess[];
        publisher?: string;
        purpose?: markdown;
        resourceType: "ExampleScenario";
        status: code;
        text?: Narrative;
        url?: uri;
        useContext?: UsageContext[];
        version?: string;
        workflow?: canonical[];
    }
    Index

    Properties

    _copyright?: Element

    Use and/or publishing restrictions

    _date?: Element

    Date last changed

    _experimental?: Element

    For testing purposes, not real usage

    _implicitRules?: Element

    A set of rules under which this content was created

    _language?: Element

    Language of the resource content

    _name?: Element

    Name for this example scenario (computer friendly)

    _publisher?: Element

    Name of the publisher (organization or individual)

    _purpose?: Element

    The purpose of the example, e.g. to illustrate a scenario

    _status?: Element

    draft | active | retired | unknown

    _url?: Element

    Canonical identifier for this example scenario, represented as a URI (globally unique)

    _version?: Element

    Business version of the example scenario

    _workflow?: Element[]

    Another nested workflow

    Actor participating in the resource

    contact?: ContactDetail[]

    Contact details for the publisher

    contained?: ConcreteType[]

    Contained, inline Resources

    copyright?: markdown

    Use and/or publishing restrictions

    date?: dateTime

    Date last changed

    experimental?: boolean

    For testing purposes, not real usage

    extension?: Extension[]

    Additional content defined by implementations

    id?: id

    Logical id of this artifact

    identifier?: Identifier[]

    Additional identifier for the example scenario

    implicitRules?: uri

    A set of rules under which this content was created

    Each resource and each version that is present in the workflow

    jurisdiction?: CodeableConcept[]

    Intended jurisdiction for example scenario (if applicable)

    language?: code

    Language of the resource content

    meta?: Meta

    Metadata about the resource

    modifierExtension?: Extension[]

    Extensions that cannot be ignored

    name?: string

    Name for this example scenario (computer friendly)

    Each major process - a group of operations

    publisher?: string

    Name of the publisher (organization or individual)

    purpose?: markdown

    The purpose of the example, e.g. to illustrate a scenario

    resourceType: "ExampleScenario"
    status: code

    draft | active | retired | unknown

    text?: Narrative

    Text summary of the resource, for human interpretation

    url?: uri

    Canonical identifier for this example scenario, represented as a URI (globally unique)

    useContext?: UsageContext[]

    The context that the content is intended to support

    version?: string

    Business version of the example scenario

    workflow?: canonical[]

    Another nested workflow