diff --git a/smart-app-launch/init.json b/smart-app-launch/init.json deleted file mode 100644 index 58e1de9..0000000 --- a/smart-app-launch/init.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "resourceType" : "Bundle", - "type" : "transaction", - "entry" : [ - { - "request": { - "method": "PUT", - "url": "/Patient/marat-test-init-bundle" - }, - "resource" : { - "resourceType" : "Patient", - "id" : "marat-test-init-bundle", - "gender": "male" - } - } - ] -}