This page is part of the FHIR Specification (v0.4.0: DSTU 2 Draft). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions . Page versions: R5 R4B R4 R3 R2
Detailed Descriptions for the elements in the StructureDefinition resource.
StructureDefinition | |
Definition | A Resource Profile - a statement of use of one or more FHIR Resources. It may include constraints on Resources and Data Types, Terminology Binding Statements and Extension Definitions. |
Control | 1..1 |
Alternate Names | Template |
Comments | Often called a clinical template. |
Invariants | Defined on this element sdf-4: A structure must have a base unless it’s type is 'abstract' (xpath: (f:type/@value = 'abstract') or f:base) sdf-5: If the type is 'extension' then the structure must have context information (xpath: not(f:type/@value = 'extension') or (f:context and f:contextType)) sdf-6: A structure must have either a differential, or a snapshot (or both) (xpath: f:snapshot or f:differential) |
StructureDefinition.url | |
Definition | The URL at which this profile is (or will be) published, and which is used to reference this profile in extension urls and tag values in operational FHIR systems. |
Control | 1..1 |
Type | uri |
Requirements | So you can say, in a profile, what the full extensions URLs should be. This is required to allow hosting profiles on multiple different servers, and to allow for the editorial process. |
Alternate Names | url; authoritative-url; destination; identity |
gForge Tasks | 3265 |
StructureDefinition.identifier | |
Definition | Formal identifier that is used to identify this profile when it is represented in other formats, or referenced in a specification, model, design or an instance (should be globally unique OID, UUID, or URI), (if it's not possible to use the literal URI). |
Control | 0..* |
Type | Identifier |
Summary | true |
Comments | N/A. |
StructureDefinition.version | |
Definition | The identifier that is used to identify this version of the profile when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually. |
Control | 0..1 |
Type | string |
Requirements | There may be multiple resource versions of the profile that have this same identifier. The resource version id will change for technical reasons, whereas the stated version number needs to be under the author's control. |
Summary | true |
Comments | N/A. |
StructureDefinition.name | |
Definition | A free text natural language name identifying the Profile. |
Control | 1..1 |
Type | string |
Summary | true |
Comments | Not expected to be globally unique. |
StructureDefinition.display | |
Definition | Defined so that applications can use this name when displaying the value of the extension to the user. |
Control | 0..1 |
Type | string |
Comments | Applications don't have to use this name, but can always fall back to it. In the absence of a value for this element, use the name. |
StructureDefinition.publisher | |
Definition | The name of the individual or organization that published the structure definition. |
Control | 0..1 |
Type | string |
Requirements | Helps establish the "authority/credibility" of the structure definition. May also allow for contact. |
Summary | true |
Comments | Usually an organization, but may be an individual. This item SHOULD be populated unless the information is available from context. |
StructureDefinition.contact | |
Definition | Contacts to assist a user in finding and communicating with the publisher. |
Control | 0..* |
Summary | true |
Comments | May be a web site, an email address, a telephone number (tel:), etc. |
StructureDefinition.contact.name | |
Definition | The name of an individual to contact regarding the structure definition. |
Control | 0..1 |
Type | string |
Summary | true |
Comments | If there is no named individual, the telecom is for the organization as a whole. |
StructureDefinition.contact.telecom | |
Definition | Contact details for individual (if a name was provided) or the publisher. |
Control | 0..* |
Type | ContactPoint |
Summary | true |
StructureDefinition.description | |
Definition | A free text natural language description of the profile and its use. |
Control | 0..1 |
Type | string |
Summary | true |
Comments | This field can be used for things such as why the profile was written, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the profile as conveyed in StructureDefinition.text. This item SHOULD be populated unless the information is available from context. |
StructureDefinition.requirements | |
Definition | Explains why this structure definition is needed and why it's been constrained as it has. |
Control | 0..1 |
Type | string |
Comments | This element does not describe the usage of the structure definition (that's done in comments), rather it's for traceability of why the element is either needed or why the constraints exist as they do. This may be used to point to source materials or specifications that drove the structure of this data element. |
StructureDefinition.copyright | |
Definition | A copyright statement relating to the structure definition and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings. |
Control | 0..1 |
Type | string |
Alternate Names | License; Restrictions |
StructureDefinition.code | |
Definition | A set of terms from external terminologies that may be used to assist with indexing and searching of templates. |
Control | 0..* |
Type | Coding |
Requirements | Assist in searching for appropriate profiles. |
Summary | true |
StructureDefinition.status | |
Definition | The status of the profile. |
Control | 1..1 |
Binding | StructureDefinitionStatus: Required: http://hl7.org/fhir/structure-definition-status (The lifecycle status of a StructureDefinition) |
Type | code |
Is Modifier | true |
Requirements | Allows filtering of profiles that are appropriate for use vs. not. |
Summary | true |
StructureDefinition.experimental | |
Definition | This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. |
Control | 0..1 |
Type | boolean |
Requirements | Allows filtering of profiles that are appropriate for use vs. not. |
Summary | true |
StructureDefinition.date | |
Definition | The date that this version of the profile was published. |
Control | 0..1 |
Type | dateTime |
Summary | true |
StructureDefinition.fhirVersion | |
Definition | The version of the FHIR specification on which this profile is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 0.4.0 for this version. |
Control | 0..1 |
Type | id |
Summary | true |
Comments | A profile does not need to specify the target it applies to,as profiles will often be valid across multiple versions of FHIR. FHIR tooling can determine whether a profile is consistent with a particular profile if desired. |
StructureDefinition.mapping | |
Definition | An external specification that the content is mapped to. |
Control | 0..* |
Invariants | Defined on this element sdf-2: Must have at a name or a uri (or both) (xpath: exists(f:uri) or exists(f:name)) |
StructureDefinition.mapping.identity | |
Definition | An Internal id that is used to identify this mapping set when specific mappings are made. |
Control | 1..1 |
Type | id |
Comments | The specification is described once, with general comments, and then specific mappings are made that reference this declaration. |
StructureDefinition.mapping.uri | |
Definition | A URI that identifies the specification that this mapping is expressed to. |
Control | 0..1 |
Type | uri |
Comments | A formal identity for the specification being mapped to helps with identifying maps consistently. |
Invariants | Affect this element sdf-2: Must have at a name or a uri (or both) (xpath: exists(f:uri) or exists(f:name)) |
StructureDefinition.mapping.name | |
Definition | A name for the specification that is being mapped to. |
Control | 0..1 |
Type | string |
Invariants | Affect this element sdf-2: Must have at a name or a uri (or both) (xpath: exists(f:uri) or exists(f:name)) |
StructureDefinition.mapping.comments | |
Definition | Comments about this mapping, including version notes, issues, scope limitations, and other important notes for usage. |
Control | 0..1 |
Type | string |
StructureDefinition.type | |
Definition | Defines the type of structure that this definition is describing. |
Control | 1..1 |
Binding | StructureDefinitionType: Required: http://hl7.org/fhir/structure-definition-type (Defines the type of structure that a definition is describing) |
Type | code |
StructureDefinition.contextType | |
Definition | Identifies the type of context to which the extension applies. |
Control | 0..1 |
Binding | ExtensionContext: Required: http://hl7.org/fhir/extension-context (How an extension context is interpreted) |
Type | code |
Invariants | Affect this element sdf-5: If the type is 'extension' then the structure must have context information (xpath: not(f:type/@value = 'extension') or (f:context and f:contextType)) |
StructureDefinition.context | |
Definition | Identifies the types of resource or data type elements to which the extension can be applied. |
Control | 0..* |
Type | string |
Comments | If the context is an element that can have multiple types, then use (e.g.) value[x] if the extension works on all choice types, or otherwise an enumeration of explicitly named elements if not. Note that a context of "string" doesn't mean that the extension can be used with one of the string patterns such as "id" etc. |
Invariants | Affect this element sdf-5: If the type is 'extension' then the structure must have context information (xpath: not(f:type/@value = 'extension') or (f:context and f:contextType)) |
StructureDefinition.base | |
Definition | The structure that is the base on which this set of constraints is derived from. |
Control | 0..1 |
Type | uri |
Comments | If differential constraints are specified in this structure, they are applied to the base in a "differential" fashion. If there is no base, then the differential constraints cannot be provided (snapshot only). Differential structures are useful for the editing perspective, and snapshot structures are suitable for operational use. The FHIR Project provides a number of tools/services to populate snaphots from differential constraints. |
Invariants | Affect this element sdf-4: A structure must have a base unless it’s type is 'abstract' (xpath: (f:type/@value = 'abstract') or f:base) |
StructureDefinition.snapshot | |
Definition | A snapshot view is expressed in a stand alone form that can be used and interpreted without considering the base profile. |
Control | 0..1 |
Invariants | Defined on this element sdf-1: Element paths must be unique - or not (LM) (xpath: count(f:element) >= count(distinct-values(f:element/f:path/@value))) sdf-3: If a structure is a snapshot, then each element definition must have a formal definition, and cardinalities (xpath: exists(f:base) or (count(f:element) = count(f:element[exists(f:formal) and exists(f:min) and exists(f:max)]))) Affect this element sdf-6: A structure must have either a differential, or a snapshot (or both) (xpath: f:snapshot or f:differential) |
StructureDefinition.snapshot.element | |
Definition | Captures constraints on each element within the resource. |
Control | 1..* |
Type | ElementDefinition |
Invariants | Affect this element sdf-3: If a structure is a snapshot, then each element definition must have a formal definition, and cardinalities (xpath: exists(f:base) or (count(f:element) = count(f:element[exists(f:formal) and exists(f:min) and exists(f:max)]))) |
StructureDefinition.differential | |
Definition | A differential view is expressed relative to the base profile - a statement of differences that it applies. |
Control | 0..1 |
Invariants | Affect this element sdf-6: A structure must have either a differential, or a snapshot (or both) (xpath: f:snapshot or f:differential) |
StructureDefinition.differential.element | |
Definition | Captures constraints on each element within the resource. |
Control | 1..* |
Type | ElementDefinition |