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
At present the repository includes the snapshot definition of UKCore-Patient so that it can be referenced from UKCoreAccessPatientIndexPatient.
Ideally, this IG would reference definitions directly from the UKCore package so that we can guarantee to be using the correct version.
To reproduce the problem, remove input/resources/UKCore-Patient.json so that the build process uses the public repositories to pull the snapshot and then execute $ npm run compile. Sushi reports an error: Structure Definition https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient is missing a snapshot. Snapshot is required for import. File: /Users/Dunmail/Documents/Development/UK-Core-Access/input/fsh/profiles/PatientIndexPatient.fsh
The text was updated successfully, but these errors were encountered:
At present the repository includes the snapshot definition of
UKCore-Patient
so that it can be referenced fromUKCoreAccessPatientIndexPatient
.Ideally, this IG would reference definitions directly from the UKCore package so that we can guarantee to be using the correct version.
To reproduce the problem, remove
input/resources/UKCore-Patient.json
so that the build process uses the public repositories to pull the snapshot and then execute$ npm run compile
. Sushi reports an error:Structure Definition https://fhir.hl7.org.uk/StructureDefinition/UKCore-Patient is missing a snapshot. Snapshot is required for import. File: /Users/Dunmail/Documents/Development/UK-Core-Access/input/fsh/profiles/PatientIndexPatient.fsh
The text was updated successfully, but these errors were encountered: