| Package | ig-ee-medication-scheme |
| Resource Type | OperationDefinition |
| Id | Task-reimbursements |
| FHIR Version | R5 |
| Source | https://fhir.ee/https://build.fhir.org/ig/TEHIK-EE/ig-ee-medication-scheme/OperationDefinition-Task-reimbursements.html |
| URL | https://fhir.ee/OperationDefinition/Task-reimbursements |
| Version | 1.0.0 |
| Status | active |
| Date | 2024-03-13T11:30:00Z |
| Name | Reimbursements |
| Title | Task reimbursements |
| Realm | ee |
| Description | The reimbursement operation is used to get possible reimbursement for given Medication. |
| Type | true |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition Task-reimbursements
URL: [base]/Task/$reimbursements
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | input | 1..1 | Task | Task input containing Medication and MedicationStatement as contained resources | ||
| OUT | return | 1..1 | Task | Found reimbursements |
{
"resourceType": "OperationDefinition",
"id": "Task-reimbursements",
"text": {
"status": "generated",
"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/Task-reimbursements",
"version": "1.0.0",
"name": "Reimbursements",
"title": "Task reimbursements",
"status": "active",
"kind": "operation",
"experimental": false,
"date": "2024-03-13T11:30:00Z",
"publisher": "TEHIK",
"contact": [
{
"name": "TEHIK",
"telecom": [
{
"system": "url",
"value": "https://www.tehik.ee"
},
{
"system": "email",
"value": "fhir@tehik.ee"
}
]
},
{
"name": "TEHIK Andmekorraldus",
"telecom": [
{
"system": "email",
"value": "andmekorraldus@tehik.ee",
"use": "work"
}
]
}
],
"description": "The reimbursement operation is used to get possible reimbursement for given Medication.",
"jurisdiction": [
{
"coding": [
{
"system": "urn:iso:std:iso:3166",
"code": "EE",
"display": "Estonia"
}
]
}
],
"affectsState": false,
"code": "reimbursements",
"resource": [
"Task"
],
"system": false,
"type": true,
"instance": false,
"parameter": [
{
"name": "input",
"use": "in",
"min": 1,
"max": "1",
"documentation": "Task input containing Medication and MedicationStatement as contained resources",
"type": "Task"
},
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "Found reimbursements",
"type": "Task"
}
]
}