| Package | hl7.eu.fhir.gh |
| Resource Type | OperationDefinition |
| Id | diff |
| FHIR Version | R5 |
| Source | http://hl7.eu/fhir/ig/gravitate-health/https://build.fhir.org/ig/hl7-eu/gravitate-health/OperationDefinition-diff.html |
| URL | http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/diff |
| Version | 0.1.0 |
| Status | active |
| Date | 2025-07-25T07:27:16+00:00 |
| Name | Diff |
| Realm | eu |
| Authority | hl7 |
| Description | This operation calculates a diff between two FHIR resources - ie. a vanilla ePI FHIR bundle and a focused ePI FHIR bundle. The format follows the one defined at [HAPI](https://hapifhir.io/hapi-fhir/docs/server_jpa/diff.html) |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition diff
URL: [base]/$diff
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| IN | old | 1..1 | Resource | |||
| IN | new | 1..1 | Resource |
{
"resourceType": "OperationDefinition",
"id": "diff",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/ig/gravitate-health/OperationDefinition/diff",
"version": "0.1.0",
"name": "Diff",
"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 calculates a diff between two FHIR resources - ie. a vanilla ePI FHIR bundle and a focused ePI FHIR bundle. The format follows the one defined at [HAPI](https://hapifhir.io/hapi-fhir/docs/server_jpa/diff.html)",
"affectsState": false,
"code": "diff",
"system": true,
"type": false,
"instance": false,
"parameter": [
{
"name": "old",
"use": "in",
"min": 1,
"max": "1",
"type": "Resource"
},
{
"name": "new",
"use": "in",
"min": 1,
"max": "1",
"type": "Resource"
}
]
}