CapabilityStatement
open class CapabilityStatement: DomainResource
A statement of system capabilities.
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
-
A statement of system capabilities.
A Capability Statement documents a set of capabilities (behaviors) of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.
Declaration
Swift
override open class var resourceType: String
-
A code that indicates whether the application accepts unknown elements or extensions when reading resources.
Declaration
Swift
public var acceptUnknown: UnknownContentCode?
-
Contact details for the publisher.
Declaration
Swift
public var contact: [ContactDetail]?
-
Use and/or publishing restrictions.
Declaration
Swift
public var copyright: FHIRString?
-
Date this was last changed.
Declaration
Swift
public var date: DateTime?
-
Natural language description of the capability statement.
Declaration
Swift
public var description_fhir: FHIRString?
-
Document definition.
Declaration
Swift
public var document: [CapabilityStatementDocument]?
-
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool?
-
FHIR Version the system uses.
Declaration
Swift
public var fhirVersion: FHIRString?
-
formats supported (xml | json | ttl | mime type).
Declaration
Swift
public var format: [FHIRString]?
-
If this describes a specific instance.
Declaration
Swift
public var implementation: CapabilityStatementImplementation?
-
Implementation guides supported.
Declaration
Swift
public var implementationGuide: [FHIRURL]?
-
Canonical URL of another capability statement this implements.
Declaration
Swift
public var instantiates: [FHIRURL]?
-
Intended jurisdiction for capability statement (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]?
-
The way that this statement is intended to be used, to describe an actual running instance of software, a particular product (kind not instance of software) or a class of implementation (e.g. a desired purchase).
Declaration
Swift
public var kind: CapabilityStatementKind?
-
If messaging is supported.
Declaration
Swift
public var messaging: [CapabilityStatementMessaging]?
-
Name for this capability statement (computer friendly).
Declaration
Swift
public var name: FHIRString?
-
Patch formats supported.
Declaration
Swift
public var patchFormat: [FHIRString]?
-
Profiles for use cases supported.
Declaration
Swift
public var profile: [Reference]?
-
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString?
-
Why this capability statement is defined.
Declaration
Swift
public var purpose: FHIRString?
-
If the endpoint is a RESTful one.
Declaration
Swift
public var rest: [CapabilityStatementRest]?
-
Software that is covered by this capability statement.
Declaration
Swift
public var software: CapabilityStatementSoftware?
-
The status of this capability statement. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus?
-
Name for this capability statement (human friendly).
Declaration
Swift
public var title: FHIRString?
-
Logical URI to reference this capability statement (globally unique).
Declaration
Swift
public var url: FHIRURL?
-
Context the content is intended to support.
Declaration
Swift
public var useContext: [UsageContext]?
-
Business version of the capability statement.
Declaration
Swift
public var version: FHIRString?
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(acceptUnknown: UnknownContentCode, date: DateTime, fhirVersion: FHIRString, format: [FHIRString], kind: CapabilityStatementKind, status: PublicationStatus)
-
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
override open func populate(from json: FHIRJSON, context instCtx: inout FHIRInstantiationContext)
-
Undocumented
Declaration
Swift
open class CapabilityStatement: DomainResource