Skip to content

Commit

Permalink
add philly config (#2450)
Browse files Browse the repository at this point in the history
* add philly config

* Switch order

* change save source to s3

---------

Co-authored-by: Angela The <angela.the@skylight.digital>
  • Loading branch information
lina-roth and angelathe authored Sep 3, 2024
1 parent 90333d8 commit 836f6c7
Showing 1 changed file with 53 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"workflow": [
{
"service": "fhir_converter",
"endpoint": "/convert-to-fhir"
},
{
"service": "ingestion",
"endpoint": "/fhir/harmonization/standardization/standardize_names"
},
{
"service": "ingestion",
"endpoint": "/fhir/harmonization/standardization/standardize_dob",
"params": {
"dob_format": ""
}
},
{
"name": "fhir_bundle",
"service": "ingestion",
"endpoint": "/fhir/harmonization/standardization/standardize_phones"
},
{
"name": "stamped_ecr",
"service": "trigger_code_reference",
"endpoint": "/stamp-condition-extensions"
},
{
"name:": "save_bundle",
"service": "save_bundle",
"url": "${ECR_VIEWER_URL}",
"endpoint": "/api/save-fhir-data",
"params": {
"saveSource": "s3"
}
},
{
"name": "message_parser_values",
"service": "message_parser",
"endpoint": "/parse_message",
"params": {
"message_format": "fhir",
"parsing_schema_name": "philly_ecr.json",
"credential_manager": "azure"
}
}
],
"outputs": [
"message_parser_values",
"stamped_ecr"
],
"default-response": false
}

0 comments on commit 836f6c7

Please sign in to comment.