Sequoia Project Healthcare Directory Implementation Guide
0.0.10 - CI Build United States of America flag

Sequoia Project Healthcare Directory Implementation Guide - Local Development build (v0.0.10). See the Directory of published versions

: Sequoia Project Healthcare Directory - JSON Representation

Active as of 2021-10-20

Raw json | Download


{
  "resourceType" : "CapabilityStatement",
  "id" : "directory-capability-statement",
  "meta" : {
    "versionId" : "8",
    "lastUpdated" : "2022-12-07T18:23:47.086+00:00",
    "source" : "#9axqQkcVovaTj3I7"
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2>SequoiaProjectHealthcareDirectory</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><div><p>Sequoia Project FHIR Provider Directory</p>\n</div></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/StructureDefinition/SequoiaOrganization\">https://sequoiaproject.org/fhir/sphd/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/CapabilityStatement/directory-capability-statement",
  "version" : "0.0.10",
  "name" : "SequoiaProjectHealthcareDirectory",
  "title" : "Sequoia Project Healthcare Directory",
  "status" : "active",
  "experimental" : true,
  "date" : "2021-10-20",
  "publisher" : "The Sequoia Project",
  "contact" : [
    {
      "name" : "The Sequoia Project",
      "telecom" : [
        {
          "system" : "url",
          "value" : "https://sequoiaproject.org/"
        }
      ]
    }
  ],
  "description" : "Sequoia Project FHIR Provider Directory",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US",
          "display" : "United States of America"
        }
      ],
      "text" : "United States of America"
    }
  ],
  "copyright" : "Copyright© 2020 The Sequoia Project. All rights reserved. ",
  "kind" : "capability",
  "software" : {
    "name" : "FHIR Provider Dir",
    "version" : "1",
    "releaseDate" : "2016-09-09"
  },
  "fhirVersion" : "4.0.0",
  "format" : [
    "xml",
    "json"
  ],
  "implementationGuide" : [
    "http://sequoiaproject.org/ig01"
  ],
  "rest" : [
    {
      "mode" : "server",
      "documentation" : "Sequoia Project FHIR Provider Directory",
      "security" : {
        "cors" : false,
        "service" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code" : "Basic"
              }
            ]
          }
        ],
        "description" : "plain text draft version for testing"
      },
      "resource" : [
        {
          "type" : "Organization",
          "profile" : "https://sequoiaproject.org/fhir/sphd/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"
        }
      ]
    }
  ]
}