This page is part of the FHIR Specification (v0.0.82: DSTU 1). The current version which supercedes this version is 5.0.0. For a full list of available versions, see the Directory of published versions 
Base Conformance Statement
{
"resourceType": "Conformance",
"text": {
"status": "generated",
"div": "<div><h2>Base FHIR Conformance Statement (Empty)</h2><p>This is the base conformance 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 conformance statements from. A conformance profile has to contain something, so this contains a read of a Conformance Statement</p><table><tr><td>Mode</td><td>server</td></tr><tr><td>Description</td><td>An empty conformance statement</td></tr><tr><td>Transaction</td><td></td></tr><tr><td>System History</td><td></td></tr><tr><td>System Search</td><td></td></tr></table><table><tr><th><b>Resource Type</b></th><th><b>Profile</b></th><th><b>Read</b></th><th><b>V-Read</b></th><th><b>Search</b></th><th><b>Update</b></th><th><b>Updates</b></th><th><b>Create</b></th><th><b>Delete</b></th><th><b>History</b></th></tr><tr><td>Conformance</td><td>y</td><td></td><td></td><td></td><td></td><td></td><td></td><td></td></tr></table></div>"
},
"identifier": "http://hl7.org/fhir/conformance-base2",
"version": "0.0.82.2943",
"name": "Base FHIR Conformance Statement (Empty)",
"publisher": "FHIR Project Team",
"telecom": [
{
"system": "url",
"value": "http://hl7.org/fhir"
}
],
"description": "This is the base conformance 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 conformance statements from. A conformance profile has to contain something, so this contains a read of a Conformance Statement",
"status": "draft",
"date": "2014-09-30T18:08:29.499+10:00",
"fhirVersion": "0.0.82",
"acceptUnknown": false,
"format": [
"xml",
"json"
],
"rest": [
{
"mode": "server",
"documentation": "An empty conformance statement",
"resource": [
{
"type": "Conformance",
"operation": [
{
"code": "read"
}
]
}
]
}
]
}