Patsiendi üldandmete teenus / Master Patient Index
1.5.0 - trial-use Estonia flag

Patsiendi üldandmete teenus / Master Patient Index - Downloaded Version 1.5.0 See the Directory of published versions

OperationDefinition: Patient Disability

Official URL: https://fhir.ee/mpi/OperationDefinition/patient-disability Version: 1.5.0
Active as of 2026-03-26 Computable Name: EEMPIPatientDisability

Patient's level of disability from the Social Insurance Board (SKA).

URL: [base]/Patient/$disability

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
INpatient1..1Reference (Patient)

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. In case the patient is deceased, MPI also returns an OperationOutcome with warning severity and an MPI error code.

Notes:

Kohustuslik põhjendus

Antud päring nõuab x-road-issue HTTP päise lisamist. Põhjendus on nähtav patsiendile eesti.ee portaalis Andmejälgija kaudu.

Näited

Näide päringust:

GET {MPI}/Patient/$disability?patient=Patient/7073

GET {MPI}/Patient/$disability?patient.identifier=https://fhir.ee/sid/pid/est/ni|37408074944

GET {MPI}/Patient/$disability?patient.identifier=37408074944

ning saab vastuseks on Disability Observationi

{
  "resourceType": "Bundle",
  "type": "collection",
  "entry": [
    {
      "resource": {
        "resourceType": "Observation",
        "meta": {
          "versionId": "1",
          "profile": [
            "https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-disability"
          ]
        },
        "status": "final",
        "category": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/observation-category",
                "code": "social-history",
                "display": "Social history"
              }
            ]
          }
        ],
        "code": {
          "coding": [
            {
              "system": "http://loinc.org",
              "code": "95377-8",
              "display": "Disability type"
            }
          ]
        },
        "subject": {
          "reference": "Patient/7073"
        },
        "effectivePeriod": {
          "start": "2024-02-29T00:00:00+02:00",
          "end": "2027-02-27T00:00:00+02:00"
        },
        "issued": "2026-01-23T10:03:48.782+02:00",
        "valueCodeableConcept": {
          "coding": [
            {
              "system": "https://fhir.ee/CodeSystem/puude-raskusaste",
              "code": "SYGAV_PUUE",
              "display": "sügav puue"
            }
          ]
        }
      }
    }
  ]
}