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
The FHIR service doesn't store any profiles from implementation guides by default. You need to load them into the FHIR service. Follow [storing profiles instructions](./store-profiles-in-fhir.md) to store the relevant profiles for your desired US Core version.
20
+
The FHIR service doesn't store any profiles from implementation guides by default. You need to load them into the FHIR service. Follow [storing profiles instructions](./store-profiles-in-fhir.md) to store the relevant profiles for your desired US Core version. The open source sample [UploadFIG](https://github.com/brianpos/UploadFIG) can also be used to upload implementation guides to your FHIR server.
20
21
21
22
## US Core 6.1.0
22
23
US Core 6.1.0 introduces several new operations, including `$docref` and `$expand`. For more information about these operations, see the following articles:
@@ -26,6 +27,31 @@ US Core 6.1.0 introduces several new operations, including `$docref` and `$expan
26
27
### US Core 6 test data
27
28
Reference [sample test data](https://github.com/Azure-Samples/azure-health-data-and-ai-samples/tree/main/samples/USCore6-test-data) that can be used for US Core 6 testing.
28
29
30
+
31
+
32
+
33
+
## US Core 7.0.0
34
+
35
+
### US Core 7 test data
36
+
Reference [sample test data](https://github.com/Azure-Samples/azure-health-data-and-ai-samples/tree/main/samples/USCore7-test-data) that can be used for US Core 7 testing.
37
+
29
38
Note: Samples are open-source code, and you should review the information and licensing terms on GitHub before using it. They aren't part of the Azure Health Data Service and aren't supported by Microsoft Support.
30
39
40
+
### Troubleshooting
41
+
**How do I avoid a package resolution error when uploading US Core 7?**
42
+
If you're using [UploadFIG](https://github.com/brianpos/UploadFIG) to upload US Core 7 profiles, you might encounter a package resolution error, as one of the packages needed for US Core 7 (VSAC package) isn't yet available in the tool. To work around this issue, you can upload the required VSAC package to the tool cache following these steps:
43
+
1. Download the VSAC package:
44
+
Download the us.nlm.vsac package version 0.18.0 from the FHIR package registry at https://packages2.fhir.org/packages/us.nlm.vsac.
45
+
2. Prepare the VSAC package: During the US Core upload process, UploadFIG utility might encounter a package resolution error when attempting to retrieve the VSAC package from the registry. To avoid this issue, the VSAC package must be preloaded into the local UploadFIG utility cache.
46
+
1. Package downloaded at step 2 has name `us.nlm.vsac-0.18.0.tgz`
47
+
1. Rename it to `us.nlm.vsac_0_18_0.tgz`
48
+
1. Create this folder if it doesn’t exist: `C:\Users\<YourUser>\AppData\Local\Temp\UploadFIG\PackageCache`
49
+
1. Copy the renamed package into the UploadFIG cache directory (folder created in the last step)
50
+
3. Continue with the rest of the steps using UploadFIG to upload US Core 7 profiles.
0 commit comments