Sha256: 36806c57bdade02323d838ee772330dbc4b57b8dcfee6a1859c87510cf623eed

Contents?: true

Size: 1.89 KB

Versions: 3

Compression:

Stored size: 1.89 KB

Contents

{
  "resourceType": "CapabilityStatement",
  "id": "base2",
  "url": "http://hl7.org/fhir/CapabilityStatement/base2",
  "version": "4.0.0",
  "name": "Base FHIR Capability Statement (Empty)",
  "status": "draft",
  "experimental": true,
  "date": "2018-12-27T22:37:54+11:00",
  "publisher": "FHIR Project Team",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        }
      ]
    }
  ],
  "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",
  "kind": "capability",
  "software": {
    "name": "Insert your software name here..."
  },
  "fhirVersion": "4.0.0",
  "format": [
    "xml",
    "json"
  ],
  "rest": [
    {
      "mode": "server",
      "documentation": "An empty Capability Statement",
      "security": {
        "cors": true,
        "service": [
          {
            "coding": [
              {
                "system": "http://terminology.hl7.org/CodeSystem/restful-security-service",
                "code": "SMART-on-FHIR",
                "display": "SMART-on-FHIR"
              }
            ],
            "text": "See http://docs.smarthealthit.org/"
          }
        ],
        "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"
      },
      "resource": [
        {
          "type": "CapabilityStatement",
          "interaction": [
            {
              "code": "read",
              "documentation": "Read CapabilityStatement Resource"
            }
          ]
        }
      ]
    }
  ]
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fhir_models-4.0.2 lib/fhir_models/examples/json/capabilitystatement-base2.json
fhir_models-4.0.1 lib/fhir_models/examples/json/capabilitystatement-base2.json
fhir_models-4.0.0 lib/fhir_models/examples/json/capabilitystatement-base2.json