22.5.12. API: update
支持制作者和消费者
更新 API 在语法中定义,如下所示:
fhir:update/methodName?[parameters]
下表中列出了 2 方法,后面列出了每种方法的详细语法。(API 方法可以有一个简写的别名名称,可在语法中使用,而不是名称。)
方法 | Description |
---|---|
使用 id 更新服务器上的 IBaseResource | |
通过搜索 url 更新服务器上的 IBaseResource |
22.5.12.1. 方法资源
签名:
- ca.uhn.fhir.rest.api.MethodOutcome resource(String resourceAsString, String stringId, ca.uhn.fhir.rest.api.PreferReturnEnum preferReexecution, java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object>Parameters;
- ca.uhn.fhir.rest.api.MethodOutcome resource(String resourceAsString, org.hl7.fhir.instance.model.api.IIdType id, ca.uhn.fhir.rest.api.Prefer returnEnum preferRe carep, java.util.Map.apache.camel.component.component.api, extraParameters>, extraParameters>, extraParameters>
- ca.uhn.fhir.rest.api.MethodOutcome resource(org.hl7.fhir.instance.model.api.IBaseResource resource, String stringId, ca.uhn.fhir.rest.api.PRe 返回Enum preferRe carep, java.util.Map.apache.camel.component.component.hif.api, extraParamet, extraParameters>, extraParameters>
- ca.uhn.fhir.rest.api.MethodOutcome resource(org.hl7.fhir.instance.api.IBaseResource resource, org.hl7.fhir.instance.model.api.IIdType id, ca.uhn.fhir.rest.api.PreferRe returnnumRe0) java.util.Map<org.apache.camel.component.fhir.api.ExtraParameters, Object> extraParameters);
fhir/resource API 方法具有下表中列出的参数:
参数 | 描述 | 类型 |
---|---|---|
extraParameters | 有关可传递的参数的完整列表,请参阅 ExtraParameters,可以是 NULL | map |
id | 引用该资源的 IIdType | IIdType |
preferReturn | 服务器是否包括或禁止资源正文作为结果的一部分 | PreferReturnEnum |
resource | 要更新的资源(例如 Patient) | IBaseResource |
resourceAsString | 要更新的资源正文 | 字符串 |
stringId | 引用资源的 ID | 字符串 |