{
"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.r4b.examples",
"format": [ "xml", "json" ],
"date": "2021-12-20T14:08:35+11:00",
"publisher": "FHIR Project Team",
"fhirVersion": "4.3.0-snapshot1",
"name": "Base FHIR Capability Statement (Empty)",
"type": null,
"experimental": "true",
"resourceType": "CapabilityStatement",
"title": null,
"package_version": "4.3.0-snapshot1",
"status": "draft",
"id": "1f792e75-8cf1-4638-9cc2-4f81cb0529db",
"kind": "capability",
"url": "http://hl7.org/fhir/CapabilityStatement/base2",
"software": {
"name": "Insert your software name here..."
},
"version": "4.3.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"
} ]
}