0.0.1 - CI Build

SequoiaProjectHealthcareDirectoryImplementationGuideSTU3 - Local Development build (v0.0.1). See the Directory of published versions

: The Sequoia Project eHealth Exchange healthcare directory - JSON Representation

Raw json | Download

{
  "resourceType" : "CapabilityStatement",
  "id" : "directory-capability-statement",
  "meta" : {
    "versionId" : "7",
    "lastUpdated" : "2020-08-26T04:33:22.185+00:00"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>Sequoia Project FHIR Provider Directory</h2><div><p>Sequoia Project FHIR Provider Directory</p>\n</div><table><tr><td>Mode</td><td>SERVER</td></tr><tr><td>Description</td><td>Sequoia Project FHIR Provider Directory</td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td>y</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><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Organization</td><td><a href=\"https://sequoiaproject.org/fhir/sphd-stu3/StructureDefinition/SequoiaOrganization\">https://sequoiaproject.org/fhir/sphd-stu3/StructureDefinition/SequoiaOrganization</a></td><td>y</td><td></td><td>y</td><td>y</td><td>y</td></tr></table></div>"
  },
  "url" : "https://sequoiaproject.org/fhir/sphd-stu3/StructureDefinition/directory-capability-statement",
  "version" : "0.0.1",
  "name" : "Sequoia Project FHIR Provider Directory",
  "title" : "The Sequoia Project eHealth Exchange healthcare directory",
  "status" : "draft",
  "experimental" : true,
  "date" : "2016-09-01",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Sequoia Project FHIR Provider Directory",
  "copyright" : "Copyright© 2020 The Sequoia Project. All rights reserved. ",
  "kind" : "capability",
  "software" : {
    "name" : "FHIR Provider Dir",
    "version" : "1",
    "releaseDate" : "2016-09-09"
  },
  "fhirVersion" : "3.0.1",
  "acceptUnknown" : "no",
  "format" : [
    "xml",
    "json"
  ],
  "implementationGuide" : [
    "http://sequoiaproject.org/ig01"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "Sequoia Project FHIR Provider Directory",
      "security" : {
        "cors" : false,
        "service" : [
          {
            "coding" : [
              {
                "system" : "http://hl7.org/fhir/restful-security-service",
                "code" : "Basic"
              }
            ]
          }
        ],
        "description" : "plain text draft version for testing"
      },
      "resource" : [
        {
          "type" : "Organization",
          "profile" : {
            "reference" : "https://sequoiaproject.org/fhir/sphd-stu3/StructureDefinition/SequoiaOrganization"
          },
          "interaction" : [
            {
              "code" : "read",
              "documentation" : "Some operations require permission"
            },
            {
              "code" : "create",
              "documentation" : "Some operations require permission"
            },
            {
              "code" : "update",
              "documentation" : "Some operations require permission"
            },
            {
              "code" : "delete",
              "documentation" : "Some operations require permission"
            }
          ],
          "versioning" : "no-version",
          "readHistory" : false,
          "updateCreate" : false,
          "conditionalCreate" : false,
          "conditionalUpdate" : false,
          "conditionalDelete" : "not-supported",
          "searchParam" : [
            {
              "name" : "_id",
              "type" : "number",
              "documentation" : "Search with the id of organization"
            },
            {
              "name" : "_name",
              "type" : "string",
              "documentation" : "Search with the name of organization"
            },
            {
              "name" : "_lastUpdated",
              "type" : "date",
              "documentation" : "Search with the lastUpdated of organization"
            },
            {
              "name" : "_zip",
              "type" : "string",
              "documentation" : "Search with the zip of organization"
            },
            {
              "name" : "_city",
              "type" : "string",
              "documentation" : "Search with the city of organization"
            },
            {
              "name" : "_state",
              "type" : "string",
              "documentation" : "Search with the state of organization"
            },
            {
              "name" : "_radius",
              "type" : "string",
              "documentation" : "Search with the radius of organization"
            },
            {
              "name" : "_active",
              "type" : "string",
              "documentation" : "Search with the active of organization"
            }
          ]
        }
      ],
      "interaction" : [
        {
          "code" : "search-system",
          "documentation" : "You can search organizations with several fields and also with their combination"
        }
      ]
    }
  ]
}