Package | hl7.fhir.ee.mpi |
Type | OperationDefinition |
Id | patient-foreigner |
FHIR Version | R5 |
Source | https://fhir.ee/file:///fsh/output/OperationDefinition-patient-foreigner.html |
URL | https://fhir.ee/OperationDefinition/patient-foreigner |
Version | 1.0.0 |
Status | active |
Date | 2023-03-26T15:21:02+11:00 |
Name | EEMPIPatientForeignerSearch |
Title | Patient Foreigner |
Realm | ee |
Authority | hl7 |
Description | The foreigner operation perform complex search over patient resource. |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
URL: [base]/Patient/$foreigner
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | identifier-country | 0..1 | string | Identifikaatori väljaandja riigi 3 kohaline kood ISO standardi järgi. Ei ole kohustuslik. | ||
IN | birthdate | 0..1 | date | Patient birthdate in form yyyy-mm-dd. | ||
IN | gender | 0..1 | string | Patient gender. | ||
IN | given | 0..* | string | Patient given name. Eesnimi. Otsing sõna alguse järgi, ei ole tõstetundlik. | ||
IN | family | 0..1 | string | Patient family name. Perekonna nimi. Otsing sõna alguse järgi, ei ole tõstetundlik. | ||
IN | telecom | 0..* | ContactPoint | Telekom'i väärtus, e-mail või tel. number. | ||
OUT | return | 0..* | Bundle | Returns Bundle (with type collection) with Patient instances. |
{ "resourceType": "OperationDefinition", "id": "patient-foreigner", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 0 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "url": "https://fhir.ee/OperationDefinition/patient-foreigner", "version": "1.0.0", "name": "EEMPIPatientForeignerSearch", "title": "Patient Foreigner", "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 foreigner operation perform complex search over patient resource.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "EE", "display": "Estonia" } ] } ], "affectsState": true, "code": "foreigner", "resource": [ "Patient" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "identifier-country", "use": "in", "min": 0, "max": "1", "documentation": "Identifikaatori väljaandja riigi 3 kohaline kood ISO standardi järgi. Ei ole kohustuslik.", "type": "string" }, { "name": "birthdate", "use": "in", "min": 0, "max": "1", "documentation": "Patient birthdate in form yyyy-mm-dd.", "type": "date" }, { "name": "gender", "use": "in", "min": 0, "max": "1", "documentation": "Patient gender.", "type": "string" }, { "name": "given", "use": "in", "min": 0, "max": "*", "documentation": "Patient given name. Eesnimi. Otsing sõna alguse järgi, ei ole tõstetundlik.", "type": "string" }, { "name": "family", "use": "in", "min": 0, "max": "1", "documentation": "Patient family name. Perekonna nimi. Otsing sõna alguse järgi, ei ole tõstetundlik.", "type": "string" }, { "name": "telecom", "use": "in", "min": 0, "max": "*", "documentation": "Telekom'i väärtus, e-mail või tel. number.", "type": "ContactPoint" }, { "name": "return", "use": "out", "min": 0, "max": "*", "documentation": "Returns Bundle (with type collection) with Patient instances.", "type": "Bundle" } ] }