onc-healthit / inferno-program

Archived source code for the Inferno Testing Tool and the Program Edition set of tests. No longer maintained.
https://inferno.healthit.gov/
Apache License 2.0
38 stars 12 forks source link

USCP-02 The server doesn't support the search parameters: identifier #168

Closed SavannahDearing closed 4 years ago

SavannahDearing commented 4 years ago

Subject of the issue

USCP-02 The server doesn't support the search parameters: identifier

The error seems to indicate 'identifier' is not supported. but _id is? I'm not sure what I'm not including to pass this test.

        {
           "type":"Patient",
           "interaction":[
              {
                 "code":"read"
              },
              {
                 "code":"search-type"
              }
           ],
           "profile":"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient",
           "searchParam":[
              {
                 "name":"_id",
                 "type":"token"
              },
              {
                 "name":"identifier",
                 "type":"token"
              },
              {
                 "name":"name",
                 "type":"string"
              },
             ....
           ]
        },

Your environment

Steps to reproduce Capability Statment: https://www.medentmobiletest.com/fhir/R4/metadata/index.php?medent_practice_id=savcw235

SavannahDearing commented 4 years ago

I'm no longer seeing this error, was a change made ?