PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.us.daf@2.0.0
    http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-operationdefinition
{
  "description": null,
  "_filename": "StructureDefinition-daf-operationdefinition.json",
  "package_name": "hl7.fhir.us.daf",
  "date": "2016-08-12",
  "derivation": "constraint",
  "publisher": "Health Level Seven International (FHIR Infrastructure WG - Data Access Framework)",
  "fhirVersion": "3.0.0",
  "name": "U.S. Data Access Framework (DAF) OperationDefinition Profile",
  "mapping": [ {
    "uri": "http://hl7.org/fhir/workflow",
    "name": "Workflow Mapping",
    "identity": "workflow"
  }, {
    "uri": "http://hl7.org/v3",
    "name": "RIM Mapping",
    "identity": "rim"
  }, {
    "uri": "http://hl7.org/fhir/w5",
    "name": "W5 Mapping",
    "identity": "w5"
  }, {
    "uri": "http://hl7.org/fhir/object-implementation",
    "name": "Object Implementation Information",
    "identity": "objimpl"
  } ],
  "abstract": false,
  "type": "OperationDefinition",
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "2.0.0",
  "snapshot": {
    "element": [ {
      "constraint": [ {
        "key": "dom-2",
        "human": "If the resource is contained in another resource, it SHALL NOT contain nested Resources",
        "xpath": "not(parent::f:contained and f:contained)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.contained.empty()"
      }, {
        "key": "dom-1",
        "human": "If the resource is contained in another resource, it SHALL NOT contain any narrative",
        "xpath": "not(parent::f:contained and f:text)",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.text.empty()"
      }, {
        "key": "dom-4",
        "human": "If a resource is contained in another resource, it SHALL NOT have a meta.versionId or a meta.lastUpdated",
        "xpath": "not(exists(f:contained/*/f:meta/f:versionId)) and not(exists(f:contained/*/f:meta/f:lastUpdated))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.meta.versionId.empty() and contained.meta.lastUpdated.empty()"
      }, {
        "key": "dom-3",
        "human": "If the resource is contained in another resource, it SHALL be referred to from elsewhere in the resource",
        "xpath": "not(exists(for $id in f:contained/*/@id return $id[not(ancestor::f:contained/parent::*/descendant::f:reference/@value=concat('#', $id))]))",
        "source": "DomainResource",
        "severity": "error",
        "expression": "contained.where(('#'+id in %resource.descendants().reference).not()).empty()"
      } ],
      "path": "OperationDefinition",
      "min": 0,
      "definition": "A formal computable definition of an operation (on the RESTful interface) or a named query (using the search interaction).",
      "short": "Definition of an operation or a named query",
      "mapping": [ {
        "map": "Entity. Role, or Act",
        "identity": "rim"
      }, {
        "map": "Definition",
        "identity": "workflow"
      }, {
        "map": "n/a",
        "identity": "rim"
      }, {
        "map": "conformance.behavior",
        "identity": "w5"
      } ],
      "mustSupport": false,
      "sliceName": "DAFOperationDefinition",
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition"
      }
    }, {
      "path": "OperationDefinition.id",
      "min": 0,
      "definition": "The logical id of the resource, as used in the URL for the resource. Once assigned, this value never changes.",
      "short": "Logical id of this artifact",
      "type": [ {
        "code": "id"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.id",
      "comment": "The only time that a resource does not have an id is when it is being submitted to the server using a create operation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.id"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.meta",
      "min": 0,
      "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.",
      "short": "Metadata about the resource",
      "type": [ {
        "code": "Meta"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.meta",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.meta"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.implicitRules",
      "min": 0,
      "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.",
      "isModifier": true,
      "short": "A set of rules under which this content was created",
      "type": [ {
        "code": "uri"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.implicitRules",
      "comment": "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. \n\nThis element is labelled as a modifier because the implicit rules may provide additional knowledge about the resource that modifies it's meaning or interpretation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.implicitRules"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.language",
      "min": 0,
      "definition": "The base language in which the resource is written.",
      "short": "Language of the resource content",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet",
          "valueReference": {
            "reference": "http://hl7.org/fhir/ValueSet/all-languages"
          }
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Language"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "A human language.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/languages"
        }
      },
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.language",
      "comment": "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).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Resource.language"
      }
    }, {
      "path": "OperationDefinition.text",
      "min": 0,
      "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.",
      "short": "Text summary of the resource, for human interpretation",
      "mapping": [ {
        "map": "Act.text?",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Narrative"
      } ],
      "alias": [ "narrative", "html", "xhtml", "display" ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.text",
      "condition": [ "dom-1" ],
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "DomainResource.text"
      }
    }, {
      "path": "OperationDefinition.contained",
      "min": 0,
      "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.",
      "short": "Contained, inline Resources",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Resource"
      } ],
      "alias": [ "inline resources", "anonymous resources", "contained resources" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.contained",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.contained"
      }
    }, {
      "path": "OperationDefinition.extension",
      "min": 0,
      "definition": "An Extension",
      "short": "Extension",
      "slicing": {
        "id": "1",
        "rules": "open",
        "ordered": false,
        "discriminator": [ {
          "path": "url",
          "type": "value"
        } ]
      },
      "type": [ {
        "code": "Extension"
      } ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.extension",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "OperationDefinition.extension",
      "min": 1,
      "definition": "An Extension",
      "isModifier": false,
      "short": "Extension",
      "type": [ {
        "code": "Extension",
        "profile": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-data-model"
      } ],
      "mustSupport": true,
      "sliceName": "data-model",
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.extension:data-model",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "ext-1",
        "human": "Must have either extensions or value[x], not both",
        "xpath": "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])",
        "source": "Extension",
        "severity": "error",
        "expression": "extension.exists() != value.exists()"
      } ],
      "path": "OperationDefinition.extension",
      "min": 1,
      "definition": "An Extension",
      "isModifier": false,
      "short": "Extension",
      "type": [ {
        "code": "Extension",
        "profile": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-query-format"
      } ],
      "mustSupport": true,
      "sliceName": "query-format",
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.extension:query-format",
      "condition": [ "ele-1" ],
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.extension"
      }
    }, {
      "path": "OperationDefinition.modifierExtension",
      "min": 0,
      "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.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.modifierExtension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "DomainResource.modifierExtension"
      }
    }, {
      "path": "OperationDefinition.url",
      "requirements": "Allows the operation definition to be referenced by a single globally unique identifier.",
      "min": 0,
      "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](resource.html#versions).",
      "short": "Logical URI to reference this operation definition (globally unique)",
      "mapping": [ {
        "map": "Definition.url",
        "identity": "workflow"
      }, {
        "map": "id",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "uri"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.url",
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.url"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.version",
      "min": 0,
      "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.",
      "short": "Business version of the operation definition",
      "mapping": [ {
        "map": "Definition.version",
        "identity": "workflow"
      }, {
        "map": "id.version",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.version",
      "comment": "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].",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.version"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.name",
      "requirements": "Support human navigation and code generation.",
      "min": 1,
      "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.",
      "short": "Name for this operation definition (computer friendly)",
      "mapping": [ {
        "map": "Definition.title",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.name",
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.name"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.status",
      "min": 1,
      "definition": "The status of this operation definition. Enables tracking the life-cycle of the content.",
      "isModifier": true,
      "short": "draft | active | retired | unknown",
      "mapping": [ {
        "map": "Definition.status (different ValueSet)",
        "identity": "workflow"
      }, {
        "map": "status",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "PublicationStatus"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "The lifecycle status of a Value Set or Concept Map.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/publication-status"
        }
      },
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.status",
      "comment": "Allows filtering of operation definitions that are appropriate for use vs. not.  \nThis is labeled as \"Is Modifier\" because applications should not use a retired operation definition without due consideration.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.status"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.kind",
      "min": 1,
      "definition": "Whether this is an operation or a named query.",
      "short": "operation | query",
      "mapping": [ {
        "map": "class",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "OperationKind"
        } ],
        "description": "Whether an operation is a normal operation or a query.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/operation-kind"
        }
      },
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.kind",
      "comment": "Named queries are invoked differently, and have different capabilities.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.kind"
      }
    }, {
      "path": "OperationDefinition.experimental",
      "requirements": "Enables experimental content to be developed following the same lifecycle that would be used for a production-level operation definition.",
      "min": 0,
      "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.",
      "isModifier": true,
      "short": "For testing purposes, not real usage",
      "mapping": [ {
        "map": "Definition.experimental",
        "identity": "workflow"
      }, {
        "map": "class",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.experimental",
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.experimental"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.date",
      "min": 0,
      "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.",
      "short": "Date this was last changed",
      "mapping": [ {
        "map": "Definition.date",
        "identity": "workflow"
      }, {
        "map": "when.recorded",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "dateTime"
      } ],
      "alias": [ "Revision Date" ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.date",
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.date"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.publisher",
      "requirements": "Helps establish the \"authority/credibility\" of the operation definition.  May also allow for contact.",
      "min": 0,
      "definition": "The name of the individual or organization that published the operation definition.",
      "short": "Name of the publisher (organization or individual)",
      "mapping": [ {
        "map": "Definition.publisher",
        "identity": "workflow"
      }, {
        "map": "who.witness",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.publisher",
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.publisher"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.contact",
      "min": 0,
      "definition": "Contact details to assist a user in finding and communicating with the publisher.",
      "short": "Contact details for the publisher",
      "mapping": [ {
        "map": "Definition.contact",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "ContactDetail"
      } ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.contact",
      "comment": "May be a web site, an email address, a telephone number, etc.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.contact"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.description",
      "min": 0,
      "definition": "A free text natural language description of the operation definition from a consumer's perspective.",
      "short": "Natural language description of the operation definition",
      "mapping": [ {
        "map": "Definition.description",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.description",
      "comment": "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).",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.description"
      }
    }, {
      "path": "OperationDefinition.useContext",
      "requirements": "Assist in searching for appropriate content.",
      "min": 0,
      "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.",
      "short": "Context the content is intended to support",
      "mapping": [ {
        "map": "Definition.useContext",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "UsageContext"
      } ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.useContext",
      "comment": "When multiple useContexts are specified, there is no expectation whether all or any of the contexts apply.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.useContext"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.jurisdiction",
      "min": 0,
      "definition": "A legal or geographic region in which the operation definition is intended to be used.",
      "short": "Intended jurisdiction for operation definition (if applicable)",
      "mapping": [ {
        "map": "Definition.jurisdiction",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "CodeableConcept"
      } ],
      "binding": {
        "strength": "extensible",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "Jurisdiction"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Countries and regions within which this artifact is targeted for use",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/jurisdiction"
        }
      },
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.jurisdiction",
      "comment": "It may be possible for the operation definition to be used in jurisdictions other than those for which it was originally designed or intended.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.jurisdiction"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.purpose",
      "min": 0,
      "definition": "Explaination of why this operation definition is needed and why it has been designed as it has.",
      "short": "Why this operation definition is defined",
      "mapping": [ {
        "map": "Definition.purpose",
        "identity": "workflow"
      }, {
        "map": "no-gen-base",
        "identity": "objimpl"
      }, {
        "map": "why",
        "identity": "w5"
      } ],
      "type": [ {
        "code": "markdown"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.purpose",
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.purpose"
      }
    }, {
      "path": "OperationDefinition.idempotent",
      "min": 0,
      "definition": "Operations that are idempotent (see [HTTP specification definition of idempotent](http://www.w3.org/Protocols/rfc2616/rfc2616-sec9.html)) may be invoked by performing an HTTP GET operation instead of a POST.",
      "short": "Whether content is unchanged by the operation",
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.idempotent",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.idempotent"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.code",
      "min": 1,
      "definition": "The name used to invoke the operation.",
      "short": "Name used to invoke the operation",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.code",
      "comment": "The code does not include the '$' prefix that is always included in the URL when the operation is invoked.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.code"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.comment",
      "min": 0,
      "definition": "Additional information about how to use this operation or named query.",
      "short": "Additional information about use",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.comment",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.comment"
      }
    }, {
      "path": "OperationDefinition.base",
      "min": 0,
      "definition": "Indicates that this operation definition is a constraining profile on the base.",
      "short": "Marks this as a profile of the base",
      "mapping": [ {
        "map": "Definition.definition",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.base",
      "comment": "A constrained profile can make optional parameters required or not used and clarify documentation.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.base"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.resource",
      "min": 0,
      "definition": "The types on which this operation can be executed.",
      "short": "Types this operation applies to",
      "mapping": [ {
        "map": "Definition.subjectCodableConcept",
        "identity": "workflow"
      } ],
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "ResourceType"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "One of the resource types defined as part of FHIR.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/resource-types"
        }
      },
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.resource",
      "comment": "If the type is an abstract resource (\"Resource\" or \"DomainResource\") then the operation can be invoked on any concrete specialization.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.resource"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.system",
      "min": 1,
      "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).",
      "short": "Invoke at the system level?",
      "type": [ {
        "code": "boolean"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.system",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.system"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.type",
      "min": 1,
      "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).",
      "short": "Invole at the type level?",
      "type": [ {
        "code": "boolean"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.type",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.type"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.instance",
      "min": 1,
      "definition": "Indicates whether this operation can be invoked on a particular instance of one of the given types.",
      "short": "Invoke on an instance?",
      "type": [ {
        "code": "boolean"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.instance",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.instance"
      },
      "isSummary": true
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      }, {
        "key": "opd-1",
        "human": "Either a type must be provided, or parts",
        "xpath": "exists(f:type) or exists(f:part)",
        "source": "OperationDefinition.parameter",
        "severity": "error",
        "expression": "type.exists() or part.exists()"
      }, {
        "key": "opd-2",
        "human": "A search type can only be specified for parameters of type string",
        "xpath": "not(exists(f:searchType)) or (f:type/@value = 'string')",
        "source": "OperationDefinition.parameter",
        "severity": "error",
        "expression": "searchType implies type = 'string'"
      } ],
      "path": "OperationDefinition.parameter",
      "min": 0,
      "definition": "The parameters for the operation/query.",
      "short": "Parameters for the operation/query",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "mustSupport": true,
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.parameter",
      "comment": "Query Definitions only have one output parameter, named \"result\". This may not be described, but can be to allow a profile to be defined.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.parameter"
      }
    }, {
      "path": "OperationDefinition.parameter.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "OperationDefinition.parameter.extension",
      "min": 0,
      "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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.parameter.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "OperationDefinition.parameter.modifierExtension",
      "min": 0,
      "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.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.parameter.modifierExtension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.parameter.name",
      "min": 1,
      "definition": "The name of used to identify the parameter.",
      "short": "Name in Parameters.parameter.name or in URL",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.name",
      "comment": "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.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.parameter.name"
      }
    }, {
      "path": "OperationDefinition.parameter.use",
      "min": 1,
      "definition": "Whether this is an input or an output parameter.",
      "short": "in | out",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "OperationParameterUse"
        } ],
        "description": "Whether an operation parameter is an input or an output parameter.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/operation-parameter-use"
        }
      },
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.use",
      "comment": "If a parameter name is used for both an input and an output parameter, the parameter should be defined twice.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.parameter.use"
      }
    }, {
      "path": "OperationDefinition.parameter.min",
      "min": 1,
      "definition": "The minimum number of times this parameter SHALL appear in the request or response.",
      "short": "Minimum Cardinality",
      "type": [ {
        "code": "integer"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.min",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.parameter.min"
      }
    }, {
      "path": "OperationDefinition.parameter.max",
      "min": 1,
      "definition": "The maximum number of times this element is permitted to appear in the request or response.",
      "short": "Maximum Cardinality (a number or *)",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.max",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.parameter.max"
      }
    }, {
      "path": "OperationDefinition.parameter.documentation",
      "min": 0,
      "definition": "Describes the meaning or use of this parameter.",
      "short": "Description of meaning/use",
      "type": [ {
        "code": "string"
      } ],
      "mustSupport": true,
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.documentation",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.parameter.documentation"
      }
    }, {
      "path": "OperationDefinition.parameter.type",
      "min": 0,
      "definition": "The type for this parameter.",
      "short": "What type this parameter has",
      "type": [ {
        "code": "code"
      } ],
      "mustSupport": true,
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "FHIRAllTypes"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Either an abstract type, a resource or a data type.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/all-types"
        }
      },
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.type",
      "condition": [ "opd-1" ],
      "comment": "if there is no stated parameter, then the parameter is a multi-part parameter; type and must have at least one part defined.",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.parameter.type"
      }
    }, {
      "path": "OperationDefinition.parameter.searchType",
      "min": 0,
      "definition": "How the parameter is understood as a search parameter. This is only used if the parameter type is 'string'.",
      "short": "number | date | string | token | reference | composite | quantity | uri",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "SearchParamType"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Data types allowed to be used for search parameters.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/search-param-type"
        }
      },
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.searchType",
      "condition": [ "opd-2" ],
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.parameter.searchType"
      }
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter.profile",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.parameter.profile"
      },
      "path": "OperationDefinition.parameter.profile",
      "type": [ {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/StructureDefinition"
      } ],
      "short": "Profile on the type",
      "definition": "A profile the specifies the rules that this parameter must conform to."
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "path": "OperationDefinition.parameter.binding",
      "min": 0,
      "definition": "Binds to a value set if this parameter is coded (code, Coding, CodeableConcept).",
      "short": "ValueSet details if this is coded",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.binding",
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.parameter.binding"
      }
    }, {
      "path": "OperationDefinition.parameter.binding.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.binding.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "OperationDefinition.parameter.binding.extension",
      "min": 0,
      "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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.parameter.binding.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "OperationDefinition.parameter.binding.modifierExtension",
      "min": 0,
      "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.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.parameter.binding.modifierExtension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "path": "OperationDefinition.parameter.binding.strength",
      "min": 1,
      "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.",
      "short": "required | extensible | preferred | example",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "extension": [ {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
          "valueString": "BindingStrength"
        }, {
          "url": "http://hl7.org/fhir/StructureDefinition/elementdefinition-isCommonBinding",
          "valueBoolean": true
        } ],
        "description": "Indication of the degree of conformance expectations associated with a binding.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/binding-strength"
        }
      },
      "alias": [ "conformance", "extensibility" ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.binding.strength",
      "comment": "For further discussion, see [Using Terminologies](terminologies.html).",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.parameter.binding.strength"
      }
    }, {
      "path": "OperationDefinition.parameter.binding.valueSet[x]",
      "min": 1,
      "definition": "Points to the value set or external definition (e.g. implicit value set) that identifies the set of codes to be used.",
      "short": "Source of value set",
      "type": [ {
        "code": "uri"
      }, {
        "code": "Reference",
        "targetProfile": "http://hl7.org/fhir/StructureDefinition/ValueSet"
      } ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.parameter.binding.valueSet[x]",
      "comment": "For value sets with a referenceResource, the display can contain the value set description.  The reference may be version-specific or not.",
      "base": {
        "max": "1",
        "min": 1,
        "path": "OperationDefinition.parameter.binding.valueSet[x]"
      }
    }, {
      "path": "OperationDefinition.parameter.part",
      "min": 0,
      "definition": "The parts of a nested Parameter.",
      "short": "Parts of a nested Parameter",
      "contentReference": "#OperationDefinition:dafoperationdefinition.parameter",
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.parameter.part",
      "condition": [ "opd-1" ],
      "comment": "Query Definitions only have one output parameter, named \"result\". This may not be described, but can be to allow a profile to be defined.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.parameter.part"
      }
    }, {
      "constraint": [ {
        "key": "ele-1",
        "human": "All FHIR elements must have a @value or children",
        "xpath": "@value|f:*|h:div",
        "source": "Element",
        "severity": "error",
        "expression": "hasValue() | (children().count() > id.count())"
      } ],
      "path": "OperationDefinition.overload",
      "min": 0,
      "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.",
      "short": "Define overloaded variants for when  generating code",
      "type": [ {
        "code": "BackboneElement"
      } ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.overload",
      "comment": "The combinations are suggestions as to which sets of parameters to use together, but the combinations are not intended to be authoritative.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.overload"
      }
    }, {
      "path": "OperationDefinition.overload.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "string"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "id": "OperationDefinition:dafoperationdefinition.overload.id",
      "base": {
        "max": "1",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "OperationDefinition.overload.extension",
      "min": 0,
      "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.",
      "short": "Additional Content defined by implementations",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.overload.extension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "path": "OperationDefinition.overload.modifierExtension",
      "min": 0,
      "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.",
      "isModifier": true,
      "short": "Extensions that cannot be ignored",
      "mapping": [ {
        "map": "N/A",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content", "modifiers" ],
      "max": "*",
      "id": "OperationDefinition:dafoperationdefinition.overload.modifierExtension",
      "comment": "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.",
      "base": {
        "max": "*",
        "min": 0,
        "path": "BackboneElement.modifierExtension"
      },
      "isSummary": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.overload.parameterName",
      "max": "*",
      "min": 0,
      "base": {
        "max": "*",
        "min": 0,
        "path": "OperationDefinition.overload.parameterName"
      },
      "path": "OperationDefinition.overload.parameterName",
      "type": [ {
        "code": "string"
      } ],
      "short": "Name of parameter to include in overload",
      "definition": "Name of parameter to include in overload."
    }, {
      "id": "OperationDefinition:dafoperationdefinition.overload.comment",
      "max": "1",
      "min": 0,
      "base": {
        "max": "1",
        "min": 0,
        "path": "OperationDefinition.overload.comment"
      },
      "path": "OperationDefinition.overload.comment",
      "type": [ {
        "code": "string"
      } ],
      "short": "Comments to go on overload",
      "definition": "Comments to go on overload."
    } ]
  },
  "status": "draft",
  "id": "c96f290f-8e7a-4efc-95c6-61c6b9685eb5",
  "kind": "resource",
  "url": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-operationdefinition",
  "version": "1.0.0",
  "differential": {
    "element": [ {
      "id": "OperationDefinition:dafoperationdefinition",
      "path": "OperationDefinition",
      "sliceName": "DAFOperationDefinition",
      "isModifier": false,
      "mustSupport": false
    }, {
      "id": "OperationDefinition:dafoperationdefinition.extension:data-model",
      "max": "*",
      "min": 1,
      "path": "OperationDefinition.extension",
      "type": [ {
        "code": "Extension",
        "profile": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-data-model"
      } ],
      "sliceName": "data-model",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.extension:query-format",
      "max": "*",
      "min": 1,
      "path": "OperationDefinition.extension",
      "type": [ {
        "code": "Extension",
        "profile": "http://hl7.org/fhir/us/daf-research/StructureDefinition/daf-query-format"
      } ],
      "sliceName": "query-format",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.url",
      "max": "1",
      "min": 0,
      "path": "OperationDefinition.url",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.name",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.name",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.status",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.status",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.kind",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.kind",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.description",
      "max": "1",
      "min": 0,
      "path": "OperationDefinition.description",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.code",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.code",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.comment",
      "max": "1",
      "min": 0,
      "path": "OperationDefinition.comment",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.base",
      "max": "1",
      "min": 0,
      "path": "OperationDefinition.base",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.system",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.system",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.instance",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.instance",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter",
      "max": "*",
      "min": 0,
      "path": "OperationDefinition.parameter",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter.name",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.parameter.name",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter.use",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.parameter.use",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter.min",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.parameter.min",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter.max",
      "max": "1",
      "min": 1,
      "path": "OperationDefinition.parameter.max",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter.documentation",
      "max": "1",
      "min": 0,
      "path": "OperationDefinition.parameter.documentation",
      "isModifier": false,
      "mustSupport": true
    }, {
      "id": "OperationDefinition:dafoperationdefinition.parameter.type",
      "max": "1",
      "min": 0,
      "path": "OperationDefinition.parameter.type",
      "isModifier": false,
      "mustSupport": true
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://www.healthit.gov",
      "system": "url"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/OperationDefinition"
}