This page is part of the Canonical Resource Management Infrastructure Implementation Guide (v1.0.0: STU1) based on FHIR (HL7® FHIR® Standard) R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Active as of 2024-05-31 |
URL: [base]/ActivityDefinition/$data-requirements
URL: [base]/ActivityDefinition/[id]/$data-requirements
URL: [base]/CapabilityStatement/$data-requirements
URL: [base]/CapabilityStatement/[id]/$data-requirements
URL: [base]/CodeSystem/$data-requirements
URL: [base]/CodeSystem/[id]/$data-requirements
URL: [base]/CompartmentDefinition/$data-requirements
URL: [base]/CompartmentDefinition/[id]/$data-requirements
URL: [base]/ConceptMap/$data-requirements
URL: [base]/ConceptMap/[id]/$data-requirements
URL: [base]/ExampleScenario/$data-requirements
URL: [base]/ExampleScenario/[id]/$data-requirements
URL: [base]/GraphDefinition/$data-requirements
URL: [base]/GraphDefinition/[id]/$data-requirements
URL: [base]/ImplementationGuide/$data-requirements
URL: [base]/ImplementationGuide/[id]/$data-requirements
URL: [base]/Library/$data-requirements
URL: [base]/Library/[id]/$data-requirements
URL: [base]/Measure/$data-requirements
URL: [base]/Measure/[id]/$data-requirements
URL: [base]/Medication/$data-requirements
URL: [base]/Medication/[id]/$data-requirements
URL: [base]/MedicationKnowledge/$data-requirements
URL: [base]/MedicationKnowledge/[id]/$data-requirements
URL: [base]/MessageDefinition/$data-requirements
URL: [base]/MessageDefinition/[id]/$data-requirements
URL: [base]/NamingSystem/$data-requirements
URL: [base]/NamingSystem/[id]/$data-requirements
URL: [base]/OperationDefinition/$data-requirements
URL: [base]/OperationDefinition/[id]/$data-requirements
URL: [base]/PlanDefinition/$data-requirements
URL: [base]/PlanDefinition/[id]/$data-requirements
URL: [base]/Questionnaire/$data-requirements
URL: [base]/Questionnaire/[id]/$data-requirements
URL: [base]/SearchParameter/$data-requirements
URL: [base]/SearchParameter/[id]/$data-requirements
URL: [base]/StructureDefinition/$data-requirements
URL: [base]/StructureDefinition/[id]/$data-requirements
URL: [base]/StructureMap/$data-requirements
URL: [base]/StructureMap/[id]/$data-requirements
URL: [base]/Substance/$data-requirements
URL: [base]/Substance/[id]/$data-requirements
URL: [base]/TerminologyCapabilities/$data-requirements
URL: [base]/TerminologyCapabilities/[id]/$data-requirements
URL: [base]/TestScript/$data-requirements
URL: [base]/TestScript/[id]/$data-requirements
URL: [base]/ValueSet/$data-requirements
URL: [base]/ValueSet/[id]/$data-requirements
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | id | 0..1 | string | The logical id of the canonical or artifact resource to analyze. | ||
IN | url | 0..1 | uri | A canonical or artifact reference to a canonical resource. | ||
IN | version | 0..1 | string | The version of the canonical or artifact resource to analyze | ||
IN | identifier | 0..1 | string (token) | A business identifier of the canonical or artifact resource to be analyzed. | ||
IN | expression | 0..* | string | The name of a specific expression to be considered for analysis. If no expressions are specified, the analysis is performed on the entire resource. If expressions are specified, the analysis is performed only on the expressions specified. | ||
IN | parameters | 0..1 | Parameters | Any input parameters for the artifact. If the artifact is a logic library, or references logic libraries, parameters defined in this input will be bound by name to parameters defined in the logic library (or referenced libraries). If the logic library is a CQL library, parameter types are mapped to CQL as specified in the Using CQL with FHIR implementation guide. If a parameter appears more than once in the input Parameters resource, it is represented with a List in the input CQL. If a parameter has parts, it is represented as a Tuple in the input CQL. | ||
IN | artifactVersion | 0..* | uri | Specifies a version to use for a canonical or artifact resource if the artifact referencing the resource does not already specify a version. The format is the same as a canonical URL: [url]|[version] - e.g. http://loinc.org|2.56 Note that this is a generalization of the | ||
IN | checkArtifactVersion | 0..* | uri | Edge Case: Specifies a version to use for a canonical or artifact resource. If the artifact referencing the resource specifies a different version, an error is returned instead of the package. The format is the same as a canonical URL: [url]|[version] - e.g. http://loinc.org|2.56 Note that this is a generalization of the | ||
IN | forceArtifactVersion | 0..* | uri | Edge Case: Specifies a version to use for a canonical or artifact resource. This parameter overrides any specified version in the artifact (and any artifacts it depends on). The format is the same as a canonical URL: [system]|[version] - e.g. http://loinc.org|2.56. Note that this has obvious safety issues, in that it may result in a value set expansion giving a different list of codes that is both wrong and unsafe, and implementers should only use this capability reluctantly. It primarily exists to deal with situations where specifications have fallen into decay as time passes. If the version of a canonical is overridden, the version used SHALL explicitly be represented in the expansion parameters. Note that this is a generalization of the | ||
IN | manifest | 0..1 | canonical (CRMI Manifest Library) | Specifies an asset-collection library that defines version bindings for code
systems and other canonical resources referenced by the value set(s) being expanded
and other canonical resources referenced by the artifact. When specified, code
systems and other canonical resources identified as | ||
IN | include | 0..* | string | Specifies what contents should be included in the resulting package. The codes indicate which types of resources should be included, but note that the set of possible resources is determined as all known (i.e. present on the server) dependencies and related artifacts. Possible values are:
| ||
IN | artifactEndpointConfiguration | 0..* | Configuration information to resolve canonical artifacts
Processing semantics: Create a canonical-like reference (e.g.
Rank each
NOTE: For evenly ranked | |||
IN | artifactEndpointConfiguration.artifactRoute | 0..1 | uri | |||
IN | artifactEndpointConfiguration.endpointUri | 0..1 | uri | |||
IN | artifactEndpointConfiguration.endpoint | 0..1 | Endpoint | |||
IN | terminologyEndpoint | 0..1 | Endpoint | An endpoint to use to access terminology (i.e. valuesets, codesystems, naming systems, concept maps, and membership testing) referenced by the Resource. If no terminology endpoint is supplied, the evaluation will attempt to use the server on which the operation is being performed as the terminology server. | ||
OUT | return | 1..1 | Library | The result of the requirements operation is a module-definition Library that returns the computed effective requirements of the artifact. |
The data requirements operation is used for dependency gathering, as a way to understand the set of dependencies of a given artifact, as well as for data requirements determination, as a way to understand the complete set of data requirements for a given artifact, including terminology usage (code systems, value sets, and direct-reference codes), parameters, dependencies, and data requirements.