Skip to content

Commit 7bcb6ea

Browse files
committed
docs: Update README and CONTRIBUTORS
1 parent 7f5eb6b commit 7bcb6ea

File tree

3 files changed

+20
-7
lines changed

3 files changed

+20
-7
lines changed

CONTRIBUTORS.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ Richard added GZip support
1616
* [Brian Postlethwaite](https://github.com/brianpos)
1717
Brian made the resources look fresh in the UI.
1818

19-
* [Kenneth Myhra](https://github.com/kennethmyhra) - Kufu
19+
* [Kenneth Myhra](https://github.com/kennethmyhra) - [Incendi](https://github.com/incendilabs/)
2020

2121
* [Ole Kristian Losvik](https://github.com/losolio)
22+
23+
* [Andrew Anisimov](https://github.com/andy-a-o)

README.md

+7-6
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ Spark
88
=====
99

1010
Spark is a public domain FHIR server developed in C#, initially built by Firely and as of recently being
11-
maintained by Kufu.
11+
maintained by Incendi.
1212

1313
Spark implements a major part of the FHIR specification and has been used and tested during several
1414
HL7 WGM Connectathons.
1515

16-
As of recently the task of maintaining Spark has been taken upon by the community and is led by Kufu.
17-
Kufu and the community, will keep enhancing this server to support the latest versions and add functionality.
16+
As of recently the task of maintaining Spark has been taken upon by the community and is led by Incendi.
17+
Incendi and the community, will keep enhancing this server to support the latest versions and add functionality.
1818
We also welcome anyone who wants to support this effort and help us make Spark a better reference
1919
platform and playground for FHIR.
2020

@@ -38,14 +38,15 @@ The easiest way to test Spark FHIR server is by using Docker. Make sure you have
3838
DSTU1 is no longer maintained by this project. The source code can be found in the branch **dstu1/master**.
3939

4040
#### DSTU2
41-
Source code can be found in the branch **master**, we try to keep up-to-date with the DSTU2 version of FHIR.
41+
DSTU2 is no longer maintained by this project. The source code can be found in the branch **master**.
4242

4343
#### STU3
4444
Source code can be found in the branch **stu3/master**, we try to keep up-to-date with the STU3 version of FHIR.
45+
This is the version of Spark running at http://spark-stu3.incendi.no FHIR Endpoint: http://spark-stu3.incendi.no/fhir
4546

4647
#### R4
47-
Source code can be found in the branch **r4/master**. This is the version of Spark running at http://spark.kufu.no
48-
FHIR Endpoint: http://spark.kufu.no/fhir
48+
Source code can be found in the branch **r4/master**. This is the version of Spark running at http://spark.incendi.no
49+
FHIR Endpoint: http://spark.incendi.no/fhir
4950

5051
## Contributing
5152
If you want to contribute, see our [guidelines](https://github.com/furore-fhir/spark/wiki/Contributing)

Spark.sln

+10
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ EndProject
1818
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{073444E3-56AE-4904-8EBD-DED0F9B54499}"
1919
ProjectSection(SolutionItems) = preProject
2020
.editorconfig = .editorconfig
21+
CONTRIBUTORS.md = CONTRIBUTORS.md
2122
Directory.build.props = Directory.build.props
23+
README.md = README.md
2224
EndProjectSection
2325
EndProject
2426
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".docker", ".docker", "{40662456-0D34-4F03-8568-A10372856F88}"
@@ -51,6 +53,13 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ISSUE_TEMPLATE", "ISSUE_TEM
5153
.github\ISSUE_TEMPLATE\feature_request.md = .github\ISSUE_TEMPLATE\feature_request.md
5254
EndProjectSection
5355
EndProject
56+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "integration-tests", "integration-tests", "{A54DFD05-45BA-4906-864E-2953046589E2}"
57+
ProjectSection(SolutionItems) = preProject
58+
tests\integration-tests\combine-test-results.sh = tests\integration-tests\combine-test-results.sh
59+
tests\integration-tests\docker-compose.yml = tests\integration-tests\docker-compose.yml
60+
tests\integration-tests\readme.md = tests\integration-tests\readme.md
61+
EndProjectSection
62+
EndProject
5463
Global
5564
GlobalSection(SolutionConfigurationPlatforms) = preSolution
5665
Debug|Any CPU = Debug|Any CPU
@@ -91,6 +100,7 @@ Global
91100
{36B3A784-1A43-4DDE-8BE9-18D198113729} = {073444E3-56AE-4904-8EBD-DED0F9B54499}
92101
{3278905B-E0BB-4996-BC5A-EE6B9A04CFE6} = {36B3A784-1A43-4DDE-8BE9-18D198113729}
93102
{8EA3D517-35C1-447F-8048-BF78A08FC7FD} = {36B3A784-1A43-4DDE-8BE9-18D198113729}
103+
{A54DFD05-45BA-4906-864E-2953046589E2} = {073444E3-56AE-4904-8EBD-DED0F9B54499}
94104
EndGlobalSection
95105
GlobalSection(ExtensibilityGlobals) = postSolution
96106
SolutionGuid = {B5F4527D-CCCF-4487-9E2D-D324DF3552E8}

0 commit comments

Comments
 (0)