Skip to content

Commit 9680c1f

Browse files
authored
Merge pull request #311971 from evachen96/evach_uscore7docs
Evach uscore7docs
2 parents 80ccf36 + 221a037 commit 9680c1f

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

articles/healthcare-apis/fhir/us-core.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ The HL7 US Core Implementation Guide (US Core IG) is a set of rules and best pra
1515

1616
- [US Core 3.1.1](https://hl7.org/fhir/us/core/STU3.1.1/index.html)
1717
- [US Core 6.1.0](https://www.hl7.org/fhir/us/core/STU6.1/ImplementationGuide-hl7.fhir.us.core.html)
18+
- [US Core 7.0.0](http://hl7.org/fhir/us/core/STU7/)
1819

19-
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.
2021

2122
## US Core 6.1.0
2223
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
2627
### US Core 6 test data
2728
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.
2829

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+
2938
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.
3039

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.
51+
52+
53+
54+
55+
56+
3157
[!INCLUDE [FHIR trademark statement](../includes/healthcare-apis-fhir-trademark.md)]

0 commit comments

Comments
 (0)