CodeSystem

open class CodeSystem: DomainResource

A set of codes drawn from one or more code systems.

A code system resource specifies a set of codes drawn from one or more code systems.

  • A set of codes drawn from one or more code systems.

    A code system resource specifies a set of codes drawn from one or more code systems.

    Declaration

    Swift

    override open class var resourceType: String
  • If code comparison is case sensitive.

    Declaration

    Swift

    public var caseSensitive: FHIRBool?
  • If code system defines a post-composition grammar.

    Declaration

    Swift

    public var compositional: FHIRBool?
  • Concepts in the code system.

    Declaration

    Swift

    public var concept: [CodeSystemConcept]?
  • Contact details for the publisher.

    Declaration

    Swift

    public var contact: [ContactDetail]?
  • How much of the content of the code system - the concepts and codes it defines - are represented in this resource.

    Declaration

    Swift

    public var content: CodeSystemContentMode?
  • Use and/or publishing restrictions.

    Declaration

    Swift

    public var copyright: FHIRString?
  • Total concepts in the code system.

    Declaration

    Swift

    public var count: FHIRInteger?
  • Date this was last changed.

    Declaration

    Swift

    public var date: DateTime?
  • Natural language description of the code system.

    Declaration

    Swift

    public var description_fhir: FHIRString?
  • For testing purposes, not real usage.

    Declaration

    Swift

    public var experimental: FHIRBool?
  • Filter that can be used in a value set.

    Declaration

    Swift

    public var filter: [CodeSystemFilter]?
  • The meaning of the hierarchy of concepts.

    Declaration

    Swift

    public var hierarchyMeaning: CodeSystemHierarchyMeaning?
  • Additional identifier for the code system.

    Declaration

    Swift

    public var identifier: Identifier?
  • Intended jurisdiction for code system (if applicable).

    Declaration

    Swift

    public var jurisdiction: [CodeableConcept]?
  • Name for this code system (computer friendly).

    Declaration

    Swift

    public var name: FHIRString?
  • Additional information supplied about each concept.

    Declaration

    Swift

    public var property: [CodeSystemProperty]?
  • Name of the publisher (organization or individual).

    Declaration

    Swift

    public var publisher: FHIRString?
  • Why this code system is defined.

    Declaration

    Swift

    public var purpose: FHIRString?
  • The status of this code system. Enables tracking the life-cycle of the content.

    Declaration

    Swift

    public var status: PublicationStatus?
  • Name for this code system (human friendly).

    Declaration

    Swift

    public var title: FHIRString?
  • url

    Logical URI to reference this code system (globally unique) (Coding.system).

    Declaration

    Swift

    public var url: FHIRURL?
  • Context the content is intended to support.

    Declaration

    Swift

    public var useContext: [UsageContext]?
  • Canonical URL for value set with entire code system.

    Declaration

    Swift

    public var valueSet: FHIRURL?
  • Business version of the code system (Coding.version).

    Declaration

    Swift

    public var version: FHIRString?
  • If definitions are not stable.

    Declaration

    Swift

    public var versionNeeded: FHIRBool?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(content: CodeSystemContentMode, 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 CodeSystem: DomainResource