Patsiendi üldandmete teenus / Master Patient Index - Downloaded Version 1.5.0 See the Directory of published versions
| Official URL: https://fhir.ee/mpi/OperationDefinition/patient-incapacity-for-work | Version: 1.5.0 | |||
| Active as of 2026-03-26 | Computable Name: EEMPIPatientIncapacityForWork | |||
Patient's incapacity for work status from the Social Insurance Board (SKA).
URL: [base]/Patient/$incapacity-for-work
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | patient | 1..1 | Reference (Patient) | A direct resource reference to the patient resource. | ||
| IN | nocache | 0..1 | boolean | Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default false. | ||
| OUT | return | 1..1 | Bundle | Returns Bundle (with type 'collection') with Observation instances. In case the patient is deceased, MPI also returns an OperationOutcome with warning severity and an MPI error code. |
Antud päring nõuab x-road-issue HTTP päise lisamist. Põhjendus on nähtav patsiendile eesti.ee portaalis Andmejälgija kaudu.
GET {MPI}/Patient/$incapacity-for-work?patient=Patient/7076
GET {MPI}/Patient/$incapacity-for-work?patient.identifier=https://fhir.ee/sid/pid/est/ni|37408074944
GET {MPI}/Patient/$incapacity-for-work?patient.identifier=37408074944
ning saab vastuseks on IncapacityForWork Observationi
Operatsioon leiab alati hetkel kehtiva otsuse.
{
"resourceType": "Bundle",
"type": "collection",
"entry": [
{
"resource": {
"resourceType": "Observation",
"meta": {
"versionId": "1",
"profile": [
"https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-incapacity-for-work"
]
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "301707001",
"display": "Ability to perform occupation and employment activities"
}
]
},
"subject": {
"reference": "Patient/6230"
},
"effectivePeriod": {
"start": "2020-09-14T00:00:00+03:00",
"end": "2023-09-13T00:00:00+03:00"
},
"issued": "2026-01-23T10:04:54.715+02:00",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.ee/CodeSystem/toovoime-liik",
"code": "Puudub",
"display": "Puuduv töövõime"
}
]
}
}
}
]
}