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: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Source content is found in the `xml` folder:
18
18
* For some specifications, alignment will be checked as part of the specification publication process.
19
19
* Specification files are maintained independently (rather than as part of the SPECS files) to allow independent maintenance.
20
20
21
-
Each type of XML file has a corresponding schema in the [`schemas`](shemas) folder. The [`xml/_workgroups.xml`](xml/_workgroups.xml) file is also converted to a schema to aid validation.
21
+
Each type of XML file has a corresponding schema in the [`schemas`](schemas) folder. The [`xml/_workgroups.xml`](xml/_workgroups.xml) file is also converted to a schema to aid validation.
22
22
23
23
The json files used by the [Jira Elements Connect (formerly nFeed) plugin](https://marketplace.atlassian.com/apps/23337/elements-connect-formerly-nfeed) to manage dropdowns are auto-generated into the json folder.
24
24
There is one file for each product family plus a single "combined" file that covers all specifications and is used by the ballot projects
<xsl:for-eachselect="$ballotSpecs/specification[not(@deprecated='true') and starts-with(@key, 'FHIR-')]">
133
133
<xsl:choose>
134
+
<xsl:whentest="@defaultWorkgroup='uk' and not(starts-with(@gitUrl, 'https://github.com/NHSDigital/'))">
135
+
<xsl:messageterminate="yes"select="concat('ERROR: FHIR HL7 UK specifications that are not deprecated must have a gitUrl attribute that starts with ''https://github.com/NHSDigital/'' ', @key)"/>
136
+
</xsl:when>
134
137
<xsl:whentest="@defaultWorkgroup='eu' and not(starts-with(@gitUrl, 'https://github.com/HL7-eu/'))">
135
138
<xsl:messageterminate="yes"select="concat('ERROR: FHIR HL7 EU specifications that are not deprecated must have a gitUrl attribute that starts with ''https://github.com/HL7-eu/'' ', @key)"/>
0 commit comments