hapifhir / hapi-fhir-jpaserver-starter

Apache License 2.0
391 stars 1.05k forks source link

Minor: Duplicate `score` when hit API `/$mdm-link-history` #609

Closed muhammad-levi closed 10 months ago

muhammad-levi commented 11 months ago

The response was

{
  "resourceType": "Parameters",
  "parameter": [
    {
      "name": "historical link",
      "part": [
        {
          "name": "goldenResourceId",
          "valueString": "Patient/f89c9937-4947-44f5-a6d4-26186f329d04"
        },
        {
          "name": "revisionTimestamp",
          "valueString": "2023-11-21 06:35:45.447"
        },
        {
          "name": "sourceResourceId",
          "valueString": "Patient/levi1"
        },
        {
          "name": "matchResult",
          "valueString": "MATCH"
        },
        {
          "name": "score",                     <---------------- duplicate
          "valueDecimal": 1
        },
        {
          "name": "linkSource",
          "valueString": "AUTO"
        },
        {
          "name": "eidMatch",
          "valueBoolean": false
        },
        {
          "name": "hadToCreateNewResource",
          "valueBoolean": true
        },
        {
          "name": "score",                     <---------------- duplicate
          "valueDecimal": 1
        },
        {
          "name": "linkCreated",
          "valueDecimal": 1700548545443
        },
        {
          "name": "linkUpdated",
          "valueDecimal": 1700548545443
        }
      ]
    }
  ]
}

HAPI FHIR R4 Server HAPI FHIR Server 6.6.0

jkiddo commented 10 months ago

@muhammad-levi thats a HAPI Core thing. Please report it at https://github.com/hapifhir/hapi-fhir