{

"resourceType": "TerminologyCapabilities",
"id": "example",
"url": "urn:uuid:68D043B5-9ECF-4559-A57A-396E0D452311",
"version": "20130510",
"name": "ACME-EHR",
"title": "ACME EHR capability statement",
"status": "draft",
"experimental": true,
"date": "2012-01-04",
"publisher": "ACME Corporation",
"contact": [
  {
    "name": "System Administrator",
    "telecom": [
      {
        "system": "email",
        "value": "wile@acme.org"
      }
    ]
  }
],
"description": "This is the FHIR capability statement for the main EHR at ACME for the private interface - it does not describe the public interface",
"kind": "instance",
"software": {
  "name": "TxServer",
  "version": "0.1.2"
},
"implementation": {
  "description": "Acme Terminology Server",
  "url": "http://example.org/tx"
},
"codeSearch": "explicit"

}