機器手訓練實作指引 (RoboHand Training Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/Kimsber/Rehab-IG/ and changes regularly. See the Directory of published versions
| Active as of 2025-11-24 |
{
"resourceType" : "OperationDefinition",
"id" : "PatientEverythingOperation",
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition PatientEverythingOperation</b></p><a name=\"PatientEverythingOperation\"> </a><a name=\"hcPatientEverythingOperation\"> </a><p>URL: [base]/Patient/[id]/$everything</p><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a></td><td/><td><div><p>包含所有相關資源的Bundle</p>\n</div></td></tr></table></div>"
},
"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" : "2025-11-24T07:10:30+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"
}
]
}