diff --git a/src/anamnesisai/templates/allergy.json b/src/anamnesisai/templates/allergy.json new file mode 100644 index 0000000..84343a9 --- /dev/null +++ b/src/anamnesisai/templates/allergy.json @@ -0,0 +1,12 @@ +{ + "AllergyIntolerance": { + "resourceType": "AllergyIntolerance", + "id": "", + "patient": { + "reference": "Patient/" + }, + "substance": { + "coding": [] + } + } +}