Skip to content

Commit b80ce5f

Browse files
author
Theo Stolker
committed
Updated Readme (thanks Jenny!)
1 parent 1fb3932 commit b80ce5f

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Title
1+
# Customizing Your InterSystems FHIR Repo Sample
22
This respository provides sample code that shows how you can customize the InterSystems IRIS for Health FHIR Repository.
3-
It was created for the presentation I prepared for the InterSystems Global Summit 2023
3+
It was created along with a presentation delivered at InterSystems Global Summit 2023.
44

55
The use cases addressed with the code in this repo are:
66

77
1. Input – pre-processing
8-
- Resource ids must be globally unique
8+
- Resource IDs must be globally unique
99
- Identifiers for a resource must be unique
1010
2. Output – post-processing
1111
- References must be enriched with a display value
@@ -17,16 +17,21 @@ The use cases addressed with the code in this repo are:
1717
- Logical references and conditional references must be transformed into a literal reference
1818

1919

20-
These use cases are further explained in the accompanying powerpoint (to be added to this repo).
20+
These use cases are further explained in the accompanying presentation (to be added to this repo).
2121

2222
## Set Up
23-
No docker has been provided as part of this repo. I recommend you connect to a local IRIS instance and import / compile.
23+
No docker has been provided as part of this repo. It is recommended that you connect to a local InterSystems IRIS instance and import / compile.
24+
25+
Create a new FHIR Server in this namespace with the following settings:
26+
-Core FHIR package: hl7.fhir.r4.core@4.0.1
27+
-Additional packages: MyFhirServer-searchparameters@0.0.1
28+
-Interactions strategy class: HS.Local.FHIRServer.Storage.Json.InteractionsStrategy
2429

2530
## Run the Sample
2631
A [Postman collection](https://github.com/intersystems/SamplesCustomizingYourFHIRRepo/blob/2718e8db7973206cacbb4ffdd2c05e91e5d033b3/My%20Customized%20FHIR%20Server.postman_collection.json) is available to test the customizations
2732

2833
## Documentation
29-
The following InterSystems IRIS for Health Documentation is hellpful as background information:
34+
The following InterSystems IRIS for Health Documentation is helpful as background information:
3035

3136
[FHIR Server: An Introduction](https://docs.intersystems.com/irisforhealth20231/csp/docbook/Doc.View.cls?KEY=HXFHIR_server_intro)
3237

@@ -42,6 +47,7 @@ The FHIR specification
4247

4348
## Bugslist
4449
There are no known bugs at this point in time
50+
4551
## Finally
4652
Use or operation of this code is subject to acceptance of the license available in the code repository for this code.
4753

0 commit comments

Comments
 (0)