PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.core@1.8.0
    http://hl7.org/fhir/CapabilityStatement/base2
{
  "description": "This is the base Capability Statement for FHIR. It represents a server that provides the none of the functionality defined by FHIR. It is provided to use as a template for system designers to build their own Capability Statements from. A capability statement has to contain something, so this contains a read of a Capability Statement",
  "_filename": "capabilitystatement-base2.json",
  "package_name": "hl7.fhir.core",
  "format": [ "xml", "json" ],
  "date": "2016-12-06T12:22:34+11:00",
  "publisher": "FHIR Project Team",
  "fhirVersion": "1.8.0",
  "name": "Base FHIR Capability Statement (Empty)",
  "acceptUnknown": "no",
  "type": null,
  "experimental": "true",
  "resourceType": "CapabilityStatement",
  "title": null,
  "package_version": "1.8.0",
  "status": "draft",
  "id": "38a5eb55-ae63-43c3-83d1-6698c703e179",
  "kind": "capability",
  "url": "http://hl7.org/fhir/CapabilityStatement/base2",
  "software": {
    "name": "Insert your softwware name here..."
  },
  "version": "1.8.0-10521",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "resource": [ {
      "type": "CapabilityStatement",
      "interaction": [ {
        "code": "read",
        "documentation": "Read CapabilityStatement Resource"
      } ]
    } ],
    "security": {
      "cors": true,
      "service": [ {
        "text": "See http://docs.smarthealthit.org/",
        "coding": [ {
          "code": "SMART-on-FHIR",
          "system": "http://hl7.org/fhir/restful-security-service",
          "display": "SMART-on-FHIR"
        } ]
      } ],
      "description": "This is the Capability Statement to declare that the server supports SMART-on-FHIR. See the SMART-on-FHIR docs for the extension that would go with such a server"
    },
    "documentation": "An empty Capability Statement"
  } ]
}