Class ImplementationGuide
- java.lang.Object
-
- org.hl7.fhir.dstu2016may.model.Base
-
- org.hl7.fhir.dstu2016may.model.BaseResource
-
- org.hl7.fhir.dstu2016may.model.Resource
-
- org.hl7.fhir.dstu2016may.model.DomainResource
-
- org.hl7.fhir.dstu2016may.model.ImplementationGuide
-
- All Implemented Interfaces:
ca.uhn.fhir.model.api.IElement,Serializable,org.hl7.fhir.instance.model.api.IAnyResource,org.hl7.fhir.instance.model.api.IBase,org.hl7.fhir.instance.model.api.IBaseHasExtensions,org.hl7.fhir.instance.model.api.IBaseHasModifierExtensions,org.hl7.fhir.instance.model.api.IBaseResource,org.hl7.fhir.instance.model.api.IDomainResource
public class ImplementationGuide extends DomainResource
A set of rules or 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.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImplementationGuide.GuideDependencyTypestatic classImplementationGuide.GuideDependencyTypeEnumFactorystatic classImplementationGuide.GuidePageKindstatic classImplementationGuide.GuidePageKindEnumFactorystatic classImplementationGuide.ImplementationGuideContactComponentstatic classImplementationGuide.ImplementationGuideDependencyComponentstatic classImplementationGuide.ImplementationGuideGlobalComponentstatic classImplementationGuide.ImplementationGuidePackageComponentstatic classImplementationGuide.ImplementationGuidePackageResourceComponentstatic classImplementationGuide.ImplementationGuidePageComponent
-
Field Summary
Fields Modifier and Type Field Description protected List<UriType>binaryA binary file that is included in the implementation guide when it is published.protected List<ImplementationGuide.ImplementationGuideContactComponent>contactContacts to assist a user in finding and communicating with the publisher.static ca.uhn.fhir.rest.gclient.TokenClientParamCONTEXTFluent Client search parameter constant for contextprotected StringTypecopyrightA copyright statement relating to the implementation guide and/or its contents.protected DateTimeTypedateThe date this version of the implementation guide was published.static ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for dateprotected List<ImplementationGuide.ImplementationGuideDependencyComponent>dependencyAnother implementation guide that this implementation depends on.static ca.uhn.fhir.rest.gclient.UriClientParamDEPENDENCYFluent Client search parameter constant for dependencyprotected StringTypedescriptionA free text natural language description of the Implementation Guide and its use.static ca.uhn.fhir.rest.gclient.StringClientParamDESCRIPTIONFluent Client search parameter constant for descriptionprotected BooleanTypeexperimentalThis Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.static ca.uhn.fhir.rest.gclient.TokenClientParamEXPERIMENTALFluent Client search parameter constant for experimentalprotected IdTypefhirVersionThe version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g.protected List<ImplementationGuide.ImplementationGuideGlobalComponent>globalA set of profiles that all resources covered by this implementation guide must conform to.static ca.uhn.fhir.model.api.IncludeINCLUDE_RESOURCEConstant for fluent queries to be used to add include statements.protected StringTypenameA free text natural language name identifying the Implementation Guide.static ca.uhn.fhir.rest.gclient.StringClientParamNAMEFluent Client search parameter constant for nameprotected List<ImplementationGuide.ImplementationGuidePackageComponent>package_A logical group of resources.protected ImplementationGuide.ImplementationGuidePageComponentpageA page / section in the implementation guide.protected StringTypepublisherThe name of the individual or organization that published the implementation guide.static ca.uhn.fhir.rest.gclient.StringClientParamPUBLISHERFluent Client search parameter constant for publisherstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamRESOURCEFluent Client search parameter constant for resourcestatic StringSP_CONTEXTSearch parameter: contextstatic StringSP_DATESearch parameter: datestatic StringSP_DEPENDENCYSearch parameter: dependencystatic StringSP_DESCRIPTIONSearch parameter: descriptionstatic StringSP_EXPERIMENTALSearch parameter: experimentalstatic StringSP_NAMESearch parameter: namestatic StringSP_PUBLISHERSearch parameter: publisherstatic StringSP_RESOURCESearch parameter: resourcestatic StringSP_STATUSSearch parameter: statusstatic StringSP_URLSearch parameter: urlstatic StringSP_VERSIONSearch parameter: versionprotected Enumeration<Enumerations.ConformanceResourceStatus>statusThe status of the Implementation Guide.static ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusprotected UriTypeurlAn absolute URL that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance.static ca.uhn.fhir.rest.gclient.UriClientParamURLFluent Client search parameter constant for urlprotected List<CodeableConcept>useContextThe content was developed with a focus and intent of supporting the contexts that are listed.protected StringTypeversionThe identifier that is used to identify this version of the Implementation Guide when it is referenced in a specification, model, design or instance.static ca.uhn.fhir.rest.gclient.TokenClientParamVERSIONFluent Client search parameter constant for version-
Fields inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
contained, extension, modifierExtension, text
-
Fields inherited from class org.hl7.fhir.dstu2016may.model.Resource
id, implicitRules, language, meta
-
-
Constructor Summary
Constructors Constructor Description ImplementationGuide()ConstructorImplementationGuide(UriType url, StringType name, Enumeration<Enumerations.ConformanceResourceStatus> status, ImplementationGuide.ImplementationGuidePageComponent page)Constructor
-
Method Summary
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.DomainResource
addContained, addExtension, addExtension, addModifierExtension, addModifierExtension, copyValues, getContained, getExtension, getExtensionsByUrl, getModifierExtension, getModifierExtensionsByUrl, getText, hasContained, hasExtension, hasModifierExtension, hasText, setText
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Resource
copyValues, getId, getIdElement, getImplicitRules, getImplicitRulesElement, getLanguage, getLanguageElement, getMeta, hasId, hasIdElement, hasImplicitRules, hasImplicitRulesElement, hasLanguage, hasLanguageElement, hasMeta, setId, setIdElement, setImplicitRules, setImplicitRulesElement, setLanguage, setLanguageElement, setMeta
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.BaseResource
getStructureFhirVersionEnum, setId
-
Methods inherited from class org.hl7.fhir.dstu2016may.model.Base
castToActionDefinition, castToAddress, castToAnnotation, castToAttachment, castToBase64Binary, castToBoolean, castToCode, castToCodeableConcept, castToCoding, castToContactPoint, castToDataRequirement, castToDate, castToDateTime, castToDecimal, castToDuration, castToElementDefinition, castToExtension, castToHumanName, castToId, castToIdentifier, castToInstant, castToInteger, castToMarkdown, castToMeta, castToModuleMetadata, castToMoney, castToNarrative, castToOid, castToParameterDefinition, castToPeriod, castToPositiveInt, castToQuantity, castToRange, castToRatio, castToReference, castToResource, castToSampledData, castToSignature, castToSimpleQuantity, castToString, castToTime, castToTiming, castToTriggerDefinition, castToUnsignedInt, castToUri, children, compareDeep, compareDeep, compareDeep, compareValues, compareValues, equals, getChildByName, getFormatCommentsPost, getFormatCommentsPre, getUserData, getUserInt, getUserString, hasFormatComment, hasPrimitiveValue, hasType, hasUserData, isMetadataBased, isPrimitive, listChildrenByName, listChildrenByName, primitiveValue, setUserData, setUserDataINN
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.hl7.fhir.instance.model.api.IAnyResource
getId, getIdElement, getLanguageElement, getUserData, setId, setUserData
-
-
-
-
Field Detail
-
url
protected UriType url
An absolute URL that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this implementation guide is (or will be) published.
-
version
protected StringType version
The identifier that is used to identify this version of the Implementation Guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Implementation Guide author manually.
-
name
protected StringType name
A free text natural language name identifying the Implementation Guide.
-
status
protected Enumeration<Enumerations.ConformanceResourceStatus> status
The status of the Implementation Guide.
-
experimental
protected BooleanType experimental
This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
publisher
protected StringType publisher
The name of the individual or organization that published the implementation guide.
-
contact
protected List<ImplementationGuide.ImplementationGuideContactComponent> contact
Contacts to assist a user in finding and communicating with the publisher.
-
date
protected DateTimeType date
The date this version of the implementation guide was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.
-
description
protected StringType description
A free text natural language description of the Implementation Guide and its use.
-
useContext
protected List<CodeableConcept> useContext
The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of implementation guides. The most common use of this element is to represent the country / jurisdiction for which this implementation guide was defined.
-
copyright
protected StringType copyright
A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings.
-
fhirVersion
protected IdType fhirVersion
The version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 1.4.0 for this version.
-
dependency
protected List<ImplementationGuide.ImplementationGuideDependencyComponent> dependency
Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.
-
package_
protected List<ImplementationGuide.ImplementationGuidePackageComponent> package_
A logical group of resources. Logical groups can be used when building pages.
-
global
protected List<ImplementationGuide.ImplementationGuideGlobalComponent> global
A set of profiles that all resources covered by this implementation guide must conform to.
-
binary
protected List<UriType> binary
A binary file that is included in the implementation guide when it is published.
-
page
protected ImplementationGuide.ImplementationGuidePageComponent page
A page / section in the implementation guide. The root page is the implementation guide home page.
-
SP_DEPENDENCY
public static final String SP_DEPENDENCY
Search parameter: dependencyDescription: Where to find dependency
Type: uri
Path: ImplementationGuide.dependency.uri
- See Also:
- Constant Field Values
-
DEPENDENCY
public static final ca.uhn.fhir.rest.gclient.UriClientParam DEPENDENCY
Fluent Client search parameter constant for dependencyDescription: Where to find dependency
Type: uri
Path: ImplementationGuide.dependency.uri
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The current status of the implementation guide
Type: token
Path: ImplementationGuide.status
- See Also:
- Constant Field Values
-
STATUS
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Fluent Client search parameter constant for statusDescription: The current status of the implementation guide
Type: token
Path: ImplementationGuide.status
-
SP_DESCRIPTION
public static final String SP_DESCRIPTION
Search parameter: descriptionDescription: Text search in the description of the implementation guide
Type: string
Path: ImplementationGuide.description
- See Also:
- Constant Field Values
-
DESCRIPTION
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Fluent Client search parameter constant for descriptionDescription: Text search in the description of the implementation guide
Type: string
Path: ImplementationGuide.description
-
SP_NAME
public static final String SP_NAME
Search parameter: nameDescription: Name of the implementation guide
Type: string
Path: ImplementationGuide.name
- See Also:
- Constant Field Values
-
NAME
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Fluent Client search parameter constant for nameDescription: Name of the implementation guide
Type: string
Path: ImplementationGuide.name
-
SP_RESOURCE
public static final String SP_RESOURCE
Search parameter: resourceDescription: Location of the resource
Type: reference
Path: ImplementationGuide.package.resource.source[x]
- See Also:
- Constant Field Values
-
RESOURCE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam RESOURCE
Fluent Client search parameter constant for resourceDescription: Location of the resource
Type: reference
Path: ImplementationGuide.package.resource.source[x]
-
INCLUDE_RESOURCE
public static final ca.uhn.fhir.model.api.Include INCLUDE_RESOURCE
Constant for fluent queries to be used to add include statements. Specifies the path value of "ImplementationGuide:resource".
-
SP_CONTEXT
public static final String SP_CONTEXT
Search parameter: contextDescription: A use context assigned to the structure
Type: token
Path: ImplementationGuide.useContext
- See Also:
- Constant Field Values
-
CONTEXT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
Fluent Client search parameter constant for contextDescription: A use context assigned to the structure
Type: token
Path: ImplementationGuide.useContext
-
SP_EXPERIMENTAL
public static final String SP_EXPERIMENTAL
Search parameter: experimentalDescription: If for testing purposes, not real usage
Type: token
Path: ImplementationGuide.experimental
- See Also:
- Constant Field Values
-
EXPERIMENTAL
public static final ca.uhn.fhir.rest.gclient.TokenClientParam EXPERIMENTAL
Fluent Client search parameter constant for experimentalDescription: If for testing purposes, not real usage
Type: token
Path: ImplementationGuide.experimental
-
SP_DATE
public static final String SP_DATE
Search parameter: dateDescription: The implementation guide publication date
Type: date
Path: ImplementationGuide.date
- See Also:
- Constant Field Values
-
DATE
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Fluent Client search parameter constant for dateDescription: The implementation guide publication date
Type: date
Path: ImplementationGuide.date
-
SP_URL
public static final String SP_URL
Search parameter: urlDescription: Absolute URL used to reference this Implementation Guide
Type: uri
Path: ImplementationGuide.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription: Absolute URL used to reference this Implementation Guide
Type: uri
Path: ImplementationGuide.url
-
SP_PUBLISHER
public static final String SP_PUBLISHER
Search parameter: publisherDescription: Name of the publisher of the implementation guide
Type: string
Path: ImplementationGuide.publisher
- See Also:
- Constant Field Values
-
PUBLISHER
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Fluent Client search parameter constant for publisherDescription: Name of the publisher of the implementation guide
Type: string
Path: ImplementationGuide.publisher
-
SP_VERSION
public static final String SP_VERSION
Search parameter: versionDescription: The version identifier of the implementation guide
Type: token
Path: ImplementationGuide.version
- See Also:
- Constant Field Values
-
VERSION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
Fluent Client search parameter constant for versionDescription: The version identifier of the implementation guide
Type: token
Path: ImplementationGuide.version
-
-
Constructor Detail
-
ImplementationGuide
public ImplementationGuide()
Constructor
-
ImplementationGuide
public ImplementationGuide(UriType url, StringType name, Enumeration<Enumerations.ConformanceResourceStatus> status, ImplementationGuide.ImplementationGuidePageComponent page)
Constructor
-
-
Method Detail
-
getUrlElement
public UriType getUrlElement()
- Returns:
url(An absolute URL that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this implementation guide is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
hasUrlElement
public boolean hasUrlElement()
-
hasUrl
public boolean hasUrl()
-
setUrlElement
public ImplementationGuide setUrlElement(UriType value)
- Parameters:
value-url(An absolute URL that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this implementation guide is (or will be) published.). This is the underlying object with id, value and extensions. The accessor "getUrl" gives direct access to the value
-
getUrl
public String getUrl()
- Returns:
- An absolute URL that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this implementation guide is (or will be) published.
-
setUrl
public ImplementationGuide setUrl(String value)
- Parameters:
value- An absolute URL that is used to identify this implementation guide when it is referenced in a specification, model, design or an instance. This SHALL be a URL, SHOULD be globally unique, and SHOULD be an address at which this implementation guide is (or will be) published.
-
getVersionElement
public StringType getVersionElement()
- Returns:
version(The identifier that is used to identify this version of the Implementation Guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Implementation Guide author manually.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
hasVersionElement
public boolean hasVersionElement()
-
hasVersion
public boolean hasVersion()
-
setVersionElement
public ImplementationGuide setVersionElement(StringType value)
- Parameters:
value-version(The identifier that is used to identify this version of the Implementation Guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Implementation Guide author manually.). This is the underlying object with id, value and extensions. The accessor "getVersion" gives direct access to the value
-
getVersion
public String getVersion()
- Returns:
- The identifier that is used to identify this version of the Implementation Guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Implementation Guide author manually.
-
setVersion
public ImplementationGuide setVersion(String value)
- Parameters:
value- The identifier that is used to identify this version of the Implementation Guide when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the Implementation Guide author manually.
-
getNameElement
public StringType getNameElement()
- Returns:
name(A free text natural language name identifying the Implementation Guide.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
hasNameElement
public boolean hasNameElement()
-
hasName
public boolean hasName()
-
setNameElement
public ImplementationGuide setNameElement(StringType value)
- Parameters:
value-name(A free text natural language name identifying the Implementation Guide.). This is the underlying object with id, value and extensions. The accessor "getName" gives direct access to the value
-
getName
public String getName()
- Returns:
- A free text natural language name identifying the Implementation Guide.
-
setName
public ImplementationGuide setName(String value)
- Parameters:
value- A free text natural language name identifying the Implementation Guide.
-
getStatusElement
public Enumeration<Enumerations.ConformanceResourceStatus> getStatusElement()
- Returns:
status(The status of the Implementation Guide.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
hasStatusElement
public boolean hasStatusElement()
-
hasStatus
public boolean hasStatus()
-
setStatusElement
public ImplementationGuide setStatusElement(Enumeration<Enumerations.ConformanceResourceStatus> value)
- Parameters:
value-status(The status of the Implementation Guide.). This is the underlying object with id, value and extensions. The accessor "getStatus" gives direct access to the value
-
getStatus
public Enumerations.ConformanceResourceStatus getStatus()
- Returns:
- The status of the Implementation Guide.
-
setStatus
public ImplementationGuide setStatus(Enumerations.ConformanceResourceStatus value)
- Parameters:
value- The status of the Implementation Guide.
-
getExperimentalElement
public BooleanType getExperimentalElement()
- Returns:
experimental(This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
hasExperimentalElement
public boolean hasExperimentalElement()
-
hasExperimental
public boolean hasExperimental()
-
setExperimentalElement
public ImplementationGuide setExperimentalElement(BooleanType value)
- Parameters:
value-experimental(This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.). This is the underlying object with id, value and extensions. The accessor "getExperimental" gives direct access to the value
-
getExperimental
public boolean getExperimental()
- Returns:
- This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
setExperimental
public ImplementationGuide setExperimental(boolean value)
- Parameters:
value- This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
getPublisherElement
public StringType getPublisherElement()
- Returns:
publisher(The name of the individual or organization that published the implementation guide.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
hasPublisherElement
public boolean hasPublisherElement()
-
hasPublisher
public boolean hasPublisher()
-
setPublisherElement
public ImplementationGuide setPublisherElement(StringType value)
- Parameters:
value-publisher(The name of the individual or organization that published the implementation guide.). This is the underlying object with id, value and extensions. The accessor "getPublisher" gives direct access to the value
-
getPublisher
public String getPublisher()
- Returns:
- The name of the individual or organization that published the implementation guide.
-
setPublisher
public ImplementationGuide setPublisher(String value)
- Parameters:
value- The name of the individual or organization that published the implementation guide.
-
getContact
public List<ImplementationGuide.ImplementationGuideContactComponent> getContact()
- Returns:
contact(Contacts to assist a user in finding and communicating with the publisher.)
-
hasContact
public boolean hasContact()
-
addContact
public ImplementationGuide.ImplementationGuideContactComponent addContact()
- Returns:
contact(Contacts to assist a user in finding and communicating with the publisher.)
-
addContact
public ImplementationGuide addContact(ImplementationGuide.ImplementationGuideContactComponent t)
-
getDateElement
public DateTimeType getDateElement()
- Returns:
date(The date this version of the implementation guide was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
hasDateElement
public boolean hasDateElement()
-
hasDate
public boolean hasDate()
-
setDateElement
public ImplementationGuide setDateElement(DateTimeType value)
- Parameters:
value-date(The date this version of the implementation guide was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.). This is the underlying object with id, value and extensions. The accessor "getDate" gives direct access to the value
-
getDate
public Date getDate()
- Returns:
- The date this version of the implementation guide was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.
-
setDate
public ImplementationGuide setDate(Date value)
- Parameters:
value- The date this version of the implementation guide was published. The date must change when the business version changes, if it does, and it must change if the status code changes. In addition, it should change when the substantive content of the implementation guide changes.
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(A free text natural language description of the Implementation Guide and its use.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
hasDescriptionElement
public boolean hasDescriptionElement()
-
hasDescription
public boolean hasDescription()
-
setDescriptionElement
public ImplementationGuide setDescriptionElement(StringType value)
- Parameters:
value-description(A free text natural language description of the Implementation Guide and its use.). This is the underlying object with id, value and extensions. The accessor "getDescription" gives direct access to the value
-
getDescription
public String getDescription()
- Returns:
- A free text natural language description of the Implementation Guide and its use.
-
setDescription
public ImplementationGuide setDescription(String value)
- Parameters:
value- A free text natural language description of the Implementation Guide and its use.
-
getUseContext
public List<CodeableConcept> getUseContext()
- Returns:
useContext(The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of implementation guides. The most common use of this element is to represent the country / jurisdiction for which this implementation guide was defined.)
-
hasUseContext
public boolean hasUseContext()
-
addUseContext
public CodeableConcept addUseContext()
- Returns:
useContext(The content was developed with a focus and intent of supporting the contexts that are listed. These terms may be used to assist with indexing and searching of implementation guides. The most common use of this element is to represent the country / jurisdiction for which this implementation guide was defined.)
-
addUseContext
public ImplementationGuide addUseContext(CodeableConcept t)
-
getCopyrightElement
public StringType getCopyrightElement()
- Returns:
copyright(A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
-
hasCopyrightElement
public boolean hasCopyrightElement()
-
hasCopyright
public boolean hasCopyright()
-
setCopyrightElement
public ImplementationGuide setCopyrightElement(StringType value)
- Parameters:
value-copyright(A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings.). This is the underlying object with id, value and extensions. The accessor "getCopyright" gives direct access to the value
-
getCopyright
public String getCopyright()
- Returns:
- A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings.
-
setCopyright
public ImplementationGuide setCopyright(String value)
- Parameters:
value- A copyright statement relating to the implementation guide and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the constraints and mappings.
-
getFhirVersionElement
public IdType getFhirVersionElement()
- Returns:
fhirVersion(The version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 1.4.0 for this version.). This is the underlying object with id, value and extensions. The accessor "getFhirVersion" gives direct access to the value
-
hasFhirVersionElement
public boolean hasFhirVersionElement()
-
hasFhirVersion
public boolean hasFhirVersion()
-
setFhirVersionElement
public ImplementationGuide setFhirVersionElement(IdType value)
- Parameters:
value-fhirVersion(The version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 1.4.0 for this version.). This is the underlying object with id, value and extensions. The accessor "getFhirVersion" gives direct access to the value
-
getFhirVersion
public String getFhirVersion()
- Returns:
- The version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 1.4.0 for this version.
-
setFhirVersion
public ImplementationGuide setFhirVersion(String value)
- Parameters:
value- The version of the FHIR specification on which this ImplementationGuide is based - this is the formal version of the specification, without the revision number, e.g. [publication].[major].[minor], which is 1.4.0 for this version.
-
getDependency
public List<ImplementationGuide.ImplementationGuideDependencyComponent> getDependency()
- Returns:
dependency(Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.)
-
hasDependency
public boolean hasDependency()
-
addDependency
public ImplementationGuide.ImplementationGuideDependencyComponent addDependency()
- Returns:
dependency(Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides.)
-
addDependency
public ImplementationGuide addDependency(ImplementationGuide.ImplementationGuideDependencyComponent t)
-
getPackage
public List<ImplementationGuide.ImplementationGuidePackageComponent> getPackage()
- Returns:
package_(A logical group of resources. Logical groups can be used when building pages.)
-
hasPackage
public boolean hasPackage()
-
addPackage
public ImplementationGuide.ImplementationGuidePackageComponent addPackage()
- Returns:
package_(A logical group of resources. Logical groups can be used when building pages.)
-
addPackage
public ImplementationGuide addPackage(ImplementationGuide.ImplementationGuidePackageComponent t)
-
getGlobal
public List<ImplementationGuide.ImplementationGuideGlobalComponent> getGlobal()
- Returns:
global(A set of profiles that all resources covered by this implementation guide must conform to.)
-
hasGlobal
public boolean hasGlobal()
-
addGlobal
public ImplementationGuide.ImplementationGuideGlobalComponent addGlobal()
- Returns:
global(A set of profiles that all resources covered by this implementation guide must conform to.)
-
addGlobal
public ImplementationGuide addGlobal(ImplementationGuide.ImplementationGuideGlobalComponent t)
-
getBinary
public List<UriType> getBinary()
- Returns:
binary(A binary file that is included in the implementation guide when it is published.)
-
hasBinary
public boolean hasBinary()
-
addBinaryElement
public UriType addBinaryElement()
- Returns:
binary(A binary file that is included in the implementation guide when it is published.)
-
addBinary
public ImplementationGuide addBinary(String value)
- Parameters:
value-binary(A binary file that is included in the implementation guide when it is published.)
-
hasBinary
public boolean hasBinary(String value)
- Parameters:
value-binary(A binary file that is included in the implementation guide when it is published.)
-
getPage
public ImplementationGuide.ImplementationGuidePageComponent getPage()
- Returns:
page(A page / section in the implementation guide. The root page is the implementation guide home page.)
-
hasPage
public boolean hasPage()
-
setPage
public ImplementationGuide setPage(ImplementationGuide.ImplementationGuidePageComponent value)
- Parameters:
value-page(A page / section in the implementation guide. The root page is the implementation guide home page.)
-
listChildren
protected void listChildren(List<Property> childrenList)
- Overrides:
listChildrenin classDomainResource
-
getProperty
public Base[] getProperty(int hash, String name, boolean checkValid) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
getPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(int hash, String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
setProperty
public void setProperty(String name, Base value) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
setPropertyin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
makeProperty
public Base makeProperty(int hash, String name) throws org.hl7.fhir.exceptions.FHIRException
Description copied from class:Basemake an instance of a property. If the property is a repeating property, make a new instance. if the property is not repeating, return the property- Overrides:
makePropertyin classDomainResource- Returns:
- Throws:
org.hl7.fhir.exceptions.FHIRException
-
addChild
public Base addChild(String name) throws org.hl7.fhir.exceptions.FHIRException
- Overrides:
addChildin classDomainResource- Throws:
org.hl7.fhir.exceptions.FHIRException
-
fhirType
public String fhirType()
- Specified by:
fhirTypein interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
fhirTypein classDomainResource
-
copy
public ImplementationGuide copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected ImplementationGuide typedCopy()
-
equalsDeep
public boolean equalsDeep(Base other)
- Overrides:
equalsDeepin classDomainResource
-
equalsShallow
public boolean equalsShallow(Base other)
- Overrides:
equalsShallowin classDomainResource
-
isEmpty
public boolean isEmpty()
- Specified by:
isEmptyin interfaceorg.hl7.fhir.instance.model.api.IBase- Overrides:
isEmptyin classDomainResource
-
getResourceType
public ResourceType getResourceType()
- Specified by:
getResourceTypein classResource
-
-