Skip to content

Commit d6c7b68

Browse files
committed
Add README
1 parent c26453f commit d6c7b68

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

README.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Golang FHIR Models
2+
3+
This repository contains a FHIR® R4 models for Go. The models consist of Go structs for each resource and data type. The structs are suitable for JSON encoding/decoding.
4+
5+
## Features
6+
7+
* resources implement the [Marshaler][1] interface
8+
* unmarshal functions are provided for every resource
9+
* enums are provided for every ValueSet used in a [required binding][2], has a computer friendly name and refers only to one CodeSystem
10+
11+
## TODOs
12+
13+
* #1
14+
* #2
15+
16+
## License
17+
18+
Copyright 2019 The Samply Development Community
19+
20+
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
21+
22+
http://www.apache.org/licenses/LICENSE-2.0
23+
24+
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
25+
26+
[1]: <https://golang.org/pkg/encoding/json/#Marshaler>
27+
[2]: <https://www.hl7.org/fhir/terminologies.html#strength>

0 commit comments

Comments
 (0)