Skip to content

Commit 79835ff

Browse files
authored
FMG tweaks (#154)
* Update ignoreWarnings * Add members-refreshed example
1 parent bcc9159 commit 79835ff

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

input/fsh/profiles/group.fsh

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,15 @@ Context: Group
3434
Extension: MembersRefreshed
3535
Id: members-refreshed
3636
Title: "Members Refreshed"
37-
Description: "Extension used by a server to indicate to a client when the members in a dynamic group were last updated"
37+
Description: """
38+
Extension used by a server to indicate to a client when the members in a dynamic group were last updated. For example, the following extension would indicate that the group members were last updated January 1st 2024:
39+
```
40+
"Extension" : [{
41+
"url" : "http://hl7.org/fhir/uv/bulkdata/StructureDefinition/members-refreshed",
42+
"valueDateTime" : "2024-01-01T13:28:17-05:00"
43+
}]
44+
```
45+
"""
3846
Context: Group
3947
* value[x] only dateTime
4048

input/ignoreWarnings.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22
# Warnings
33

44
# 01. An inline example is provided in the extension description
5-
The Implementation Guide contains no examples for this extension
5+
WARNING: StructureDefinition.where(url = 'http://hl7.org/fhir/uv/bulkdata/StructureDefinition/operation-not-supported'): The Implementation Guide contains no examples for this extension
66

77
# 02. This valueset is defined on the Expression type, not in this IG
88
A definition could not be found for Canonical URL 'http://www.rfc-editor.org/bcp/bcp13.txt'
99

1010
# Hints
1111

12-
# 01.This extension is defined in the Expression type, not in this IG
13-
The extension http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet|5.2.0 is deprecated
12+
# 03.This extension is defined in the Expression type, not in this IG
13+
The extension http://hl7.org/fhir/StructureDefinition/elementdefinition-maxValueSet|5.3.0-ballot-tc1 is deprecated with the note Use additionalBinding extension or element instead
1414

1515
# Hints - Terminology
1616

17-
# 01. Group profile - this code system is used by the Group resource
17+
# 04. Group profile - this code system is used by the Group resource
1818
Reference to draft CodeSystem http://hl7.org/fhir/group-type|4.0.1
1919

20-
# 02. The includeAssociatedData code system and valueset are specific to this IG and extremely unlikely to be used elsewhere. We will request TSMG approval.
20+
# 05. The includeAssociatedData code system and valueset are specific to this IG and extremely unlikely to be used elsewhere. We will request TSMG approval.
2121
Most code systems defined in HL7 IGs will need to move to THO later during the process. Consider giving this code system a THO URL now (See https://confluence.hl7.org/display/TSMG/Terminology+Play+Book, and/or talk to TSMG)

0 commit comments

Comments
 (0)