bluehalo / node-fhir-server-core

An Open Source secure REST implementation for the HL7 FHIR Specification. For API documentation, please see https://github.com/Asymmetrik/node-fhir-server-core/wiki.
https://asymmetrik.com/healthcare
MIT License
391 stars 120 forks source link

feat(controllers): Add CatalogEntry controller #221

Closed michelekorell closed 2 years ago

michelekorell commented 4 years ago

Hello, according to FHIR R4 definition there is a CatalogEntry resource. We found there isn't a controller for this resource in actual revision. (http://hl7.org/fhir/catalogentry.html) We created this controller to be able to use this resource.

zeevo commented 4 years ago

Hi @michelekorell

I have been super busy lately so apologies for the delayed response. Is it possible to also add a CatalogEntry parameters file and CatalogEntry class file like the other resources in the 4_0_0 directory?

michelekorell commented 4 years ago

Hello, no problem, I was also busy. I go to look with my team to do this improvement.

Mooooq commented 4 years ago

Hello,

I just added the catalogentry parameters configuration. As indicated by the fhir specification, only the default settings can be used for catalogentry resource, that is why an empty object is exported.

As for the class, I saw that it was already implemented.

zeevo commented 4 years ago

Hi @Mooooq @michelekorell

The parameters file needs to export search arguments for CatalogEntry. They can be found here https://www.hl7.org/fhir/catalogentry.html towards the bottom.

luan-dev commented 2 years ago

Closing stale PR. Please let me know if this is still active