Skip to content

Instantly share code, notes, and snippets.

@tony-shannon
Last active May 9, 2019 15:46
Show Gist options
  • Save tony-shannon/c084ccdf826fda35bd32698cc246c775 to your computer and use it in GitHub Desktop.
Save tony-shannon/c084ccdf826fda35bd32698cc246c775 to your computer and use it in GitHub Desktop.
{
"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