NHSDigital/integration-adaptor-111

Issue with RepeatCaller Output seeing Dx115

Opened this issue · 1 comments

We have the JSON output from the adaptor that appears to be outputting Dx115. This does appear to happen with the new branch and not the original branch. This will need validating as this Dx code is not in the original RepeatCaller example.

image

  "fullUrl": "urn:uuid:3fb0670c-a0c3-4bfe-b3c0-0e0552acb4eb",
  "resource": {
    "resourceType": "ProcedureRequest",
    "status": "active",
    "intent": "plan",
    "priority": "routine",
    "doNotPerform": false,
    "code": {
      "coding": [
        {
          "system": "2.16.840.1.113883.2.1.3.2.4.17.325",
          "code": "Dx115",
          "display": "Passed onto clinical hub"
        }
      ]
    }

Hi @DylanHainsworthNHSD

We were not able to recreate this issue. If you could share an example of ITK message not being transformed properly then we would be happy to investigate further.