Definitions for the StructureDefinition-daf-operationdefinition Profile.
OperationDefinition(DAFOperationDefinition) | |
Definition | A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction). |
Control | 0..* |
Invariants | Defined on this element dom-1: If the resource is contained in another resource, it SHALL NOT contain any narrative (: contained.text.empty()) dom-2: If the resource is contained in another resource, it SHALL NOT contain nested Resources (: contained.contained.empty()) dom-3: If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource (: contained.where(('#'+id in %resource.descendants().reference).not()).empty()) dom-4: If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated (: contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()) |
OperationDefinition.id | |
Definition | The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes. |
Control | 0..1 |
Type | id |
Comments | The only time that a resource does not have an id is when it is being submitted to the server using a create operation. |
OperationDefinition.meta | |
Definition | The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content may not always be associated with version changes to the resource. |
Control | 0..1 |
Type | Meta |
OperationDefinition.implicitRules | |
Definition | A reference to a set of rules that were followed when the resource was constructed, and which must be understood when processing the content. |
Control | 0..1 |
Type | uri |
Is Modifier | true |
Comments | Asserting this rule set restricts the content to be only understood by a limited set of trading partners. This inherently limits the usefulness of the data in the long term. However, the existing health eco-system is highly fractured, and not yet ready to define, collect, and exchange data in a generally computable sense. Wherever possible, implementers and/or specification writers should avoid using this element. This element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation. |
OperationDefinition.language | |
Definition | The base language in which the resource is written. |
Control | 0..1 |
Binding | A human language. The codes SHALL be taken from Common Languages; other codes may be used where these codes are not suitable |
Type | code |
Comments | Language is provided to support indexing and accessibility (typically, services such as text to speech use the language tag). The html language tag in the narrative applies to the narrative. The language tag on the resource may be used to specify the language of other presentations generated from the data in the resource Not all the content has to be in the base language. The Resource.language should not be assumed to apply to the narrative automatically. If a language is specified, it should it also be specified on the div element in the html (see rules in HTML5 for information about the relationship between xml:lang and the html lang attribute). |
OperationDefinition.text | |
Definition | A human-readable narrative that contains a summary of the resource, and may be used to represent the content of the resource to a human. The narrative need not encode all the structured data, but is required to contain sufficient detail to make it "clinically safe" for a human to just read the narrative. Resource definitions may define what content should be represented in the narrative to ensure clinical safety. |
Control | 0..1 This element is affected by the following invariants: dom-1 |
Type | Narrative |
Alternate Names | narrative, html, xhtml, display |
Comments | Contained resources do not have narrative. Resources that are not contained SHOULD have a narrative. In some cases, a resource may only have text with little or no additional discrete data (as long as all minOccurs=1 elements are satisfied). This may be necessary for data from legacy systems where information is captured as a "text blob" or where text is additionally entered raw or narrated and encoded in formation is added later. |
OperationDefinition.contained | |
Definition | These resources do not have an independent existence apart from the resource that contains them - they cannot be identified independently, and nor can they have their own independent transaction scope. |
Control | 0..* |
Type | Resource |
Alternate Names | inline resources, anonymous resources, contained resources |
Comments | This should never be done when the content can be identified properly, as once identification is lost, it is extremely difficult (and context dependent) to restore it again. |
OperationDefinition.extension | |
Definition | An Extension |
Control | 0..* |
Type | Extension |
OperationDefinition.extension (http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-data-model) | |
Definition | Data Models (e.g PCORNet CDM, i2b2, OMOP etc) upon which queries can be composed to execute on the data mart. |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | (Extension Type: CodeableConcept) |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists()) |
OperationDefinition.extension (http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-query-format) | |
Definition | Query Formats such as (SAS,SQL,JSON etc) that are supported by the Data Mart. |
Control | 0..1 This element is affected by the following invariants: ele-1 |
Type | (Extension Type: CodeableConcept) |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) ext-1: Must have either extensions or value[x], not both (: extension.exists() != value.exists()) |
OperationDefinition.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the resource, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
OperationDefinition.url | |
Definition | An absolute URI that is used to identify this operation definition when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this operation definition is (or will be) published. The URL SHOULD include the major version of the operation definition. For more information see Technical and Business Versions. |
Control | 0..1 |
Type | uri |
Must Support | true |
Requirements | Allows the operation definition to be referenced by a single globally unique identifier. |
Comments | Can be a urn:uuid: or a urn:oid:, but real http: addresses are preferred. Multiple instances may share the same url if they have a distinct version. |
OperationDefinition.version | |
Definition | The identifier that is used to identify this version of the operation definition when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the operation definition author and is not expected to be globally unique. For example, it might be a timestamp (e.g. yyyymmdd) if a managed version is not available. There is also no expectation that versions can be placed in a lexicographical sequence. |
Note | This is a business versionId, not a resource version id (see discussion) |
Control | 0..1 |
Type | string |
Comments | There may be different operation definition instances that have the same identifier but different versions. The version can be appended to the url in a reference to allow a refrence to a particular business version of the operation definition with the format [url]|[version]. |
OperationDefinition.name | |
Definition | A natural language name identifying the operation definition. This name should be usable as an identifier for the module by machine processing applications such as code generation. |
Control | 1..1 |
Type | string |
Must Support | true |
Requirements | Support human navigation and code generation. |
Comments | The name is not expected to be globally unique. The name should be a simple alpha-numeric type name to ensure that it is computable friendly. |
OperationDefinition.status | |
Definition | The status of this operation definition. Enables tracking the life-cycle of the content. |
Control | 1..1 |
Binding | The lifecycle status of a Value Set or Concept Map. The codes SHALL be taken from PublicationStatus |
Type | code |
Is Modifier | true |
Must Support | true |
Comments | Allows filtering of operation definitions that are appropriate for use vs. not. |
OperationDefinition.kind | |
Definition | Whether this is an operation or a named query. |
Control | 1..1 |
Binding | Whether an operation is a normal operation or a query. The codes SHALL be taken from OperationKind |
Type | code |
Must Support | true |
Comments | Named queries are invoked differently, and have different capabilities. |
OperationDefinition.experimental | |
Definition | A boolean value to indicate that this operation definition is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage. |
Control | 0..1 |
Type | boolean |
Is Modifier | true |
Requirements | Enables experimental content to be developed following the same lifecycle that would be used for a production-level operation definition. |
Comments | Allows filtering of operation definition that are appropriate for use vs. not. This is labeled as "Is Modifier" because applications should not use an experimental operation definition in production. |
OperationDefinition.date | |
Definition | The date (and optionally time) when the operation definition was published. The date must change if and when the business version changes and it must change if the status code changes. In addition, it should change when the substantive content of the operation definition changes. |
Control | 0..1 |
Type | dateTime |
Alternate Names | Revision Date |
Comments | Note that this is not the same as the resource last-modified-date, since the resource may be a secondary representation of the operation definition. Additional specific dates may be added as extensions or be found by consulting Provenances associated with past versions of the resource. |
OperationDefinition.publisher | |
Definition | The name of the individual or organization that published the operation definition. |
Control | 0..1 |
Type | string |
Requirements | Helps establish the "authority/credibility" of the operation definition. May also allow for contact. |
Comments | Usually an organization, but may be an individual. The publisher (or steward) of the operation definition is the organization or individual primarily responsible for the maintenance and upkeep of the operation definition. This is not necessarily the same individual or organization that developed and initially authored the content. The publisher is the primary point of contact for questions or issues with the operation definition. This item SHOULD be populated unless the information is available from context. |
OperationDefinition.contact | |
Definition | Contact details to assist a user in finding and communicating with the publisher. |
Control | 0..* |
Type | ContactDetail |
Comments | May be a web site, an email address, a telephone number, etc. |
OperationDefinition.description | |
Definition | A free text natural language description of the operation definition from a consumer's perspective. |
Control | 0..1 |
Type | markdown |
Must Support | true |
Comments | This description can be used to capture details such as why the operation definition was built, comments about misuse, instructions for clinical use and interpretation, literature references, examples from the paper world, etc. It is not a rendering of the operation definition as conveyed in the 'text' field of the resource itself. This item SHOULD be populated unless the information is available from context (e.g. the language of the profile is presumed to be the predominant language in the place the profile was created). |
OperationDefinition.useContext | |
Definition | The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching for appropriate operation definition instances. |
Control | 0..* |
Type | UsageContext |
Requirements | Assist in searching for appropriate content. |
Comments | When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply. |
OperationDefinition.jurisdiction | |
Definition | A legal or geographic region in which the operation definition is intended to be used. |
Control | 0..* |
Binding | Countries and regions within which this artifact is targeted for use The codes SHALL be taken from Jurisdiction ValueSet; other codes may be used where these codes are not suitable |
Type | CodeableConcept |
Comments | It may be possible for the operation definition to be used in jurisdictions other than those for which it was originally designed or intended. |
OperationDefinition.purpose | |
Definition | Explaination of why this operation definition is needed and why it has been designed as it has. |
Control | 0..1 |
Type | markdown |
Comments | This element does not describe the usage of the operation definition Instead it provides traceability of ''why'' the resource is either needed or ''why'' it is defined as it is. This may be used to point to source materials or specifications that drove the structure of this operation definition. |
OperationDefinition.idempotent | |
Definition | Operations that are idempotent (see HTTP specification definition of idempotent) may be invoked by performing an HTTP GET operation instead of a POST. |
Control | 0..1 |
Type | boolean |
OperationDefinition.code | |
Definition | The name used to invoke the operation. |
Control | 1..1 |
Type | code |
Must Support | true |
Comments | The code does not include the '$' prefix that is always included in the URL when the operation is invoked. |
OperationDefinition.comment | |
Definition | Additional information about how to use this operation or named query. |
Control | 0..1 |
Type | string |
Must Support | true |
OperationDefinition.base | |
Definition | Indicates that this operation definition is a constraining profile on the base. |
Control | 0..1 |
Type | Reference(OperationDefinition) |
Must Support | true |
Comments | A constrained profile can make optional parameters required or not used and clarify documentation. |
OperationDefinition.resource | |
Definition | The types on which this operation can be executed. |
Control | 0..* |
Binding | One of the resource types defined as part of FHIR. The codes SHALL be taken from ResourceType |
Type | code |
Comments | If the type is an abstract resource ("Resource" or "DomainResource") then the operation can be invoked on any concrete specialization. |
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). |
Control | 1..1 |
Type | boolean |
Must Support | true |
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 specific resource id for the context). |
Control | 1..1 |
Type | boolean |
OperationDefinition.instance | |
Definition | Indicates whether this operation can be invoked on a particular instance of one of the given types. |
Control | 1..1 |
Type | boolean |
Must Support | true |
OperationDefinition.parameter | |
Definition | The parameters for the operation/query. |
Control | 0..* |
Type | BackboneElement |
Must Support | true |
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. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) opd-1: Either a type must be provided, or parts (: type.exists() or part.exists()) opd-2: A search type can only be specified for parameters of type string (: searchType implies type = 'string') |
OperationDefinition.parameter.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
OperationDefinition.parameter.extension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
OperationDefinition.parameter.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
OperationDefinition.parameter.name | |
Definition | The name of used to identify the parameter. |
Control | 1..1 |
Type | code |
Must Support | true |
Comments | This name must be a token (start with a letter in a..z, and only contain letters, numerals, and underscore. Note that for search parameters (type = string, with a search type), the name may be altered by the search modifiers. |
OperationDefinition.parameter.use | |
Definition | Whether this is an input or an output parameter. |
Control | 1..1 |
Binding | Whether an operation parameter is an input or an output parameter. The codes SHALL be taken from OperationParameterUse |
Type | code |
Must Support | true |
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. |
Control | 1..1 |
Type | integer |
Must Support | true |
OperationDefinition.parameter.max | |
Definition | The maximum number of times this element is permitted to appear in the request or response. |
Control | 1..1 |
Type | string |
Must Support | true |
OperationDefinition.parameter.documentation | |
Definition | Describes the meaning or use of this parameter. |
Control | 0..1 |
Type | string |
Must Support | true |
OperationDefinition.parameter.type | |
Definition | The type for this parameter. |
Control | 0..1 This element is affected by the following invariants: opd-1 |
Binding | Either an abstract type, a resource or a data type. The codes SHALL be taken from FHIRAllTypes |
Type | code |
Must Support | true |
Comments | if there is no stated parameter, then the parameter is a multi-part parameter; type and must have at least one part defined. |
OperationDefinition.parameter.searchType | |
Definition | How the parameter is understood as a search parameter. This is only used if the parameter type is 'string'. |
Control | 0..1 This element is affected by the following invariants: opd-2 |
Binding | Data types allowed to be used for search parameters. The codes SHALL be taken from SearchParamType |
Type | code |
OperationDefinition.parameter.profile | |
Definition | A profile the specifies the rules that this parameter must conform to. |
Control | 0..1 |
Type | Reference(StructureDefinition) |
OperationDefinition.parameter.binding | |
Definition | Binds to a value set if this parameter is coded (code, Coding, CodeableConcept). |
Control | 0..1 |
Type | BackboneElement |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
OperationDefinition.parameter.binding.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
OperationDefinition.parameter.binding.extension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
OperationDefinition.parameter.binding.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
OperationDefinition.parameter.binding.strength | |
Definition | Indicates the degree of conformance expectations associated with this binding - that is, the degree to which the provided value set must be adhered to in the instances. |
Control | 1..1 |
Binding | Indication of the degree of conformance expectations associated with a binding. The codes SHALL be taken from BindingStrength |
Type | code |
Alternate Names | conformance, extensibility |
Comments | For further discussion, see Using Terminologies. |
OperationDefinition.parameter.binding.valueSet[x] | |
Definition | Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used. |
Control | 1..1 |
Type | Choice of: uri, Reference(ValueSet) |
[x] Note | See Choice of Data Types for further information about how to use [x] |
Comments | For value sets with a referenceResource, the display can contain the value set description. The reference may be version-specific or not. |
OperationDefinition.parameter.part | |
Definition | The parts of a nested Parameter. |
Control | 0..* This element is affected by the following invariants: opd-1 |
Type | See OperationDefinition:dafoperationdefinition.parameter |
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. |
OperationDefinition.overload | |
Definition | Defines an appropriate combination of parameters to use when invoking this operation, to help code generators when generating overloaded parameter sets for this operation. |
Control | 0..* |
Type | BackboneElement |
Comments | The combinations are suggestions as to which sets of parameters to use together, but the combinations are not intended to be authoritative. |
Invariants | Defined on this element ele-1: All FHIR elements must have a @value or children (: hasValue() | (children().count() > id.count())) |
OperationDefinition.overload.id | |
Definition | unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces. |
Control | 0..1 |
Type | string |
OperationDefinition.overload.extension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. |
Control | 0..* |
Type | Extension |
Alternate Names | extensions, user content |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
OperationDefinition.overload.modifierExtension | |
Definition | May be used to represent additional information that is not part of the basic definition of the element, and that modifies the understanding of the element that contains it. Usually modifier elements provide negation or qualification. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension. Applications processing a resource are required to check for modifier extensions. |
Control | 0..* |
Type | Extension |
Is Modifier | true |
Alternate Names | extensions, user content, modifiers |
Comments | There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone. |
OperationDefinition.overload.parameterName | |
Definition | Name of parameter to include in overload. |
Control | 0..* |
Type | string |
OperationDefinition.overload.comment | |
Definition | Comments to go on overload. |
Control | 0..1 |
Type | string |