CapabilityStatementKind

public enum CapabilityStatementKind: String

How a capability statement is intended to be used.

URL: http://hl7.org/fhir/capability-statement-kind ValueSet: http://hl7.org/fhir/ValueSet/capability-statement-kind

  • 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.

    Declaration

    Swift

    case instance = "instance"
  • The CapabilityStatement instance represents the capabilities of a system or piece of software, independent of a particular installation.

    Declaration

    Swift

    case capability = "capability"
  • 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’.

    Declaration

    Swift

    case requirements = "requirements"