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

FHIR IG Statistics: OperationDefinition/SsidlGetPackage

Packagehl7.fhir.pl.ssidl
Resource TypeOperationDefinition
IdSsidlGetPackage
FHIR VersionR5
Sourcehttp://loinc-ssidl.umed.pl/fhir/ig/ssidl/https://build.fhir.org/ig/SSIDL/ssidl-ig/OperationDefinition-SsidlGetPackage.html
URLhttp://loinc-ssidl.umed.pl/fhir/ig/ssidl/OperationDefinition/SsidlGetPackage
Version0.1.0
Statusdraft
Date2025-08-12T19:23:52+00:00
NameGetPackage
Realmpl
Authorityhl7
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


Source

{
  "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.0",
  "name": "GetPackage",
  "status": "draft",
  "kind": "operation",
  "date": "2025-08-12T19:23:52+00:00",
  "publisher": "UMed",
  "contact": [
    {
      "name": "UMed",
      "telecom": [
        {
          "system": "url",
          "value": "http://umed.pl"
        }
      ]
    }
  ],
  "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"
    }
  ]
}