PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.uv.crmi@2.0.0
    http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-infer-manifest-parameters
{
  "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",
  "_filename": "OperationDefinition-crmi-infer-manifest-parameters.json",
  "package_name": "hl7.fhir.uv.crmi",
  "date": "2026-07-02T00:17:19+10:00",
  "system": false,
  "publisher": "HL7 International / Clinical Decision Support",
  "instance": true,
  "jurisdiction": [ {
    "coding": [ {
      "code": "001",
      "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
      "display": "World"
    } ]
  } ],
  "name": "CRMIInferManifestParameters",
  "type": "true",
  "experimental": null,
  "resourceType": "OperationDefinition",
  "title": "CRMI Infer Manifest Parameters",
  "package_version": "2.0.0",
  "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"
      } ]
    }
  } ],
  "status": "active",
  "id": "097d8f75-8307-4700-bff8-3da92a0c60f0",
  "resource": [ "Library" ],
  "kind": "operation",
  "url": "http://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-infer-manifest-parameters",
  "code": "infer-manifest-parameters",
  "version": "2.0.0",
  "contact": [ {
    "telecom": [ {
      "value": "http://www.hl7.org/Special/committees/dss",
      "system": "url"
    } ]
  } ],
  "parameter": [ {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "id",
    "type": "string",
    "documentation": "The logical id of the module-definition library to process. Only one of id, url, or library may be provided."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "url",
    "type": "canonical",
    "documentation": "A canonical or artifact reference to the module-definition library to process. Only one of id, url, or library may be provided."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "library",
    "type": "Library",
    "documentation": "The module-definition library to processs. Only one of id, url, or library may be provided."
  }, {
    "max": "1",
    "min": 0,
    "use": "in",
    "name": "v1Compatible",
    "type": "boolean",
    "documentation": "Indicates whether the resulting manifest parameters should be for a CRMI v1 or v2 server"
  }, {
    "max": "1",
    "min": 1,
    "use": "out",
    "name": "return",
    "type": "Library",
    "documentation": "The result of the infer manifest operation is an asset-collection Library \nwith the expansion parameters as a contained Parameters resource."
  } ]
}