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

FHIR IG Statistics: OperationDefinition/patient-incapacity-for-work

Packagehl7.fhir.ee.mpi
TypeOperationDefinition
Idpatient-incapacity-for-work
FHIR VersionR5
Sourcehttps://fhir.ee/file:///fsh/output/OperationDefinition-patient-incapacity-for-work.html
URLhttps://fhir.ee/OperationDefinition/patient-incapacity-for-work
Version1.0.0
Statusactive
Date2023-03-26T15:21:02+11:00
NameEEMPIPatientIncapacityForWork
TitlePatient incapacity for work
Realmee
Authorityhl7
DescriptionThe observation of patient incapacity for work from Social Insurance Board (SKA).
Typetrue
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

URL: [base]/Patient/$incapacity-for-work

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatient1..1Reference

A direct resource reference to the patient resource.

INnocache0..1boolean

Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default false.

OUTreturn1..1Bundle

Returns Bundle (with type 'collection') with Observation instances.


Source

{
  "resourceType": "OperationDefinition",
  "id": "patient-incapacity-for-work",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://fhir.ee/OperationDefinition/patient-incapacity-for-work",
  "version": "1.0.0",
  "name": "EEMPIPatientIncapacityForWork",
  "title": "Patient incapacity for work",
  "status": "active",
  "kind": "operation",
  "experimental": false,
  "date": "2023-03-26T15:21:02+11:00",
  "publisher": "TEHIK",
  "contact": [
    {
      "name": "TEHIK",
      "telecom": [
        {
          "system": "url",
          "value": "https://tehik.ee"
        }
      ]
    }
  ],
  "description": "The observation of patient incapacity for work from Social Insurance Board (SKA).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "EE",
          "display": "Estonia"
        }
      ]
    }
  ],
  "affectsState": true,
  "code": "incapacity-for-work",
  "resource": [
    "Patient"
  ],
  "system": false,
  "type": true,
  "instance": false,
  "parameter": [
    {
      "name": "patient",
      "use": "in",
      "min": 1,
      "max": "1",
      "documentation": "A direct resource reference to the patient resource.",
      "type": "Reference",
      "targetProfile": [
        "http://hl7.org/fhir/StructureDefinition/Patient"
      ]
    },
    {
      "name": "nocache",
      "use": "in",
      "min": 0,
      "max": "1",
      "documentation": "Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default *false*.",
      "type": "boolean"
    },
    {
      "name": "return",
      "use": "out",
      "min": 1,
      "max": "1",
      "documentation": "Returns Bundle (with type 'collection') with Observation instances.",
      "type": "Bundle"
    }
  ]
}