Skip to content

Commit

Permalink
Improve the capability statement
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Ignatov committed Sep 15, 2019
1 parent 62808ff commit 2455e6c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions fhir/metadata.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ module.exports = (req, res) => {
"date": SERVER_START_TIME,
"publisher": "Not provided",
"kind": "instance",
"instantiates": [
"http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data"
],
"software": {
"name": "SMART Sample Bulk FHIR Server",
"version": "1.0"
Expand Down Expand Up @@ -114,6 +117,24 @@ module.exports = (req, res) => {
"definition": {
"reference": "OperationDefinition/-s-get-resource-counts"
}
},
{
"name": "export",
"definition": {
"reference": "OperationDefinition/export"
}
},
{
"name": "patient-export",
"definition": {
"reference": "OperationDefinition/patient-export"
}
},
{
"name": "group-export",
"definition": {
"reference": "OperationDefinition/group-export"
}
}
]
}
Expand Down

0 comments on commit 2455e6c

Please sign in to comment.