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

FHIR IG analytics

Packagehl7.fhir.pl.ssidl
Resource TypeOperationDefinition
IdOperationDefinition-SsidlGetPackage.json
FHIR VersionR5
Sourcehttps://build.fhir.org/ig/SSIDL/ssidl-ig/OperationDefinition-SsidlGetPackage.html
URLhttp://loinc-ssidl.umed.pl/fhir/ig/ssidl/OperationDefinition/SsidlGetPackage
Version0.1.5
Statusdraft
Date2026-02-02T14:41:47+00:00
NameGetPackage
Realmpl
Authorityhl7
DescriptionOperacja pobrania pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego
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 SsidlGetPackage

URL: [base]/$get-package

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INname1..1string

Nazwa pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego

OUTreturn1..1Binary

Binarna zawartość pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego


Source1

{
  "resourceType": "OperationDefinition",
  "id": "SsidlGetPackage",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/OperationDefinition/SsidlGetPackage",
  "version": "0.1.5",
  "name": "GetPackage",
  "status": "draft",
  "kind": "operation",
  "date": "2026-02-02T14:41:47+00:00",
  "publisher": "Uniwersytet Medyczny w Łodzi",
  "contact": [
    {
      "name": "Uniwersytet Medyczny w Łodzi",
      "telecom": [
        {
          "system": "url",
          "value": "http://umed.pl"
        }
      ]
    }
  ],
  "description": "Operacja pobrania pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego",
  "code": "get-package",
  "system": true,
  "type": false,
  "instance": false,
  "parameter": [
    {
      "name": "name",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "Nazwa pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego",
      "type": "string"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Binarna zawartość pakietu NPM specyfikacji IG FHIR lub pakietu terminologicznego",
      "type": "Binary"
    }
  ]
}