Skip to content

Commit

Permalink
aetna no longer supports patient/$everything.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jun 30, 2024
1 parent 6a0cfbe commit 3bd06a6
Showing 1 changed file with 23 additions and 3 deletions.
26 changes: 23 additions & 3 deletions definitions/platform/aetna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,27 @@ cors_relay_required: false
documentation: https://developerportal.aetna.com/Aetna_TestMember_Data_V6.xls

#client_headers: {}
#op_patient_everything: true
#client_supported_resources: []
custom_op_patient_everything: "Patient"
op_patient_everything: false
client_supported_resources: [
"AllergyIntolerance",
"CarePlan",
"CareTeam",
"Condition",
"Coverage",
"Device",
"DiagnosticReport",
"DocumentReference",
"Encounter",
"ExplanationOfBenefit",
"Goal",
"Immunization",
"InsurancePlan",
"List",
"Medication",
"MedicationDispense",
"MedicationRequest",
"Observation",
"Patient",
"Procedure"
]

0 comments on commit 3bd06a6

Please sign in to comment.