Package | hl7.fhir.ee.mpi |
Type | OperationDefinition |
Id | patient-legal-guardian |
FHIR Version | R5 |
Source | https://fhir.ee/file:///fsh/output/OperationDefinition-patient-legal-guardian.html |
URL | https://fhir.ee/OperationDefinition/patient-legal-guardian |
Version | 1.0.0 |
Status | active |
Date | 2023-03-26T15:21:02+11:00 |
Name | EEMPIPatientLegalGuardianStatus |
Title | Patient Legal Guardians |
Realm | ee |
Authority | hl7 |
Description | The list of legal guardians specified in the Population Register. |
Type | true |
Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
URL: [base]/Patient/$legal-guardian
Parameters
Use | Name | Scope | Cardinality | Type | Binding | Documentation |
IN | patient | 1..1 | Reference | A direct resource reference to the patient resource. | ||
IN | legal-status | 1..1 | string | In what legal status related persons are returned. Supported SNOMED codes: 365569001 - Finding of wardship, 58626002 - Legal guardian (https://fhir.ee/ImplementationGuide/mpi/ValueSet-guardian-status.html) | ||
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. |
{ "resourceType": "OperationDefinition", "id": "patient-legal-guardian", "text": { "status": "extensions", "div": "<!-- snip (see above) -->" }, "extension": [ { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm", "valueInteger": 1 }, { "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status", "valueCode": "trial-use" } ], "url": "https://fhir.ee/OperationDefinition/patient-legal-guardian", "version": "1.0.0", "name": "EEMPIPatientLegalGuardianStatus", "title": "Patient Legal Guardians", "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 list of legal guardians specified in the Population Register.", "jurisdiction": [ { "coding": [ { "system": "urn:iso:std:iso:3166", "code": "EE", "display": "Estonia" } ] } ], "affectsState": true, "code": "legal-guardian", "resource": [ "Patient" ], "system": false, "type": true, "instance": false, "parameter": [ { "name": "patient", "use": "in", "min": 1, "max": "1", "documentation": "A direct resource reference to the patient resource.", "type": "Reference", "targetProfile": [ "http://hl7.org/fhir/StructureDefinition/Patient" ] }, { "name": "legal-status", "use": "in", "min": 1, "max": "1", "documentation": "In what legal status related persons are returned. Supported SNOMED codes: 365569001 - Finding of wardship, 58626002 - Legal guardian (https://fhir.ee/ImplementationGuide/mpi/ValueSet-guardian-status.html)", "type": "string" }, { "name": "nocache", "use": "in", "min": 0, "max": "1", "documentation": "Specifies when the operation should ignore the value stored in the cache and should re-request data from the source. By default *false*.", "type": "boolean" }, { "name": "return", "use": "out", "min": 1, "max": "1", "documentation": "Returns Bundle (with type 'collection') with Observation instances.", "type": "Bundle" } ] }