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
Copy file name to clipboardExpand all lines: articles/healthcare-apis/fhir/fhir-versioning-policy-and-history-management.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: stevewohl
5
5
ms.service: healthcare-apis
6
6
ms.subservice: fhir
7
7
ms.topic: conceptual
8
-
ms.date: 05/05/2022
8
+
ms.date: 05/06/2022
9
9
ms.author: mikaelw
10
10
---
11
11
@@ -46,22 +46,21 @@ Versioning policy available to configure at as a system-wide setting and also to
46
46
47
47
To configure versioning policy, select the **Versioning Policy Configuration** blade inside your FHIR service.
48
48
49
-
[](media/versioning-policy/fhir-service-versioning-policy-configuration.png#lightbox)
49
+
:::image type="content" source="media/versioning-policy/fhir-service-versioning-policy-configuration.png" alt-text="Screenshot of the Azure portal Versioning Policy Configuration." lightbox="media/versioning-policy/fhir-service-versioning-policy-configuration.png":::
50
50
51
51
After you've browsed to Versioning Policy Configuration, you'll be able to configure the setting at both system level and the resource level (as an override of the system level). The system level configuration (annotated as 1) will apply to every resource in your FHIR service unless a resource specific override (annotated at 2) has been configured.
52
52
53
-
[](media/versioning-policy/system-level-versus-resource-level.png#lightbox)
53
+
:::image type="content" source="media/versioning-policy/system-level-versus-resource-level.png" alt-text="Screenshot of Azure portal versioning policy configuration showing system level vs resource level configuration." lightbox="media/versioning-policy/system-level-versus-resource-level.png":::
54
54
55
55
When configuring resource level configuration, you'll be able to select the FHIR resource type (annotated as 1) and the specific versioning policy for this specific resource (annotated as 2). Make sure to select the **Add** button (annotated as 3) to queue up this setting for saving.
**Make sure** to select **Save** after you've completed your versioning policy configuration.
61
60
62
-
[](media/versioning-policy/save-button.jpg#lightbox)
61
+
:::image type="content" source="media/versioning-policy/save-button.jpg" alt-text="Screenshot of Azure portal versioning policy configuration configuration showing save button." lightbox="media/versioning-policy/save-button.jpg":::
63
62
64
-
## History Management
63
+
## History management
65
64
66
65
History in FHIR is important for end users to see how a resource has changed over time. It's also useful in coordination with audit logs to see the state of a resource before and after a user modified it. In general, it's recommended to keep history for a resource unless you know that the history isn't needed. Frequent updates of resources can result in a large amount of data storage, which can be undesired in FHIR services with a large amount of data.
0 commit comments