{ "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.r4.core", "format": [ "xml", "json" ], "date": "2019-11-01T09:29:23+11:00", "meta": { "lastUpdated": "2019-11-01T09:29:23.356+11:00" }, "publisher": "FHIR Project Team", "fhirVersion": "4.0.1", "name": "Base FHIR Capability Statement (Empty)", "type": null, "experimental": "true", "resourceType": "CapabilityStatement", "title": null, "package_version": "4.0.1", "status": "draft", "id": "8d8e7091-5224-4e46-ace8-ed2e128ad465", "kind": "capability", "url": "http://hl7.org/fhir/CapabilityStatement/base2", "software": { "name": "Insert your software name here..." }, "version": "4.0.1", "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://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" } ] }