JSON Format: CapabilityStatement-dpc-capabilities

Raw json

{
  "resourceType" : "CapabilityStatement",
  "id" : "dpc-capabilities",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h2/><div><p>This Capability Statement defines the available resource, endpoints and operations supported by the Data @ the Point of Care Application.</p>\n</div><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><th><b title=\"DELETE a resource (delete interaction)\">Delete</b></th></tr><tr><td>Group</td><td><a href=\"https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-attribution-roster\">https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-attribution-roster</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Organization</td><td><a href=\"https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-organization\">https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-organization</a></td><td>y</td><td></td><td></td><td></td><td></td></tr><tr><td>Patient</td><td><a href=\"https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-patient\">https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-patient</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>Practitioner</td><td><a href=\"https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-practitioner\">https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-practitioner</a></td><td>y</td><td>y</td><td>y</td><td>y</td><td>y</td></tr><tr><td>StructureDefinition</td><td><a href=\"https://dpc.cms.gov/api/v1/StructureDefinition\">https://dpc.cms.gov/api/v1/StructureDefinition</a></td><td>y</td><td>y</td><td></td><td></td><td></td></tr></table></div>"
  },
  "url" : "https://dpc.cms.gov/api/v1/CapabilityStatement/dpc-capabilities",
  "version" : "0.3.0-SNAPSHOT",
  "status" : "draft",
  "date" : "2019",
  "publisher" : "Centers for Medicare and Medicaid Services",
  "description" : "This Capability Statement defines the available resource, endpoints and operations supported by the Data @ the Point of Care Application.",
  "kind" : "instance",
  "instantiates" : [
    "http://hl7.org/fhir/uv/bulkdata/CapabilityStatement/bulk-data"
  ],
  "software" : {
    "name" : "Data @ Point of Care API",
    "version" : "0.3.0-SNAPSHOT",
    "releaseDate" : "2019"
  },
  "fhirVersion" : "3.0.2",
  "acceptUnknown" : "extensions",
  "format" : [
    "application/json",
    "application/fhir+json"
  ],
  "rest" : [
    {
      "mode" : "server",
      "security" : {
        "extension" : [
          {
            "extension" : [
              {
                "url" : "token",
                "valueUri" : "https://dpc.cms.gov/api/v1/Token/auth"
              }
            ],
            "url" : "http://fhir-registry.smarthealthit.org/StructureDefinition/oauth-uris"
          }
        ],
        "cors" : true,
        "service" : [
          {
            "coding" : [
              {
                "system" : "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code" : "SMART-on-FHIR",
                "display" : "SMART on FHIR"
              }
            ],
            "text" : "SMART on FHIR Backend Services"
          }
        ]
      },
      "resource" : [
        {
          "type" : "Group",
          "profile" : {
            "reference" : "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-attribution-roster"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "create"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "no-version",
          "searchParam" : [
            {
              "name" : "characteristic-value",
              "type" : "token",
              "documentation" : "Search for Attribution rosters which are attributed to the given provider NPI"
            },
            {
              "name" : "member",
              "type" : "reference",
              "documentation" : "Search for Attribution groups in which the given Patient resource is a member."
            }
          ]
        },
        {
          "type" : "Organization",
          "profile" : {
            "reference" : "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-organization"
          },
          "interaction" : [
            {
              "code" : "read"
            }
          ],
          "versioning" : "no-version"
        },
        {
          "type" : "Patient",
          "profile" : {
            "reference" : "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-patient"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "create"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "no-version",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Find patient resources which match the given Identifier. For DPC, this will always return a single resource, as MBIs are unique."
            }
          ]
        },
        {
          "type" : "Practitioner",
          "profile" : {
            "reference" : "https://dpc.cms.gov/api/v1/StructureDefinition/dpc-profile-practitioner"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "create"
            },
            {
              "code" : "update"
            },
            {
              "code" : "delete"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "no-version",
          "searchParam" : [
            {
              "name" : "identifier",
              "type" : "token",
              "documentation" : "Find practitioner resources which match the given Identifier. For DPC, this will always return a single resource, as NPIs are unique."
            }
          ]
        },
        {
          "type" : "StructureDefinition",
          "profile" : {
            "reference" : "https://dpc.cms.gov/api/v1/StructureDefinition"
          },
          "interaction" : [
            {
              "code" : "read"
            },
            {
              "code" : "search-type"
            }
          ],
          "versioning" : "no-version"
        }
      ],
      "interaction" : [
        {
          "code" : "batch"
        }
      ],
      "operation" : [
        {
          "name" : "group-export",
          "definition" : {
            "reference" : "http://hl7.org/fhir/uv/bulkdata/OperationDefinition/group-export"
          }
        },
        {
          "name" : "patient-everything",
          "definition" : {
            "reference" : "http://hl7.org/fhir/OperationDefinition/Patient-everything"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-practitioner-validate"
          }
        },
        {
          "name" : "submit",
          "definition" : {
            "reference" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-practitioner-submit"
          }
        },
        {
          "name" : "validate",
          "definition" : {
            "reference" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-patient-validate"
          }
        },
        {
          "name" : "submit",
          "definition" : {
            "reference" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-patient-submit"
          }
        },
        {
          "name" : "add",
          "definition" : {
            "reference" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-group-add"
          }
        },
        {
          "name" : "remove",
          "definition" : {
            "reference" : "https://dpc.cms.gov/api/v1/OperationDefinition/dpc-operation-group-remove"
          }
        }
      ]
    }
  ]
}