PackagesCanonicalsLogsProblems
    Packages
    hl7.fhir.r5.core@5.0.0-snapshot1
    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.r5.core",
  "format": [ "xml", "json" ],
  "date": "2021-12-19T08:15:41+11:00",
  "publisher": "FHIR Project Team",
  "fhirVersion": "5.0.0-snapshot1",
  "name": "Base FHIR Capability Statement (Empty)",
  "type": null,
  "experimental": "true",
  "resourceType": "CapabilityStatement",
  "title": null,
  "package_version": "5.0.0-snapshot1",
  "status": "draft",
  "id": "5b46596d-3ae5-4efb-baa0-669fde166827",
  "kind": "capability",
  "url": "http://hl7.org/fhir/CapabilityStatement/base2",
  "software": {
    "name": "Insert your software name here..."
  },
  "version": "5.0.0-snapshot1",
  "contact": [ {
    "telecom": [ {
      "value": "http://hl7.org/fhir",
      "system": "url"
    } ]
  } ],
  "rest": [ {
    "mode": "server",
    "security": {
      "cors": true,
      "service": [ {
        "text": "See http://docs.smarthealthit.org/",
        "coding": [ {
          "code": "SMART-on-FHIR",
          "system": "http://terminology.hl7.org/CodeSystem/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"
  } ]
}