復健訓練量表實作指引 (Rehabilitation Training Scale Implementation Guide), published by Kimsber. This guide is not an authorized publication; it is the continuous build for version 0.2.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
| Official URL: https://build.fhir.org/ig/Kimsber/Rehab-IG/CapabilityStatement/MyFHIRServerCapabilityStatement | Version: 0.2.0 | |||
| Active as of 2025-10-24 | Computable Name: MyFHIRServerCapabilityStatement | |||
Server CapabilityStatement for the Rehab IG FHIR RESTful API.
Raw OpenAPI-Swagger Definition file | Download
xml, jsonapplication/json-patch+jsonNote to Implementers: FHIR Capabilities
Any FHIR capability may be 'allowed' by the system unless explicitly marked as 'SHALL NOT'. A few items are marked as MAY in the Implementation Guide to highlight their potential relevance to the use case.
serverThe summary table lists the resources that are part of this configuration, and for each resource it lists:
_include_revincluderead, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | _id | token | |
| SHOULD | birthdate | date | |
| SHOULD | gender | token | |
| SHOULD | identifier | token | |
| SHOULD | name | string |
| Conformance | Operation | Documentation |
|---|---|---|
| SHOULD | $everything |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | _id | token | |
| SHOULD | identifier | token |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | _id | token | |
| SHOULD | clinical-status | token | |
| SHOULD | code | token | |
| SHOULD | subject | reference | |
| SHOULD | onset-date | date | |
| SHOULD | abatement-date | date | |
| SHOULD | severity | token |
read, search-type.read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | patient | reference | |
| SHOULD | lifecycle-status | token | |
| SHOULD | target-date | date | |
| SHOULD | description | token |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | code | token | |
| SHOULD | identifier | token | |
| SHOULD | medication | reference | |
| SHOULD | patient | reference | |
| SHOULD | status | token | |
| SHOULD | context | reference | |
| SHOULD | device | reference | |
| SHOULD | effective-time | date | |
| SHOULD | performer | reference | |
| SHOULD | reason-given | token | |
| SHOULD | reason-not-given | token | |
| SHOULD | request | reference | |
| SHOULD | subject | reference |
read, search-type.read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | _id | token | |
| SHOULD | identifier | token | |
| SHOULD | name | string | |
| SHOULD | type | token |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | _id | token | |
| SHOULD | identifier | token | |
| SHOULD | name | string |
read, search-type.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | _id | token | |
| SHOULD | identifier | token | |
| SHOULD | specialty | token |
read, search-type.read, search-type, create.update.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | _id | token | |
| SHOULD | patient | reference | |
| SHOULD | status | token | |
| SHOULD | authored | date | |
| SHOULD | questionnaire | reference |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $extract | The server must implement $extract to:
Technical expectations:
Extraction priority:
Example response format: { "resourceType": "Bundle", "type": "transaction", "entry": [ { "resource": { "resourceType": "Observation", "code": { "coding": [{ "code": "PHQ9", "system": "http://loinc.org" }] }, "value": { "integer": 12 }, "derivedFrom": [{ "reference": "QuestionnaireResponse/qr123" }] } } ] } This is the final SDC workflow step for importing structured data automatically. |
read, search-type.create, update.| Conformance | Parameter | Type | Documentation |
|---|---|---|---|
| SHOULD | identifier | token | |
| SHOULD | title | string |
| Conformance | Operation | Documentation |
|---|---|---|
| SHALL | $populate | The server must implement $populate to:
Technical expectations:
Implementation priority:
Example response format: { "resourceType": "QuestionnaireResponse", "questionnaire": "Questionnaire/q1", "status": "in-progress", "item": [ { "linkId": "patient-name", "answer": [{ "valueString": "[automatically populated patient name]" }] } ] } |
| MAY | $render | The server may support $render to:
Most clients can render questionnaires themselves, so this operation is optional. |