FHIR / FHIR/fhir-candle

Validate operation unsupported

Open
#15 2 comments 0 reactions 0 assignees View on GitHub
enhancement priority-mid
Dominant language
C#
Stars
22
Forks
7
PR merge metrics
No merged PRs in 30d

Description

Great project, congrats !!!!!.

I'm load the implementation guide from Costa Rica and not have any problems. I trying use the validate operation but the "candle server" send response the follow OperationOutcome:
```json
{
"resourceType": "OperationOutcome",
"id": "b5827e82-2cc8-475a-8454-093da2fca868",
"issue": [
{
"severity": "error",
"code": "not-found",
"diagnostics": "Operation $validate does not have an executable implementation on this server."
}
]
}
```
This operation is unsupported?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.