ImplementationGuide
open class ImplementationGuide: DomainResource
                A set of rules about how FHIR is used.
A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
- 
                  
                  
A set of rules about how FHIR is used.
A set of rules of how FHIR is used to solve a particular problem. This resource is used to gather all the parts of an implementation guide into a logical whole and to publish a computable definition of all the parts.
Declaration
Swift
override open class var resourceType: String - 
                  
                  
Image, css, script, etc..
Declaration
Swift
public var binary: [FHIRURL]? - 
                  
                  
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? - 
                  
                  
Another Implementation guide this depends on.
Declaration
Swift
public var dependency: [ImplementationGuideDependency]? - 
                  
                  
Natural language description of the implementation guide.
Declaration
Swift
public var description_fhir: FHIRString? - 
                  
                  
For testing purposes, not real usage.
Declaration
Swift
public var experimental: FHIRBool? - 
                  
                  
FHIR Version this Implementation Guide targets.
Declaration
Swift
public var fhirVersion: FHIRString? - 
                  
                  
Profiles that apply globally.
Declaration
Swift
public var global: [ImplementationGuideGlobal]? - 
                  
                  
Intended jurisdiction for implementation guide (if applicable).
Declaration
Swift
public var jurisdiction: [CodeableConcept]? - 
                  
                  
Name for this implementation guide (computer friendly).
Declaration
Swift
public var name: FHIRString? - 
                  
                  
Group of resources as used in .page.package.
Declaration
Swift
public var package: [ImplementationGuidePackage]? - 
                  
                  
Page/Section in the Guide.
Declaration
Swift
public var page: ImplementationGuidePage? - 
                  
                  
Name of the publisher (organization or individual).
Declaration
Swift
public var publisher: FHIRString? - 
                  
                  
The status of this implementation guide. Enables tracking the life-cycle of the content.
Declaration
Swift
public var status: PublicationStatus? - 
                  
                  
Logical URI to reference this implementation guide (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 implementation guide.
Declaration
Swift
public var version: FHIRString? - 
                  
                  
Convenience initializer, taking all required properties as arguments.
Declaration
Swift
public convenience init(name: FHIRString, status: PublicationStatus, url: FHIRURL) - 
                  
                  
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 ImplementationGuide: DomainResource 
            View on GitHub
          
            Install in Dash
          
      ImplementationGuide Class Reference