Skip to content

Commit 63bbbab

Browse files
committed
Update FHIR-shorthand.xml
- Add 1.0.0 version - deprecate 0.12.0 (ballot) version - Add "Home" page - Add "Table of Contents" page - Deprecate "Tutorial" page
1 parent d33b39b commit 63bbbab

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

xml/FHIR-shorthand.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<specification gitUrl="https://github.com/HL7/fhir-shorthand" url="http://hl7.org/fhir/uv/shorthand" ciUrl="http://build.fhir.org/ig/HL7/fhir-shorthand" defaultWorkgroup="fhir-i" defaultVersion="0.12.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../schemas/specification.xsd">
3-
<version code="0.12.0" url="http://hl7.org/fhir/uv/shorthand/2020May"/>
3+
<version code="1.0.0" url="http://hl7.org/fhir/uv/shorthand/STU1"/>
4+
<version code="0.12.0" url="http://hl7.org/fhir/uv/shorthand/2020May" deprecated="true"/>
45
<artifact name="Shorthand Instance Tags" key="shorthand-instance-tags" id="ValueSet/shorthand-instance-tags"/>
56
<artifact name="Shorthand Code System" key="shorthand-code-system" id="CodeSystem/shorthand-code-system"/>
67
<page name="(NA)" key="NA"/>
78
<page name="(many)" key="many"/>
9+
<page name="Home" key="index"/>
10+
<page name="Table of Contents" key="toc"/>
811
<page name="Overview" key="overview" />
9-
<page name="Tutorial" key="tutorial" />
1012
<page name="Language Reference" key="languagereference"/>
1113
<page name="SUSHI" key="sushi"/>
12-
<page name="Quick Reference" key="quickreference" />
13-
</specification>
14+
<page name="Quick Reference" key="quickreference"/>
15+
<page name="Tutorial" key="tutorial" deprecated="true"/>
16+
</specification>

0 commit comments

Comments
 (0)