-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
apiThe issue relates to the API / http functionalityThe issue relates to the API / http functionality
Description
Bug
POST /r4/ConceptMap/$closure is dispatched to the $translate handler instead of a $closure handler. The error message references $translate parameters (sourceCode, sourceCoding, sourceCodeableConcept).
Repro
curl -s -X POST 'https://tx-dev.fhir.org/r4/ConceptMap/$closure' \
-H 'Content-Type: application/fhir+json' \
-H 'Accept: application/fhir+json' \
-d '{"resourceType":"Parameters","parameter":[{"name":"name","valueString":"test-closure"}]}' | jq '.issue[0].details.text'
# Returns: "Must provide sourceCode (with system), sourceCoding, or sourceCodeableConcept"
# Expected: Either proper $closure handling or "Operation $closure is not supported"Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
apiThe issue relates to the API / http functionalityThe issue relates to the API / http functionality