FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.uv.crmi
Resource TypeOperationDefinition
IdOperationDefinition-crmi-infer-manifest-parameters.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/HL7/crmi-ig/OperationDefinition-crmi-infer-manifest-parameters.html
URLhttp://hl7.org/fhir/uv/crmi/OperationDefinition/crmi-infer-manifest-parameters
Version2.1.0-cibuild
Statusactive
Date2026-07-02T02:40:56+00:00
NameCRMIInferManifestParameters
TitleCRMI Infer Manifest Parameters
Realmuv
Authorityhl7
DescriptionInfers 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
Typetrue
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

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

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INid0..1string

The logical id of the module-definition library to process. Only one of id, url, or library may be provided.

INurl0..1canonical

A canonical or artifact reference to the module-definition library to process. Only one of id, url, or library may be provided.

INlibrary0..1Library

The module-definition library to processs. Only one of id, url, or library may be provided.

INv1Compatible0..1boolean

Indicates whether the resulting manifest parameters should be for a CRMI v1 or v2 server

OUTreturn1..1Library

The result of the infer manifest operation is an asset-collection Library with the expansion parameters as a contained Parameters resource.


Source1

{
  "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"
    }
  ]
}