第 19 章 FHIR
支持制作者和消费者
FHIR 组件与 HAPI-FHIR 库集成,它是 Java 中 FHIR 互操作性资源(Fast healthcare Interoperability 资源)规范的开源实现。
Maven 用户需要在这些组件的 pom.xml 中添加以下依赖项:
<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-fhir</artifactId> <version>${camel-version}</version> </dependency>
19.1. URI 格式
FHIR 组件使用以下 URI 格式:
fhir://endpoint-prefix/endpoint?[options]
端点前缀可以是以下之一:
- 功能
- create
- delete
- history
- load-page
- meta
- operation
- patch
- 读取
- search
- transaction
- update
- validate