interface GraphDefinition {
    _date?: Element;
    _description?: Element;
    _experimental?: Element;
    _implicitRules?: Element;
    _language?: Element;
    _name?: Element;
    _profile?: Element;
    _publisher?: Element;
    _purpose?: Element;
    _start?: Element;
    _status?: Element;
    _url?: Element;
    _version?: Element;
    contact?: ContactDetail[];
    contained?: ConcreteType[];
    date?: dateTime;
    description?: markdown;
    experimental?: boolean;
    extension?: Extension[];
    id?: id;
    implicitRules?: uri;
    jurisdiction?: CodeableConcept[];
    language?: code;
    link?: GraphDefinitionLink[];
    meta?: Meta;
    modifierExtension?: Extension[];
    name: string;
    profile?: canonical;
    publisher?: string;
    purpose?: markdown;
    resourceType: "GraphDefinition";
    start: code;
    status: code;
    text?: Narrative;
    url?: uri;
    useContext?: UsageContext[];
    version?: string;
}

Properties

_date?: Element

Date last changed

_description?: Element

Natural language description of the graph definition

_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 graph definition (computer friendly)

_profile?: Element

Profile on base resource

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this graph definition is defined

_start?: Element

Type of resource at which the graph starts

_status?: Element

draft | active | retired | unknown

_url?: Element

Canonical identifier for this graph definition, represented as a URI (globally unique)

_version?: Element

Business version of the graph definition

contact?: ContactDetail[]

Contact details for the publisher

contained?: ConcreteType[]

Contained, inline Resources

date?: dateTime

Date last changed

description?: markdown

Natural language description of the graph definition

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

id?: id

Logical id of this artifact

implicitRules?: uri

A set of rules under which this content was created

jurisdiction?: CodeableConcept[]

Intended jurisdiction for graph definition (if applicable)

language?: code

Language of the resource content

Links this graph makes rules about

meta?: Meta

Metadata about the resource

modifierExtension?: Extension[]

Extensions that cannot be ignored

name: string

Name for this graph definition (computer friendly)

profile?: canonical

Profile on base resource

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this graph definition is defined

resourceType
start: code

Type of resource at which the graph starts

status: code

draft | active | retired | unknown

text?: Narrative

Text summary of the resource, for human interpretation

url?: uri

Canonical identifier for this graph definition, represented as a URI (globally unique)

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the graph definition