Hi all,
I am very confused about how to use a package's profile in hapi fhir.
I try to install a package
fhir.org.nz.ig.base in hapi fhir with below configs in ./src/main/resources/application.yaml
ig_runtime_upload_enabled: true
install_transitive_ig_dependencies: true
implementationguides:
nz-core:
name: fhir.org.nz.ig.base
version: 3.0.0
reloadExisting: true
installMode: STORE_AND_INSTALL
After I run the docker-compose up -d --build command, I can find the package is already been installed in hapi fhir docker container.
But I cannot get the package's profile. For example, the package has a profile NzPatient,
Are there any configs I missed? Or do I modify the hapi-fhir-jpaserver-starter code to create a class named NzPatient?
Can anyone help me with this?
Kind regards,
Linkun