interface TestScript {
    _copyright?: Element;
    _date?: Element;
    _description?: Element;
    _experimental?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    _publisher?: Element;
    _purpose?: Element;
    _status?: Element;
    _title?: Element;
    _url?: Element;
    _version?: Element;
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    copyright?: markdown;
    date?: dateTime;
    description?: markdown;
    destination?: TestScriptDestination[];
    experimental?: boolean;
    extension?: Extension[];
    fixture?: TestScriptFixture[];
    id?: id;
    identifier?: Identifier;
    implicitRules?: uri;
    jurisdiction?: CodeableConcept[];
    language?: code;
    meta?: Meta;
    metadata?: TestScriptMetadata;
    modifierExtension?: Extension[];
    name: string;
    origin?: TestScriptOrigin[];
    profile?: Reference[];
    publisher?: string;
    purpose?: markdown;
    resourceType: "TestScript";
    setup?: TestScriptSetup;
    status: code;
    teardown?: TestScriptTeardown;
    test?: TestScriptTest[];
    text?: Narrative;
    title?: string;
    url: uri;
    useContext?: UsageContext[];
    variable?: TestScriptVariable[];
    version?: string;
}

Properties

_copyright?: Element

Use and/or publishing restrictions

_date?: Element

Date last changed

_description?: Element

Natural language description of the test script

_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 test script (computer friendly)

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this test script is defined

_status?: Element

draft | active | retired | unknown

_title?: Element

Name for this test script (human friendly)

_url?: Element

Canonical identifier for this test script, represented as a URI (globally unique)

_version?: Element

Business version of the test script

contact?: ContactDetail[]

Contact details for the publisher

contained?: ConcreteType[]

Contained, inline Resources

copyright?: markdown

Use and/or publishing restrictions

date?: dateTime

Date last changed

description?: markdown

Natural language description of the test script

destination?: TestScriptDestination[]

An abstract server representing a destination or receiver in a message exchange

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

fixture?: TestScriptFixture[]

Fixture in the test script - by reference (uri)

id?: id

Logical id of this artifact

identifier?: Identifier

Additional identifier for the test script

implicitRules?: uri

A set of rules under which this content was created

jurisdiction?: CodeableConcept[]

Intended jurisdiction for test script (if applicable)

language?: code

Language of the resource content

meta?: Meta

Metadata about the resource

Required capability that is assumed to function correctly on the FHIR server being tested

modifierExtension?: Extension[]

Extensions that cannot be ignored

name: string

Name for this test script (computer friendly)

origin?: TestScriptOrigin[]

An abstract server representing a client or sender in a message exchange

profile?: Reference[]

Reference of the validation profile

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this test script is defined

resourceType

A series of required setup operations before tests are executed

status: code

draft | active | retired | unknown

A series of required clean up steps

A test in this script

text?: Narrative

Text summary of the resource, for human interpretation

title?: string

Name for this test script (human friendly)

url: uri

Canonical identifier for this test script, represented as a URI (globally unique)

useContext?: UsageContext[]

The context that the content is intended to support

variable?: TestScriptVariable[]

Placeholder for evaluated elements

version?: string

Business version of the test script