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-education | Version: 1.5.0 | |||
| Standards status: Trial-use | Maturity Level: 1 | Computable Name: EEMPIPatientEducationStatus | ||
Patient's highest obtained level of education from the Public Registry.
URL: [base]/Patient/$education
| 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 EEMPISocialHistoryEducationLevel 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/$education?patient=Patient/3744
GET {MPI}/Patient/$education?patient.identifier=https://fhir.ee/sid/pid/est/ni|37408074944
GET {MPI}/Patient/$education?patient.identifier=37408074944
ning saab vastuseks Observationi
{
"resourceType": "Bundle",
"type": "collection",
"entry": [
{
"resource": {
"resourceType": "Observation",
"meta": {
"versionId": "1",
"profile": [
"https://fhir.ee/mpi/StructureDefinition/ee-mpi-socialhistory-education-level"
]
},
"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": "82589-3",
"display": "Highest level of education"
}
]
},
"subject": {
"reference": "Patient/6744"
},
"issued": "2026-01-23T10:02:48.849+02:00",
"valueCodeableConcept": {
"coding": [
{
"system": "https://fhir.ee/CodeSystem/omandatud-korgeim-haridus",
"code": "0",
"display": "Hariduseta, alusharidus"
}
]
}
}
}
]
}