FHIR IG analytics| Package | fhir.rehabig |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-PatientEverythingOperation.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/Kimsber/Rehab-IG/OperationDefinition-PatientEverythingOperation.html |
| URL | https://build.fhir.org/ig/Kimsber/Rehab-IG/OperationDefinition/PatientEverythingOperation |
| Version | 0.1.0 |
| Status | active |
| Date | 2026-01-08T02:54:12+00:00 |
| Name | PatientEverythingOperation |
| Title | Patient Everything Operation |
| Realm | us |
| Authority | hl7 |
| Description | 取得該病人完整相關資源快照,回傳一個包含所有相關資源的Bundle |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition PatientEverythingOperation
URL: [base]/Patient/[id]/$everything
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| OUT | return | 1..1 | Bundle | 包含所有相關資源的Bundle |
{
"resourceType": "OperationDefinition",
"id": "PatientEverythingOperation",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "https://build.fhir.org/ig/Kimsber/Rehab-IG/OperationDefinition/PatientEverythingOperation",
"version": "0.1.0",
"name": "PatientEverythingOperation",
"title": "Patient Everything Operation",
"status": "active",
"kind": "operation",
"date": "2026-01-08T02:54:12+00:00",
"publisher": "Kimsber",
"contact": [
{
"name": "Kimsber",
"telecom": [
{
"system": "url",
"value": "https://github.com/Kimsber"
}
]
}
],
"description": "取得該病人完整相關資源快照,回傳一個包含所有相關資源的Bundle",
"code": "everything",
"resource": [
"Patient"
],
"system": false,
"type": false,
"instance": true,
"parameter": [
{
"name": "return",
"use": "out",
"min": 1,
"max": "1",
"documentation": "包含所有相關資源的Bundle",
"type": "Bundle"
}
]
}