{
  "resourceType": "CodeSystem",
  "id": "capability-statement-kind",
  "meta": {
    "lastUpdated": "2017-04-18T21:44:43.294+00:00"
  },
  "text": {
    "status": "extensions",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n            <h2>CapabilityStatementKind</h2>\n            <div>\n              <p>How a capability statement is intended to be used.</p>\n\n            </div>\n            <p>This code system http://hl7.org/fhir/capability-statement-kind defines the following codes:</p>\n            <table class=\"codes\">\n              <tr>\n                <td>\n                  <b>Code</b>\n                </td>\n                <td>\n                  <b>Display</b>\n                </td>\n                <td>\n                  <b>Definition</b>\n                </td>\n                <td>\n                  <b>Comments</b>\n                </td>\n              </tr>\n              <tr>\n                <td>instance\n                  <a name=\"capability-statement-kind-instance\"> </a>\n                </td>\n                <td>Instance</td>\n                <td>The CapabilityStatement instance represents the present capabilities of a specific system instance.  This is the kind returned by OPTIONS for a FHIR server end-point.</td>\n                <td/>\n              </tr>\n              <tr>\n                <td>capability\n                  <a name=\"capability-statement-kind-capability\"> </a>\n                </td>\n                <td>Capability</td>\n                <td>The CapabilityStatement instance represents the capabilities of a system or piece of software, independent of a particular installation.</td>\n                <td>Elements marked as 'optional' represent configurable capabilities</td>\n              </tr>\n              <tr>\n                <td>requirements\n                  <a name=\"capability-statement-kind-requirements\"> </a>\n                </td>\n                <td>Requirements</td>\n                <td>The CapabilityStatement instance represents a set of requirements for other systems to meet; e.g. as part of an implementation guide or 'request for proposal'.</td>\n                <td/>\n              </tr>\n            </table>\n          </div>"
  },
  "extension": [
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-ballot-status",
      "valueString": "Informative"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm",
      "valueInteger": 3
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode": "fhir"
    }
  ],
  "url": "http://hl7.org/fhir/capability-statement-kind",
  "identifier": {
    "system": "urn:ietf:rfc:3986",
    "value": "urn:oid:2.16.840.1.113883.4.642.1.189"
  },
  "version": "3.0.1",
  "name": "CapabilityStatementKind",
  "status": "draft",
  "experimental": false,
  "date": "2017-04-18T21:44:43+00:00",
  "publisher": "HL7 (FHIR Project)",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "http://hl7.org/fhir"
        },
        {
          "system": "email",
          "value": "fhir@lists.hl7.org"
        }
      ]
    }
  ],
  "description": "How a capability statement is intended to be used.",
  "caseSensitive": true,
  "valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind",
  "content": "complete",
  "concept": [
    {
      "code": "instance",
      "display": "Instance",
      "definition": "The CapabilityStatement instance represents the present capabilities of a specific system instance.  This is the kind returned by OPTIONS for a FHIR server end-point."
    },
    {
      "extension": [
        {
          "url": "http://hl7.org/fhir/StructureDefinition/codesystem-comments",
          "valueString": "Elements marked as 'optional' represent configurable capabilities"
        }
      ],
      "code": "capability",
      "display": "Capability",
      "definition": "The CapabilityStatement instance represents the capabilities of a system or piece of software, independent of a particular installation."
    },
    {
      "code": "requirements",
      "display": "Requirements",
      "definition": "The CapabilityStatement instance represents a set of requirements for other systems to meet; e.g. as part of an implementation guide or 'request for proposal'."
    }
  ]
}