Canonical Resource Management Infrastructure Implementation Guide
1.0.0-snapshot - Snapshot International flag

Canonical Resource Management Infrastructure Implementation Guide, published by HL7 International / Clinical Decision Support. This guide is not an authorized publication; it is the continuous build for version 1.0.0-snapshot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/crmi-ig/ and changes regularly. See the Directory of published versions

OperationDefinition: Get Package

Official URL: http://hl7.org/fhir/uv/crmi/OperationDefinition/get-package Version: 1.0.0-snapshot
Draft as of 2019-11-01 Computable Name: GetPackage
Other Identifiers: OID:2.16.840.1.113883.4.642.40.38.33.13

Retrieves a FHIR package given the package id and version.

URL: [base]/$get-package

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INid1..1string

The id of the package to retrieve. The server must know the package or be able to use a package feed to resolve the package id

INversion0..1string

The version of the library to be used for packaging. If a version is not specified, the latest version available to the server is returned. This value may also be the special values current, indicating the current version for the package, and dev, indicating a pre-release version

OUTreturn1..1Binary

The requested package as a Binary resource. Note that servers may perform additional processing of the contents of the package to support target environments appropriate for their usage, so long as those modifications do not materially impact the contents of the package.

This operation is used to retrieve a FHIR package