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
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ Building the framework requires Xcode 6 or later.
8
8
We have a simple [medication list](https://github.com/p2/SoF-MedList) sample app so you can see how you use the framework.
9
9
10
10
The first versions of this framework did not contain auto-generated classes, hence some parts are still manually implemented as opposed to using actual FHIR resources.
11
-
Examples are retrieving the SMART server's conformance statement (only recently migrated to reading a `Conformance` resource) and the missing `Bundle` elements.
11
+
As such the `Bundle` resource is still missing, all data is retrieved via a REST API.
12
12
13
13
14
14
Installation
@@ -17,7 +17,7 @@ Installation
17
17
Use `git` to obtain the framework.
18
18
Using Terminal.app, navigate to your project directory and execute:
0 commit comments