{
"description": "How a capability statement is intended to be used.",
"_filename": "codesystem-capability-statement-kind.json",
"package_name": "hl7.fhir.core",
"date": "2016-12-06T12:22:34+11:00",
"meta": {
"lastUpdated": "2016-12-06T12:22:34.981+11:00"
},
"publisher": "HL7 (FHIR Project)",
"content": "complete",
"name": "CapabilityStatementKind",
"type": null,
"experimental": "false",
"resourceType": "CodeSystem",
"title": null,
"package_version": "1.8.0",
"status": "draft",
"id": "30858a07-d16d-42d1-93b7-899ac88487b0",
"valueSet": "http://hl7.org/fhir/ValueSet/capability-statement-kind",
"kind": null,
"url": "http://hl7.org/fhir/capability-statement-kind",
"identifier": {
"value": "urn:oid:2.16.840.1.113883.4.642.1.0",
"system": "urn:ietf:rfc:3986"
},
"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."
}, {
"code": "capability",
"display": "Capability",
"extension": [ {
"url": "http://hl7.org/fhir/StructureDefinition/valueset-comments",
"valueString": "Elements marked as 'optional' represent configurable capabilities"
} ],
"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'."
} ],
"caseSensitive": true,
"version": "1.8.0",
"contact": [ {
"telecom": [ {
"value": "http://hl7.org/fhir",
"system": "url"
}, {
"value": "fhir@lists.hl7.org",
"system": "email"
} ]
} ]
}