onc-healthit / onc-certification-g10-test-kit

ONC Certification (g)(10) Standardized API Tests
Apache License 2.0
32 stars 10 forks source link

Inferno could not identify MustSupport slicing on Coverage.identifier:membershipid.type (FI-2611) #504

Closed yunwwang closed 1 month ago

yunwwang commented 3 months ago

When the MB coding is on the 2nd position of the coding array, Inferno reports could not find this MustSupport element. Ex:

  "identifier":
  [
    {
      "system": "first-system",
      "value": "first-value"
    },
    {
      "type":
      {
        "coding":
        [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MB",
            "display": "Member Number"
          }
        ]
      },
      "value": "MB-value"
    }
  ]