{
"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.r6.examples",
"format": [ "xml", "json" ],
"date": "2025-04-01T12:16:37+11:00",
"publisher": "HL7 International / FHIR Infrastructure",
"fhirVersion": "6.0.0-ballot3",
"name": "Base FHIR Capability Statement (Empty)",
"type": null,
"experimental": "false",
"resourceType": "CapabilityStatement",
"title": null,
"package_version": "6.0.0-ballot3",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
"valueCode": "fhir"
} ],
"status": "draft",
"id": "e1ab7cd9-d00a-4e4f-b2af-487d03d5ad3e",
"kind": "capability",
"url": "http://hl7.org/fhir/CapabilityStatement/base2",
"software": {
"name": "Insert your software name here..."
},
"version": "6.0.0-ballot3",
"contact": [ {
"telecom": [ {
"value": "http://www.hl7.org/Special/committees/fiwg",
"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"
} ]
}