2nd DSTU Draft For Comment

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

6.19.5 Resource OperationDefinition - Detailed Descriptions

Detailed Descriptions for the elements in the OperationDefinition resource.

OperationDefinition
Definition

A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).

Control1..1
OperationDefinition.url
Definition

The url that is used to identify this operation definition when it is referenced in a specification, model, design or an instance (should be globally unique uri).

Control0..1
Typeuri
Comments

Can be a urn:uuid: or a urn:oid:.

OperationDefinition.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 and the value should be a timestamp.

Control0..1
Typestring
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.

OperationDefinition.name
Definition

A free text natural language name identifying the Profile.

Control1..1
Typestring
Comments

Not expected to be globally unique.

OperationDefinition.publisher
Definition

The name of the individual or organization that published the operation definition.

Control0..1
Typestring
Requirements

Helps establish the "authority/credibility" of the operation definition. May also allow for contact.

Summarytrue
Comments

Usually an organization, but may be an individual. This item SHOULD be populated unless the information is available from context.

OperationDefinition.contact
Definition

Contacts to assist a user in finding and communicating with the publisher.

Control0..*
Summarytrue
Comments

May be a web site, an email address, a telephone number (tel:), etc.

OperationDefinition.contact.name
Definition

The name of an individual to contact regarding the operation definition.

Control0..1
Typestring
Summarytrue
Comments

If there is no named individual, the telecom is for the organization as a whole.

OperationDefinition.contact.telecom
Definition

Contact details for individual (if a name was provided) or the publisher.

Control0..*
TypeContactPoint
Summarytrue
OperationDefinition.description
Definition

A free text natural language description of the profile and its use.

Control0..1
Typestring
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 Profile.text. This item SHOULD be populated unless the information is available from context.

OperationDefinition.requirements
Definition

Explains why this operation definition is needed and why it's been constrained as it has.

Control0..1
Typestring
Comments

This element does not describe the usage of the operation 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.

OperationDefinition.status
Definition

The status of the profile.

Control1..1
BindingResourceProfileStatus: Required: http://hl7.org/fhir/resource-profile-status (The lifecycle status of a Resource Profile)
Typecode
Is Modifiertrue
Requirements

Allows filtering of profiles that are appropriate for use vs. not.

OperationDefinition.experimental
Definition

This profile was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.

Control0..1
Typeboolean
Requirements

Allows filtering of profiles that are appropriate for use vs. not.

OperationDefinition.date
Definition

The date that this version of the profile was published.

Control0..1
TypedateTime
OperationDefinition.kind
Definition

Whether this is operation or named query.

Control1..1
BindingOperationKind: Required: http://hl7.org/fhir/operation-kind (Whether an operation is a normal operation or a query)
Typecode
Comments

Named queries are invoked differently, and have different capabilities.

OperationDefinition.code
Definition

The name used to invoke the operation.

Control1..1
Typecode
OperationDefinition.notes
Definition

Additional information about how to use this operation or named query.

Control0..1
Typestring
OperationDefinition.base
Definition

Indicates that this operation definition is a constraining profile on the base.

Control0..1
TypeReference(OperationDefinition)
Comments

A constrained profile can make optional parameters required or not used and clarify documentation.

OperationDefinition.system
Definition

Indicates whether this operation or named query can be invoked at the system level (e.g. without needing to choose a resource type for the context).

Control1..1
Typeboolean
OperationDefinition.type
Definition

Indicates whether this operation or named query can be invoked at the resource type level for any given resource type level (e.g. without needing to choose a resource type for the context).

Control0..*
BindingResourceType: Any defined Resource Type name
Typecode
OperationDefinition.instance
Definition

Indicates whether this operation can be invoked on a particular instance of one of the given types.

Control1..1
Typeboolean
OperationDefinition.parameter
Definition

The parameters for the operation/query.

Control0..*
Comments

Query Definitions only have one output parameter, named "result". This may not be described, but can be to allow a profile to be defined.

InvariantsDefined on this element
opd-1: Either a type must be provided, or parts (xpath: exists(f:type) or exists(f:part))
OperationDefinition.parameter.name
Definition

The name of used to identify the parameter.

Control1..1
Typecode
Comments

This name must be a token (start with a letter in a..z, and only contain letters, numerals, and underscore.

OperationDefinition.parameter.use
Definition

Whether this is an input or an output parameter.

Control1..1
BindingOperationParameterUse: Required: http://hl7.org/fhir/operation-parameter-use (Whether an operation parameter is an input or an output parameter)
Typecode
Comments

If a parameter name is used for both an input and an output parameter, the parameter should be defined twice.

OperationDefinition.parameter.min
Definition

The minimum number of times this parameter SHALL appear in the request or response.

Control1..1
Typeinteger
OperationDefinition.parameter.max
Definition

The maximum number of times this element is permitted to appear in the request or response.

Control1..1
Typestring
OperationDefinition.parameter.documentation
Definition

Describes the meaning or use of this parameter.

Control0..1
Typestring
OperationDefinition.parameter.type
Definition

The type for this parameter.

Control0..1
BindingOperationParameterType: Required: See http://hl7.org/fhir/vs/operation-definition-parameter-type (The type of a parameter)
Typecode
Comments

if there is no stated parameter, then the parameter is a "Tuple" type and must have at least one part defined.

InvariantsAffect this element
opd-1: Either a type must be provided, or parts (xpath: exists(f:type) or exists(f:part))
OperationDefinition.parameter.profile
Definition

A profile the specifies the rules that this parameter must conform to.

Control0..1
TypeReference(Profile)
OperationDefinition.parameter.part
Definition

The parts of a Tuple Parameter.

Control0..*
Comments

Query Definitions only have one output parameter, named "result". This may not be described, but can be to allow a profile to be defined.

InvariantsAffect this element
opd-1: Either a type must be provided, or parts (xpath: exists(f:type) or exists(f:part))
OperationDefinition.parameter.part.name
Definition

The name of used to identify the parameter.

Control1..1
Typecode
Comments

This name must be a token (start with a letter in a..z, and only contain letters, numerals, and underscore.

OperationDefinition.parameter.part.min
Definition

The minimum number of times this parameter SHALL appear in the request or response.

Control1..1
Typeinteger
OperationDefinition.parameter.part.max
Definition

The maximum number of times this element is permitted to appear in the request or response.

Control1..1
Typestring
OperationDefinition.parameter.part.documentation
Definition

Describes the meaning or use of this parameter.

Control0..1
Typestring
OperationDefinition.parameter.part.type
Definition

The type for this parameter.

Control1..1
BindingOperationParameterType: Required: See http://hl7.org/fhir/vs/operation-definition-parameter-type (The type of a parameter)
Typecode
OperationDefinition.parameter.part.profile
Definition

A profile the specifies the rules that this parameter must conform to.

Control0..1
TypeReference(Profile)