Skip to content

returns duplicate matches (dev only) #99

@jmandel

Description

@jmandel

Bug

A single translation request returns 4 identical match entries instead of 1. Each match has the same concept and relationship.

Repro

curl -s 'https://tx-dev.fhir.org/r4/ConceptMap/$translate?sourceCode=male&sourceSystem=http://hl7.org/fhir/administrative-gender&targetSystem=http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender' \
  -H 'Accept: application/fhir+json' | jq '[.parameter[] | select(.name=="match")] | length'
# Returns: 4
# Expected: 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions