Whereami QuickFHIR adapter
1.0.11 - draft

Whereami QuickFHIR adapter - Local Development build (v1.0.11). See the Directory of published versions

: Capabilities - JSON Representation

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "adapter",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2/><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td/></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b title=\"GET a resource (read interaction)\">Read</b></th><th><b title=\"GET all set of resources of the type (search interaction)\">Search</b></th><th><b title=\"PUT a new resource version (update interaction)\">Update</b></th><th><b title=\"POST a new resource (create interaction)\">Create</b></th></tr><tr><td>Location</td><td><a href=\"http://quickfhir.cloud/blackpear/quickfhir-aws-adapter-whereami/StructureDefinition/WhereAmILocation\">http://quickfhir.cloud/blackpear/quickfhir-aws-adapter-whereami/StructureDefinition/WhereAmILocation</a></td><td>y</td><td></td><td></td><td></td></tr></table></div>"
  },
  "url" : "http://quickfhir.cloud/blackpear/quickfhir-aws-adapter-whereami/CapabilityStatement/adapter",
  "version" : "1.0.11",
  "status" : "active",
  "date" : "2021-01-01",
  "kind" : "capability",
  "fhirVersion" : "4.0.1",
  "format" : [
    "json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "resource" : [
        {
          "type" : "Location",
          "profile" : "http://quickfhir.cloud/blackpear/quickfhir-aws-adapter-whereami/StructureDefinition/WhereAmILocation",
          "interaction" : [
            {
              "code" : "read"
            }
          ]
        }
      ]
    }
  ]
}