我正在尝试形成一个请求:
使用HAPI FHIR Java API,如何解析以下参数:
Schedule.actor:Practitioner=1234
Schedule.actor:Practitioner.location=5678
答案 0 :(得分:1)
这绝对是支持的。
假设您正在创建服务器,您需要资源提供程序方法的参数,如:
@IncludeParam(allow={"Schedule:actor","Schedule:practitioner"})
Set<Include> theIncludes
将"*"
添加到字符串列表中以将任何内容列入白名单