Demo App #4

1.99

Report this

Description

A Demo App to test the Marketplace. Limited edition!
Generates FHIR observations

Additional information

Business Space

Creation Space

Measurements

Blood Pressure

Reviews

There are no reviews yet.

Be the first to review “Demo App #4”

Your email address will not be published. Required fields are marked *

Privacy Policy

We respect your privacy.

Q&A

You are not logged in

{
  "@context": 
  ["https://www.w3.org/2019/wot/td/v1",
    {
        "fhir": "https://build.fhir.org/ig/gatekeeper-project/gk-fhir-ig/index.html"
    }
  ],
  "title": "Demo App #4",
  "base": "www.demoapp4.c#o#m",
  "description": "A Demo App to test the Marketplace. Limited edition! ",
  "securityDefinitions": {
    "oauth2_sc": {
      "scheme": "oauth2"
    }
  },
  "security": "oauth2_sc",
  "properties": {},
  "actions": {
    "disappear": {
      "title": "disappear",
      "description": "disappears after a Marketplace test is finished",
      "forms": [{
               "op": [
                   "invokeaction"
                   ],
               "href": "http://hapi.fhir.org/baseR4/Observation",
               "contentType": "application/fhir+json",
               "htv:methodName": "POST"
           }
    ]
    }
  },
  "events": {}
}