GraphDefinition

open class GraphDefinition: DomainResource

Definition of an graph of resources.

A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.

  • Definition of an graph of resources.

    A formal computable definition of a graph of resources - that is, a coherent set of resources that form a graph by following references. The Graph Definition resource defines a set and makes rules about the set.

    Declaration

    Swift

    override open class var resourceType: String
  • Contact details for the publisher.

    Declaration

    Swift

    public var contact: [ContactDetail]?
  • Date this was last changed.

    Declaration

    Swift

    public var date: DateTime?
  • Natural language description of the graph definition.

    Declaration

    Swift

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

    Declaration

    Swift

    public var experimental: FHIRBool?
  • Intended jurisdiction for graph definition (if applicable).

    Declaration

    Swift

    public var jurisdiction: [CodeableConcept]?
  • Links this graph makes rules about.

    Declaration

    Swift

    public var link: [GraphDefinitionLink]?
  • Name for this graph definition (computer friendly).

    Declaration

    Swift

    public var name: FHIRString?
  • Profile on base resource.

    Declaration

    Swift

    public var profile: FHIRURL?
  • Name of the publisher (organization or individual).

    Declaration

    Swift

    public var publisher: FHIRString?
  • Why this graph definition is defined.

    Declaration

    Swift

    public var purpose: FHIRString?
  • Type of resource at which the graph starts.

    Declaration

    Swift

    public var start: FHIRString?
  • The status of this graph definition. Enables tracking the life-cycle of the content.

    Declaration

    Swift

    public var status: PublicationStatus?
  • url

    Logical URI to reference this graph definition (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 graph definition.

    Declaration

    Swift

    public var version: FHIRString?
  • Convenience initializer, taking all required properties as arguments.

    Declaration

    Swift

    public convenience init(name: FHIRString, start: FHIRString, 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 GraphDefinition: DomainResource