FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: OperationDefinition/get-package

Packagehl7.fhir.uv.crmi
Resource TypeOperationDefinition
Idget-package
FHIR VersionR4
Sourcehttp://hl7.org/fhir/uv/crmi/https://build.fhir.org/ig/HL7/crmi-ig/OperationDefinition-get-package.html
URLhttp://hl7.org/fhir/uv/crmi/OperationDefinition/get-package
Version2.0.0-cibuild
Statusactive
Date2025-07-25T17:10:20+00:00
NameGetPackage
TitleGet Package
Realmuv
Authorityhl7
DescriptionRetrieves a FHIR package given the package id and version.
Typefalse
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 get-package

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


Source

{
  "resourceType": "OperationDefinition",
  "id": "get-package",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "cds"
    }
  ],
  "url": "http://hl7.org/fhir/uv/crmi/OperationDefinition/get-package",
  "version": "2.0.0-cibuild",
  "name": "GetPackage",
  "title": "Get Package",
  "status": "active",
  "kind": "operation",
  "date": "2025-07-25T17:10:20+00:00",
  "publisher": "HL7 International / Clinical Decision Support",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://www.hl7.org/Special/committees/dss"
        }
      ]
    }
  ],
  "description": "Retrieves a FHIR package given the package id and version.",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code": "001",
          "display": "World"
        }
      ]
    }
  ],
  "code": "get-package",
  "comment": "This operation is used to retrieve a FHIR package",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "id",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "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",
      "type": "string"
    },
    {
      "name": "version",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "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",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "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.",
      "type": "Binary"
    }
  ]
}