Skip to content

Commit

Permalink
Create allergy.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Satarupa22-SD authored Mar 17, 2024
1 parent 728619c commit 32badfd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/anamnesisai/templates/allergy.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"AllergyIntolerance": {
"resourceType": "AllergyIntolerance",
"id": "<AllergyIntolerance ID>",
"patient": {
"reference": "Patient/<Patient ID>"
},
"substance": {
"coding": []
}
}
}

0 comments on commit 32badfd

Please sign in to comment.