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-name | Version: 1.5.0 | |||
| Active as of 2026-06-16 | Computable Name: EEMPIPatientName | |||
Returns patient's name.
URL: [base]/Patient/$name
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | patient | 1..1 | Reference (Patient) | A direct resource reference to the patient resource. | ||
| OUT | name | 1..* | HumanName | Patient's name. | ||
| OUT | warning | 0..1 | OperationOutcome | Warning returned when patient is deceased. Contains OperationOutcome with MPI-101. |
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äide päringust:
GET {MPI}/Patient/$name?patient=Patient/874
GET {MPI}/Patient/$name?patient.identifier=https://fhir.ee/sid/pid/est/ni|37408074944
GET {MPI}/Patient/$name?patient.identifier=37408074944
ning saab vastuseks on Name Parameteri
{
"resourceType": "Parameters",
"parameter": [
{
"name": "name",
"valueHumanName": {
"use": "official",
"family": "CASK",
"given": [
"CATY"
]
}
}
]
}