PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.4.0
    http://hl7.org/fhir/StructureDefinition/ParameterDefinition
{
  "description": "Base StructureDefinition for ParameterDefinition Type",
  "_filename": "parameterdefinition.profile.json",
  "package_name": "hl7.fhir.core",
  "date": "2016-03-31T08:01:25+11:00",
  "derivation": "specialization",
  "publisher": "HL7 FHIR Standard",
  "fhirVersion": "1.4.0",
  "name": "ParameterDefinition",
  "mapping": [ {
    "uri": "http://hl7.org/v3",
    "name": "RIM",
    "identity": "rim"
  } ],
  "baseType": "Element",
  "abstract": false,
  "type": null,
  "experimental": null,
  "resourceType": "StructureDefinition",
  "title": null,
  "package_version": "1.4.0",
  "snapshot": {
    "element": [ {
      "max": "*",
      "min": 0,
      "path": "ParameterDefinition",
      "type": [ {
        "code": "Element"
      } ],
      "short": "Definition of a parameter to a module",
      "definition": "The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse."
    }, {
      "path": "ParameterDefinition.id",
      "min": 0,
      "definition": "unique id for the element within a resource (for internal references).",
      "short": "xml:id (or equivalent in JSON)",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "id"
      } ],
      "representation": [ "xmlAttr" ],
      "max": "1",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.id"
      }
    }, {
      "path": "ParameterDefinition.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",
      "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.",
      "mapping": [ {
        "map": "n/a",
        "identity": "rim"
      } ],
      "type": [ {
        "code": "Extension"
      } ],
      "alias": [ "extensions", "user content" ],
      "max": "*",
      "base": {
        "max": "*",
        "min": 0,
        "path": "Element.extension"
      }
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.name",
      "type": [ {
        "code": "code"
      } ],
      "short": "Parameter name",
      "isSummary": true,
      "definition": "The name of the parameter."
    }, {
      "max": "1",
      "min": 1,
      "path": "ParameterDefinition.use",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "description": "Whether the parameter is input or output",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/operation-parameter-use"
        }
      },
      "isSummary": true,
      "definition": "Whether the parameter is input or output for the module."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.min",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Minimum cardinality",
      "isSummary": true,
      "definition": "The minimum number of times this parameter SHALL appear in the request or response."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.max",
      "type": [ {
        "code": "string"
      } ],
      "short": "Maximum cardinality (a number of *)",
      "isSummary": true,
      "definition": "The maximum number of times this element is permitted to appear in the request or response."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.documentation",
      "type": [ {
        "code": "string"
      } ],
      "short": "A brief description of the parameter",
      "isSummary": true,
      "definition": "A brief discussion of what the parameter is for and how it is used by the module."
    }, {
      "max": "1",
      "min": 1,
      "path": "ParameterDefinition.type",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "description": "Either an abstract type, a resource or a data type.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/all-types"
        }
      },
      "isSummary": true,
      "definition": "The type of the parameter."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.profile",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ]
      } ],
      "short": "The profile of the parameter, any",
      "isSummary": true,
      "definition": "If specified, this indicates a profile that the input data must conform to, or that the output data will conform to."
    } ]
  },
  "status": "draft",
  "id": "e0eb4e50-0fc3-4222-bf35-b58c4ed89f10",
  "kind": "datatype",
  "url": "http://hl7.org/fhir/StructureDefinition/ParameterDefinition",
  "version": null,
  "differential": {
    "element": [ {
      "max": "*",
      "min": 0,
      "path": "ParameterDefinition",
      "type": [ {
        "code": "Element"
      } ],
      "short": "Definition of a parameter to a module",
      "definition": "The parameters to the module. This collection specifies both the input and output parameters. Input parameters are provided by the caller as part of the $evaluate operation. Output parameters are included in the GuidanceResponse."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.name",
      "type": [ {
        "code": "code"
      } ],
      "short": "Parameter name",
      "isSummary": true,
      "definition": "The name of the parameter."
    }, {
      "max": "1",
      "min": 1,
      "path": "ParameterDefinition.use",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "description": "Whether the parameter is input or output",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/operation-parameter-use"
        }
      },
      "isSummary": true,
      "definition": "Whether the parameter is input or output for the module."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.min",
      "type": [ {
        "code": "integer"
      } ],
      "short": "Minimum cardinality",
      "isSummary": true,
      "definition": "The minimum number of times this parameter SHALL appear in the request or response."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.max",
      "type": [ {
        "code": "string"
      } ],
      "short": "Maximum cardinality (a number of *)",
      "isSummary": true,
      "definition": "The maximum number of times this element is permitted to appear in the request or response."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.documentation",
      "type": [ {
        "code": "string"
      } ],
      "short": "A brief description of the parameter",
      "isSummary": true,
      "definition": "A brief discussion of what the parameter is for and how it is used by the module."
    }, {
      "max": "1",
      "min": 1,
      "path": "ParameterDefinition.type",
      "type": [ {
        "code": "code"
      } ],
      "binding": {
        "strength": "required",
        "description": "Either an abstract type, a resource or a data type.",
        "valueSetReference": {
          "reference": "http://hl7.org/fhir/ValueSet/all-types"
        }
      },
      "isSummary": true,
      "definition": "The type of the parameter."
    }, {
      "max": "1",
      "min": 0,
      "path": "ParameterDefinition.profile",
      "type": [ {
        "code": "Reference",
        "profile": [ "http://hl7.org/fhir/StructureDefinition/StructureDefinition" ]
      } ],
      "short": "The profile of the parameter, any",
      "isSummary": true,
      "definition": "If specified, this indicates a profile that the input data must conform to, or that the output data will conform to."
    } ]
  },
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "other"
    } ]
  } ],
  "baseDefinition": "http://hl7.org/fhir/StructureDefinition/Element"
}