You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Besides the regular package endpoint, there is also a more limited NPM compatible endpoint, which allows you to install FHIR package using any NPM client. Keep in mind that this will mix the FHIR packages with your regular NPM packages and does not support FHIR-specific features, like searching on canonicals or FHIR versions.
Hey,
i think the description is not correct:
https://packages.simplifier.net/<name>/-/<package-name>-<package-version>.tgz
->https://packages.simplifier.net/<**package-name**>/-/<package-name>-<package-version>.tgz
NPM compatible endpoint
Besides the regular package endpoint, there is also a more limited NPM compatible endpoint, which allows you to install FHIR package using any NPM client. Keep in mind that this will mix the FHIR packages with your regular NPM packages and does not support FHIR-specific features, like searching on canonicals or FHIR versions.
::
https://packages.simplifier.net/<name>/-/<package-name>-<package-version>.tgz
The above example, then becomes:
::
https://packages.simplifier.net/hl7.fhir.r3.core/-/hl7.fhir.r3.core-3.0.2.tgz
The text was updated successfully, but these errors were encountered: