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

FHIR IG Statistics: OperationDefinition/ssidl-location-exportLab

Packagehl7.fhir.pl.ssidl
Resource TypeOperationDefinition
Idssidl-location-exportLab
FHIR VersionR5
Sourcehttp://loinc-ssidl.umed.pl/fhir/ig/ssidl/https://build.fhir.org/ig/SSIDL/ssidl-ig/OperationDefinition-ssidl-location-exportLab.html
URLhttp://loinc-ssidl.umed.pl/fhir/ig/ssidl/OperationDefinition/ssidl-location-exportLab
Version0.1.0
Statusdraft
Date2025-08-12T19:23:52+00:00
NameExportLab
Realmpl
Authorityhl7
DescriptionOperacja eksportu danych laboratorium wraz z powiązanymi punktami pobrań, katalogami usług oraz podmiotem diagnostycznym
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 ssidl-location-exportLab

URL: [base]/Location/[id]/$export-lab

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Bundle (Pakiet eksportu laboratorium (SSIDL))

Zasób typu Bundle zawierający zasób typu Location dla laboratorium oraz wszystkie zasoby powiązane


Source

{
  "resourceType": "OperationDefinition",
  "id": "ssidl-location-exportLab",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/OperationDefinition/ssidl-location-exportLab",
  "version": "0.1.0",
  "name": "ExportLab",
  "status": "draft",
  "kind": "operation",
  "date": "2025-08-12T19:23:52+00:00",
  "publisher": "UMed",
  "contact": [
    {
      "name": "UMed",
      "telecom": [
        {
          "system": "url",
          "value": "http://umed.pl"
        }
      ]
    }
  ],
  "description": "Operacja eksportu danych laboratorium wraz z powiązanymi punktami pobrań, katalogami usług oraz podmiotem diagnostycznym",
  "code": "export-lab",
  "resource": [
    "Location"
  ],
  "system": false,
  "type": false,
  "instance": true,
  "parameter": [
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Zasób typu Bundle zawierający zasób typu Location dla laboratorium oraz wszystkie zasoby powiązane",
      "type": "Bundle",
      "targetProfile": [
        "http://loinc-ssidl.umed.pl/fhir/ig/ssidl/StructureDefinition/ssidl-bundle-labExport"
      ]
    }
  ]
}