问题 1]
在查看参考实现示例时: http: //fhirtest.uhn.ca
我看到对http://fhirtest.uhn.ca/baseDstu2/Patient?namE=Meier的搜索返回和错误消息如下:
{
"resourceType":"OperationOutcome",
"issue":[
{
"severity":"error",
"diagnostics":"Invalid request: The FHIR endpoint on this server does not know how to handle GET operation[Patient] with parameters [[namE]]"
}
]
}
这是在 Fhir 规范中定义的,还是取决于服务器如何处理?
(我在这里找到了一些关于 REST API 的问题/回复:REST API 应该区分大小写还是不区分大小写?)
问题 2]
像“referencedOrganization”这样的驼峰式属性怎么样,查询参数也应该小写并且看起来像:http://fhirtest.uhn.ca/baseDstu2/Patient? referencedorganization=abc