We are getting a new error that we have not seen before:
"diagnostics": "The required field 'category' is missing"
How do we resolve this?
We are getting a new error that we have not seen before:
"diagnostics": "The required field 'category' is missing"
How do we resolve this?
We have recently started enforcing validations at the API-level, rather than just at the documentation level, to improve our FHIR standard compliance. Hence, Category is mandatory. Only one category will be allowed per Document type. Category used to be called ‘Class’ in NRL v.2.8. All pointer types will fall in to a category. For example, ‘mental health crisis plan’ is a pointer type, and this pointer type falls under the ‘care plan’ category. Our supported pointer types and their associated categories are documented on our producer API specification.