Skip to content

Instantly share code, notes, and snippets.

@erikwiffin
Created May 19, 2017 22:36
Show Gist options
  • Save erikwiffin/cdcb94b0228a081c510d554a921cdc8d to your computer and use it in GitHub Desktop.
Save erikwiffin/cdcb94b0228a081c510d554a921cdc8d to your computer and use it in GitHub Desktop.
{
"updateCreate": false,
"type": "AllergyIntolerance",
"interaction": [
{
"code": "read"
},
{
"code": "search-type"
}
],
"conditionalUpdate": false,
"readHistory": false,
"conditionalDelete": "not-supported",
"conditionalCreate": false,
"searchParam": [
null,
{
"documentation": "Search for AllergyIntolerance resources using one or more server ids (equivalent to one or more Get /AllergyIntolerance/{ID} requests). If _id is included in your search, all other parameters are ignored.",
"type": "token",
"name": "_id"
},
{
"documentation": "Search for AllergyIntolerance resources for a specified patient ID. You can use \u201cpatient\u201d or \u201csubject\u201d equivalently, but they cannot be used at the same time for different references.",
"type": "reference",
"name": "patient"
},
{
"documentation": "Search for AllergyIntolerance resources for a specified patient ID. You can use \u201cpatient\u201d or \u201csubject\u201d equivalently, but they cannot be used at the same time for different references.",
"type": "reference",
"name": "subject"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment