Last active
May 9, 2019 15:46
-
-
Save tony-shannon/c084ccdf826fda35bd32698cc246c775 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Data2Load": { | |
"DB Details": { | |
"type": "EtherCIS CDR", | |
"domain": "test1.ripple.foundation", | |
"IP": "21.21.55.143", | |
"userN": "Tester", | |
"passW": "Password!23" | |
}, | |
"ID Type": "NHS#", | |
"IDs": [ | |
9999990000, | |
9999990001, | |
9999990002, | |
9999990003 | |
], | |
"Data": [ | |
{ | |
"heading": "Allergy", | |
"file": "AllergiesB.json", | |
"transform": "AllergyFHIR2openEHR.js", | |
"APIendpoint": "/path/allergy" | |
}, | |
{ | |
"heading": "Medication", | |
"file": "MedsB.json", | |
"transform": "MedsFHIR2openEHR.js", | |
"APIendpoint": "/path/medication" | |
}, | |
{ | |
"heading": "Problem", | |
"file": "ProblemsA.json", | |
"transform": "Probs_FHIR2openEHR.js", | |
"APIendpoint": "/path/problem" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment