interface StructureMap {
    _copyright?: Element;
    _date?: Element;
    _description?: Element;
    _experimental?: Element;
    _implicitRules?: Element;
    _import?: 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;
    experimental?: boolean;
    extension?: Extension[];
    group: StructureMapGroup[];
    id?: id;
    identifier?: Identifier[];
    implicitRules?: uri;
    import?: canonical[];
    jurisdiction?: CodeableConcept[];
    language?: code;
    meta?: Meta;
    modifierExtension?: Extension[];
    name: string;
    publisher?: string;
    purpose?: markdown;
    resourceType: "StructureMap";
    status: code;
    structure?: StructureMapStructure[];
    text?: Narrative;
    title?: string;
    url: uri;
    useContext?: UsageContext[];
    version?: string;
}

Properties

_copyright?: Element

Use and/or publishing restrictions

_date?: Element

Date last changed

_description?: Element

Natural language description of the structure map

_experimental?: Element

For testing purposes, not real usage

_implicitRules?: Element

A set of rules under which this content was created

_import?: Element[]

Other maps used by this map (canonical URLs)

_language?: Element

Language of the resource content

_name?: Element

Name for this structure map (computer friendly)

_publisher?: Element

Name of the publisher (organization or individual)

_purpose?: Element

Why this structure map is defined

_status?: Element

draft | active | retired | unknown

_title?: Element

Name for this structure map (human friendly)

_url?: Element

Canonical identifier for this structure map, represented as a URI (globally unique)

_version?: Element

Business version of the structure map

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 structure map

experimental?: boolean

For testing purposes, not real usage

extension?: Extension[]

Additional content defined by implementations

Named sections for reader convenience

id?: id

Logical id of this artifact

identifier?: Identifier[]

Additional identifier for the structure map

implicitRules?: uri

A set of rules under which this content was created

import?: canonical[]

Other maps used by this map (canonical URLs)

jurisdiction?: CodeableConcept[]

Intended jurisdiction for structure map (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 structure map (computer friendly)

publisher?: string

Name of the publisher (organization or individual)

purpose?: markdown

Why this structure map is defined

resourceType
status: code

draft | active | retired | unknown

structure?: StructureMapStructure[]

Structure Definition used by this map

text?: Narrative

Text summary of the resource, for human interpretation

title?: string

Name for this structure map (human friendly)

url: uri

Canonical identifier for this structure map, represented as a URI (globally unique)

useContext?: UsageContext[]

The context that the content is intended to support

version?: string

Business version of the structure map