FHIR IG analytics| Package | hl7.fhir.uv.crmi |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-crmi-infer-manifest-parameters.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/HL7/crmi-ig/OperationDefinition-crmi-infer-manifest-parameters.html |
| URL | http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-infer-manifest-parameters |
| Version | 2.1.0-cibuild |
| Status | active |
| Date | 2026-07-02T02:40:56+00:00 |
| Name | CRMIInferManifestParameters |
| Title | CRMI Infer Manifest Parameters |
| Realm | uv |
| Authority | hl7 |
| Description | Infers manifest expansion parameters from a module-definition Library. This operation takes a module-definition Library (the output of $data-requirements) and converts its relatedArtifacts into manifest expansion parameters: * CodeSystem -> default-system-version parameter (format: "system|version") * ValueSet -> default-valueset-version parameter (format: "valueset|version") * Other resources -> default-canonical-version parameter with a resourceType extension If the v1Compatible parameter is true, then the following parameter names will be used (consistent with CRMI STU1 parameter names): * CodeSystem -> system-version parameter (format: "system|version") * ValueSet -> canonicalVersion parameter (format: "valueset|version") with resourceType extension * Other resources -> canonicalVersion parameter (format: "canonical|version") with resourceType extension |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition crmi-infer-manifest-parameters
URL: [base]/Library/$infer-manifest-parameters
URL: [base]/Library/[id]/$infer-manifest-parameters
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | id | 0..1 | string | The logical id of the module-definition library to process. Only one of id, url, or library may be provided. | ||
| IN | url | 0..1 | canonical | A canonical or artifact reference to the module-definition library to process. Only one of id, url, or library may be provided. | ||
| IN | library | 0..1 | Library | The module-definition library to processs. Only one of id, url, or library may be provided. | ||
| IN | v1Compatible | 0..1 | boolean | Indicates whether the resulting manifest parameters should be for a CRMI v1 or v2 server | ||
| OUT | return | 1..1 | Library | The result of the infer manifest operation is an asset-collection Library with the expansion parameters as a contained Parameters resource. |
{
"resourceType": "OperationDefinition",
"id": "crmi-infer-manifest-parameters",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "cds"
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
"valueInteger": 4,
"_valueInteger": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/crmi/ImplementationGuide/hl7.fhir.uv.crmi"
}
]
}
},
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
"valueCode": "trial-use",
"_valueCode": {
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
"valueCanonical": "http://hl7.org/fhir/uv/crmi/ImplementationGuide/hl7.fhir.uv.crmi"
}
]
}
}
],
"url": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-infer-manifest-parameters",
"version": "2.1.0-cibuild",
"name": "CRMIInferManifestParameters",
"title": "CRMI Infer Manifest Parameters",
"status": "active",
"kind": "operation",
"date": "2026-07-02T02:40:56+00:00",
"publisher": "HL7 International / Clinical Decision Support",
"contact": [
{
"telecom": [
{
"system": "url",
"value": "http://www.hl7.org/Special/committees/dss"
}
]
}
],
"description": "Infers manifest expansion parameters from a module-definition Library.\nThis operation takes a module-definition Library (the output of $data-requirements)\nand converts its relatedArtifacts into manifest expansion parameters:\n\n* CodeSystem -> default-system-version parameter (format: \"system|version\")\n* ValueSet -> default-valueset-version parameter (format: \"valueset|version\")\n* Other resources -> default-canonical-version parameter with a resourceType extension\n\nIf the v1Compatible parameter is true, then the following parameter names will be used (consistent \nwith CRMI STU1 parameter names):\n* CodeSystem -> system-version parameter (format: \"system|version\")\n* ValueSet -> canonicalVersion parameter (format: \"valueset|version\") with resourceType extension\n* Other resources -> canonicalVersion parameter (format: \"canonical|version\") with resourceType extension",
"jurisdiction": [
{
"coding": [
{
"system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
"code": "001",
"display": "World"
}
]
}
],
"code": "infer-manifest-parameters",
"resource": [
"Library"
],
"system": false,
"type": true,
"instance": true,
"parameter": [
{
"name": "id",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The logical id of the module-definition library to process. Only one of id, url, or library may be provided.",
"type": "string"
},
{
"name": "url",
"use": "in",
"min": 0,
"max": "1",
"documentation": "A canonical or artifact reference to the module-definition library to process. Only one of id, url, or library may be provided.",
"type": "canonical"
},
{
"name": "library",
"use": "in",
"min": 0,
"max": "1",
"documentation": "The module-definition library to processs. Only one of id, url, or library may be provided.",
"type": "Library"
},
{
"name": "v1Compatible",
"use": "in",
"min": 0,
"max": "1",
"documentation": "Indicates whether the resulting manifest parameters should be for a CRMI v1 or v2 server",
"type": "boolean"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "The result of the infer manifest operation is an asset-collection Library \nwith the expansion parameters as a contained Parameters resource.",
"type": "Library"
}
]
}