| Package | hl7.eu.fhir.gh |
| Resource Type | OperationDefinition |
| Id | ai-summary |
| FHIR Version | R5 |
| Source | http://hl7.eu/fhir/ig/gravitate-health/https://build.fhir.org/ig/hl7-eu/gravitate-health/OperationDefinition-ai-summary.html |
| URL | http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/-s-ai-summary |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-07-25T07:27:16+00:00 |
| Name | Ai-summary |
| Realm | eu |
| Authority | hl7 |
| Description | This operation generates a cut down version of the ePI. |
| Type | false |
| Kind | operation |
| CapabilityStatement | |
| capabilityStatement | FOSPS FHIR G-Lens service |
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition ai-summary
URL: [base]/$ai-summary
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | ips | 0..1 | base64Binary | |||
| IN | ips-identifier | 0..1 | Identifier | |||
| IN | epi | 0..1 | Bundle | |||
| IN | epi-identifier | 0..1 | Identifier | |||
| IN | language | 0..1 | Coding | |||
| OUT | returnEpi | 0..1 | Bundle |
{
"resourceType": "OperationDefinition",
"id": "ai-summary",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/-s-ai-summary",
"version": "0.1.0",
"name": "Ai-summary",
"status": "active",
"kind": "operation",
"date": "2025-07-25T07:27:16+00:00",
"publisher": "Gravitate Health Project",
"contact": [
{
"name": "Gravitate Health Project",
"telecom": [
{
"system": "url",
"value": "https://www.gravitatehealth.eu/"
}
]
},
{
"name": "Gravitate Health Project",
"telecom": [
{
"system": "url",
"value": "https://www.gravitatehealth.eu/"
}
]
}
],
"description": "This operation generates a cut down version of the ePI.",
"affectsState": true,
"code": "ai-summary",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "ips",
"use": "in",
"min": 0,
"max": "1",
"type": "base64Binary"
},
{
"name": "ips-identifier",
"use": "in",
"min": 0,
"max": "1",
"type": "Identifier"
},
{
"name": "epi",
"use": "in",
"min": 0,
"max": "1",
"type": "Bundle"
},
{
"name": "epi-identifier",
"use": "in",
"min": 0,
"max": "1",
"type": "Identifier"
},
{
"name": "language",
"use": "in",
"min": 0,
"max": "1",
"type": "Coding"
},
{
"name": "returnEpi",
"use": "out",
"min": 0,
"max": "1",
"type": "Bundle"
}
]
}