Class Conformance
- 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.Conformance
-
- 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.IBaseConformance,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 Conformance extends DomainResource implements org.hl7.fhir.instance.model.api.IBaseConformance
A conformance statement is a set of capabilities of a FHIR Server that may be used as a statement of actual server functionality or a statement of required or desired server implementation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected Enumeration<Conformance.UnknownContentCode>acceptUnknownA code that indicates whether the application accepts unknown elements or extensions when reading resources.protected List<Conformance.ConformanceContactComponent>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 conformance statement and/or its contents.protected DateTimeTypedateThe date (and optionally time) when the conformance statement was published.static ca.uhn.fhir.rest.gclient.DateClientParamDATEFluent Client search parameter constant for dateprotected StringTypedescriptionA free text natural language description of the conformance statement and its use.static ca.uhn.fhir.rest.gclient.StringClientParamDESCRIPTIONFluent Client search parameter constant for descriptionprotected List<Conformance.ConformanceDocumentComponent>documentA document definition.static ca.uhn.fhir.rest.gclient.TokenClientParamEVENTFluent Client search parameter constant for eventprotected BooleanTypeexperimentalA flag to indicate that this conformance statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.protected IdTypefhirVersionThe version of the FHIR specification on which this conformance statement is based.static ca.uhn.fhir.rest.gclient.TokenClientParamFHIRVERSIONFluent Client search parameter constant for fhirversionprotected List<CodeType>formatA list of the formats supported by this implementation using their content types.static ca.uhn.fhir.rest.gclient.TokenClientParamFORMATFluent Client search parameter constant for formatprotected Conformance.ConformanceImplementationComponentimplementationIdentifies a specific implementation instance that is described by the conformance statement - i.e.static ca.uhn.fhir.model.api.IncludeINCLUDE_RESOURCEPROFILEConstant for fluent queries to be used to add include statements.static ca.uhn.fhir.model.api.IncludeINCLUDE_SUPPORTED_PROFILEConstant for fluent queries to be used to add include statements.protected Enumeration<Conformance.ConformanceStatementKind>kindThe 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.protected List<Conformance.ConformanceMessagingComponent>messagingA description of the messaging capabilities of the solution.static ca.uhn.fhir.rest.gclient.TokenClientParamMODEFluent Client search parameter constant for modeprotected StringTypenameA free text natural language name identifying the conformance statement.static ca.uhn.fhir.rest.gclient.StringClientParamNAMEFluent Client search parameter constant for nameprotected List<Reference>profileA list of profiles that represent different use cases supported by the system.protected List<StructureDefinition>profileTargetThe actual objects that are the target of the reference (A list of profiles that represent different use cases supported by the system.protected StringTypepublisherThe name of the individual or organization that published the conformance.static ca.uhn.fhir.rest.gclient.StringClientParamPUBLISHERFluent Client search parameter constant for publisherprotected StringTyperequirementsExplains why this conformance statement is needed and why it's been constrained as it has.static ca.uhn.fhir.rest.gclient.TokenClientParamRESOURCEFluent Client search parameter constant for resourcestatic ca.uhn.fhir.rest.gclient.ReferenceClientParamRESOURCEPROFILEFluent Client search parameter constant for resourceprofileprotected List<Conformance.ConformanceRestComponent>restA definition of the restful capabilities of the solution, if any.static ca.uhn.fhir.rest.gclient.TokenClientParamSECURITYSERVICEFluent Client search parameter constant for securityserviceprotected Conformance.ConformanceSoftwareComponentsoftwareSoftware that is covered by this conformance statement.static ca.uhn.fhir.rest.gclient.StringClientParamSOFTWAREFluent Client search parameter constant for softwarestatic StringSP_CONTEXTSearch parameter: contextstatic StringSP_DATESearch parameter: datestatic StringSP_DESCRIPTIONSearch parameter: descriptionstatic StringSP_EVENTSearch parameter: eventstatic StringSP_FHIRVERSIONSearch parameter: fhirversionstatic StringSP_FORMATSearch parameter: formatstatic StringSP_MODESearch parameter: modestatic StringSP_NAMESearch parameter: namestatic StringSP_PUBLISHERSearch parameter: publisherstatic StringSP_RESOURCESearch parameter: resourcestatic StringSP_RESOURCEPROFILESearch parameter: resourceprofilestatic StringSP_SECURITYSERVICESearch parameter: securityservicestatic StringSP_SOFTWARESearch parameter: softwarestatic StringSP_STATUSSearch parameter: statusstatic StringSP_SUPPORTED_PROFILESearch parameter: supported-profilestatic StringSP_URLSearch parameter: urlstatic StringSP_VERSIONSearch parameter: versionprotected Enumeration<Enumerations.ConformanceResourceStatus>statusThe status of this conformance statement.static ca.uhn.fhir.rest.gclient.TokenClientParamSTATUSFluent Client search parameter constant for statusstatic ca.uhn.fhir.rest.gclient.ReferenceClientParamSUPPORTED_PROFILEFluent Client search parameter constant for supported-profileprotected UriTypeurlAn absolute URL that is used to identify this conformance statement 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 conformance statement 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 Conformance()ConstructorConformance(Enumeration<Enumerations.ConformanceResourceStatus> status, DateTimeType date, Enumeration<Conformance.ConformanceStatementKind> kind, IdType fhirVersion, Enumeration<Conformance.UnknownContentCode> acceptUnknown)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 conformance statement 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 conformance statement is (or will be) published.
-
version
protected StringType version
The identifier that is used to identify this version of the conformance statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
-
name
protected StringType name
A free text natural language name identifying the conformance statement.
-
status
protected Enumeration<Enumerations.ConformanceResourceStatus> status
The status of this conformance statement.
-
experimental
protected BooleanType experimental
A flag to indicate that this conformance statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
date
protected DateTimeType date
The date (and optionally time) when the conformance statement 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 conformance statement changes.
-
publisher
protected StringType publisher
The name of the individual or organization that published the conformance.
-
contact
protected List<Conformance.ConformanceContactComponent> contact
Contacts to assist a user in finding and communicating with the publisher.
-
description
protected StringType description
A free text natural language description of the conformance statement and its use. Typically, this is used when the conformance statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.
-
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 conformance statements.
-
requirements
protected StringType requirements
Explains why this conformance statement is needed and why it's been constrained as it has.
-
copyright
protected StringType copyright
A copyright statement relating to the conformance statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the system described by the conformance statement.
-
kind
protected Enumeration<Conformance.ConformanceStatementKind> kind
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).
-
software
protected Conformance.ConformanceSoftwareComponent software
Software that is covered by this conformance statement. It is used when the conformance statement describes the capabilities of a particular software version, independent of an installation.
-
implementation
protected Conformance.ConformanceImplementationComponent implementation
Identifies a specific implementation instance that is described by the conformance statement - i.e. a particular installation, rather than the capabilities of a software program.
-
fhirVersion
protected IdType fhirVersion
The version of the FHIR specification on which this conformance statement is based.
-
acceptUnknown
protected Enumeration<Conformance.UnknownContentCode> acceptUnknown
A code that indicates whether the application accepts unknown elements or extensions when reading resources.
-
format
protected List<CodeType> format
A list of the formats supported by this implementation using their content types.
-
profile
protected List<Reference> profile
A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles]{profiling.html#profile-uses}.
-
profileTarget
protected List<StructureDefinition> profileTarget
The actual objects that are the target of the reference (A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles]{profiling.html#profile-uses}.)
-
rest
protected List<Conformance.ConformanceRestComponent> rest
A definition of the restful capabilities of the solution, if any.
-
messaging
protected List<Conformance.ConformanceMessagingComponent> messaging
A description of the messaging capabilities of the solution.
-
document
protected List<Conformance.ConformanceDocumentComponent> document
A document definition.
-
SP_SECURITYSERVICE
public static final String SP_SECURITYSERVICE
Search parameter: securityserviceDescription: OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Type: token
Path: Conformance.rest.security.service
- See Also:
- Constant Field Values
-
SECURITYSERVICE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam SECURITYSERVICE
Fluent Client search parameter constant for securityserviceDescription: OAuth | SMART-on-FHIR | NTLM | Basic | Kerberos | Certificates
Type: token
Path: Conformance.rest.security.service
-
SP_STATUS
public static final String SP_STATUS
Search parameter: statusDescription: The current status of the conformance statement
Type: token
Path: Conformance.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 conformance statement
Type: token
Path: Conformance.status
-
SP_RESOURCE
public static final String SP_RESOURCE
Search parameter: resourceDescription: Name of a resource mentioned in a conformance statement
Type: token
Path: Conformance.rest.resource.type
- See Also:
- Constant Field Values
-
RESOURCE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam RESOURCE
Fluent Client search parameter constant for resourceDescription: Name of a resource mentioned in a conformance statement
Type: token
Path: Conformance.rest.resource.type
-
SP_FORMAT
public static final String SP_FORMAT
Search parameter: formatDescription: formats supported (xml | json | mime type)
Type: token
Path: Conformance.format
- See Also:
- Constant Field Values
-
FORMAT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam FORMAT
Fluent Client search parameter constant for formatDescription: formats supported (xml | json | mime type)
Type: token
Path: Conformance.format
-
SP_DATE
public static final String SP_DATE
Search parameter: dateDescription: The conformance statement publication date
Type: date
Path: Conformance.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 conformance statement publication date
Type: date
Path: Conformance.date
-
SP_URL
public static final String SP_URL
Search parameter: urlDescription: The uri that identifies the conformance statement
Type: uri
Path: Conformance.url
- See Also:
- Constant Field Values
-
URL
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Fluent Client search parameter constant for urlDescription: The uri that identifies the conformance statement
Type: uri
Path: Conformance.url
-
SP_VERSION
public static final String SP_VERSION
Search parameter: versionDescription: The version identifier of the conformance statement
Type: token
Path: Conformance.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 conformance statement
Type: token
Path: Conformance.version
-
SP_PUBLISHER
public static final String SP_PUBLISHER
Search parameter: publisherDescription: Name of the publisher of the conformance statement
Type: string
Path: Conformance.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 conformance statement
Type: string
Path: Conformance.publisher
-
SP_MODE
public static final String SP_MODE
Search parameter: modeDescription: Mode - restful (server/client) or messaging (sender/receiver)
Type: token
Path: Conformance.rest.mode
- See Also:
- Constant Field Values
-
MODE
public static final ca.uhn.fhir.rest.gclient.TokenClientParam MODE
Fluent Client search parameter constant for modeDescription: Mode - restful (server/client) or messaging (sender/receiver)
Type: token
Path: Conformance.rest.mode
-
SP_RESOURCEPROFILE
public static final String SP_RESOURCEPROFILE
Search parameter: resourceprofileDescription: A profile id invoked in a conformance statement
Type: reference
Path: Conformance.rest.resource.profile
- See Also:
- Constant Field Values
-
RESOURCEPROFILE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam RESOURCEPROFILE
Fluent Client search parameter constant for resourceprofileDescription: A profile id invoked in a conformance statement
Type: reference
Path: Conformance.rest.resource.profile
-
INCLUDE_RESOURCEPROFILE
public static final ca.uhn.fhir.model.api.Include INCLUDE_RESOURCEPROFILE
Constant for fluent queries to be used to add include statements. Specifies the path value of "Conformance:resourceprofile".
-
SP_SOFTWARE
public static final String SP_SOFTWARE
Search parameter: softwareDescription: Part of a the name of a software application
Type: string
Path: Conformance.software.name
- See Also:
- Constant Field Values
-
SOFTWARE
public static final ca.uhn.fhir.rest.gclient.StringClientParam SOFTWARE
Fluent Client search parameter constant for softwareDescription: Part of a the name of a software application
Type: string
Path: Conformance.software.name
-
SP_DESCRIPTION
public static final String SP_DESCRIPTION
Search parameter: descriptionDescription: Text search in the description of the conformance statement
Type: string
Path: Conformance.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 conformance statement
Type: string
Path: Conformance.description
-
SP_EVENT
public static final String SP_EVENT
Search parameter: eventDescription: Event code in a conformance statement
Type: token
Path: Conformance.messaging.event.code
- See Also:
- Constant Field Values
-
EVENT
public static final ca.uhn.fhir.rest.gclient.TokenClientParam EVENT
Fluent Client search parameter constant for eventDescription: Event code in a conformance statement
Type: token
Path: Conformance.messaging.event.code
-
SP_NAME
public static final String SP_NAME
Search parameter: nameDescription: Name of the conformance statement
Type: string
Path: Conformance.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 conformance statement
Type: string
Path: Conformance.name
-
SP_CONTEXT
public static final String SP_CONTEXT
Search parameter: contextDescription: A use context assigned to the conformance statement
Type: token
Path: Conformance.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 conformance statement
Type: token
Path: Conformance.useContext
-
SP_SUPPORTED_PROFILE
public static final String SP_SUPPORTED_PROFILE
Search parameter: supported-profileDescription: Profiles for use cases supported
Type: reference
Path: Conformance.profile
- See Also:
- Constant Field Values
-
SUPPORTED_PROFILE
public static final ca.uhn.fhir.rest.gclient.ReferenceClientParam SUPPORTED_PROFILE
Fluent Client search parameter constant for supported-profileDescription: Profiles for use cases supported
Type: reference
Path: Conformance.profile
-
INCLUDE_SUPPORTED_PROFILE
public static final ca.uhn.fhir.model.api.Include INCLUDE_SUPPORTED_PROFILE
Constant for fluent queries to be used to add include statements. Specifies the path value of "Conformance:supported-profile".
-
SP_FHIRVERSION
public static final String SP_FHIRVERSION
Search parameter: fhirversionDescription: The version of FHIR
Type: token
Path: Conformance.version
- See Also:
- Constant Field Values
-
FHIRVERSION
public static final ca.uhn.fhir.rest.gclient.TokenClientParam FHIRVERSION
Fluent Client search parameter constant for fhirversionDescription: The version of FHIR
Type: token
Path: Conformance.version
-
-
Constructor Detail
-
Conformance
public Conformance()
Constructor
-
Conformance
public Conformance(Enumeration<Enumerations.ConformanceResourceStatus> status, DateTimeType date, Enumeration<Conformance.ConformanceStatementKind> kind, IdType fhirVersion, Enumeration<Conformance.UnknownContentCode> acceptUnknown)
Constructor
-
-
Method Detail
-
getUrlElement
public UriType getUrlElement()
- Returns:
url(An absolute URL that is used to identify this conformance statement 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 conformance statement 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 Conformance setUrlElement(UriType value)
- Parameters:
value-url(An absolute URL that is used to identify this conformance statement 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 conformance statement 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 conformance statement 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 conformance statement is (or will be) published.
-
setUrl
public Conformance setUrl(String value)
- Parameters:
value- An absolute URL that is used to identify this conformance statement 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 conformance statement is (or will be) published.
-
getVersionElement
public StringType getVersionElement()
- Returns:
version(The identifier that is used to identify this version of the conformance statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). 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 Conformance setVersionElement(StringType value)
- Parameters:
value-version(The identifier that is used to identify this version of the conformance statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.). 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 conformance statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
-
setVersion
public Conformance setVersion(String value)
- Parameters:
value- The identifier that is used to identify this version of the conformance statement when it is referenced in a specification, model, design or instance. This is an arbitrary value managed by the profile author manually and the value should be a timestamp.
-
getNameElement
public StringType getNameElement()
- Returns:
name(A free text natural language name identifying the conformance statement.). 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 Conformance setNameElement(StringType value)
- Parameters:
value-name(A free text natural language name identifying the conformance statement.). 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 conformance statement.
-
setName
public Conformance setName(String value)
- Parameters:
value- A free text natural language name identifying the conformance statement.
-
getStatusElement
public Enumeration<Enumerations.ConformanceResourceStatus> getStatusElement()
- Returns:
status(The status of this conformance statement.). 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 Conformance setStatusElement(Enumeration<Enumerations.ConformanceResourceStatus> value)
- Parameters:
value-status(The status of this conformance statement.). 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 this conformance statement.
-
setStatus
public Conformance setStatus(Enumerations.ConformanceResourceStatus value)
- Parameters:
value- The status of this conformance statement.
-
getExperimentalElement
public BooleanType getExperimentalElement()
- Returns:
experimental(A flag to indicate that this conformance statement is 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 Conformance setExperimentalElement(BooleanType value)
- Parameters:
value-experimental(A flag to indicate that this conformance statement is 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:
- A flag to indicate that this conformance statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
setExperimental
public Conformance setExperimental(boolean value)
- Parameters:
value- A flag to indicate that this conformance statement is authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage.
-
getDateElement
public DateTimeType getDateElement()
- Returns:
date(The date (and optionally time) when the conformance statement 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 conformance statement 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 Conformance setDateElement(DateTimeType value)
- Parameters:
value-date(The date (and optionally time) when the conformance statement 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 conformance statement 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 (and optionally time) when the conformance statement 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 conformance statement changes.
-
setDate
public Conformance setDate(Date value)
- Parameters:
value- The date (and optionally time) when the conformance statement 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 conformance statement changes.
-
getPublisherElement
public StringType getPublisherElement()
- Returns:
publisher(The name of the individual or organization that published the conformance.). 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 Conformance setPublisherElement(StringType value)
- Parameters:
value-publisher(The name of the individual or organization that published the conformance.). 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 conformance.
-
setPublisher
public Conformance setPublisher(String value)
- Parameters:
value- The name of the individual or organization that published the conformance.
-
getContact
public List<Conformance.ConformanceContactComponent> getContact()
- Returns:
contact(Contacts to assist a user in finding and communicating with the publisher.)
-
hasContact
public boolean hasContact()
-
addContact
public Conformance.ConformanceContactComponent addContact()
- Returns:
contact(Contacts to assist a user in finding and communicating with the publisher.)
-
addContact
public Conformance addContact(Conformance.ConformanceContactComponent t)
-
getDescriptionElement
public StringType getDescriptionElement()
- Returns:
description(A free text natural language description of the conformance statement and its use. Typically, this is used when the conformance statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.). 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 Conformance setDescriptionElement(StringType value)
- Parameters:
value-description(A free text natural language description of the conformance statement and its use. Typically, this is used when the conformance statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.). 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 conformance statement and its use. Typically, this is used when the conformance statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.
-
setDescription
public Conformance setDescription(String value)
- Parameters:
value- A free text natural language description of the conformance statement and its use. Typically, this is used when the conformance statement describes a desired rather than an actual solution, for example as a formal expression of requirements as part of an RFP.
-
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 conformance statements.)
-
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 conformance statements.)
-
addUseContext
public Conformance addUseContext(CodeableConcept t)
-
getRequirementsElement
public StringType getRequirementsElement()
- Returns:
requirements(Explains why this conformance statement is needed and why it's been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the value
-
hasRequirementsElement
public boolean hasRequirementsElement()
-
hasRequirements
public boolean hasRequirements()
-
setRequirementsElement
public Conformance setRequirementsElement(StringType value)
- Parameters:
value-requirements(Explains why this conformance statement is needed and why it's been constrained as it has.). This is the underlying object with id, value and extensions. The accessor "getRequirements" gives direct access to the value
-
getRequirements
public String getRequirements()
- Returns:
- Explains why this conformance statement is needed and why it's been constrained as it has.
-
setRequirements
public Conformance setRequirements(String value)
- Parameters:
value- Explains why this conformance statement is needed and why it's been constrained as it has.
-
getCopyrightElement
public StringType getCopyrightElement()
- Returns:
copyright(A copyright statement relating to the conformance statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the system described by the conformance statement.). 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 Conformance setCopyrightElement(StringType value)
- Parameters:
value-copyright(A copyright statement relating to the conformance statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the system described by the conformance statement.). 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 conformance statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the system described by the conformance statement.
-
setCopyright
public Conformance setCopyright(String value)
- Parameters:
value- A copyright statement relating to the conformance statement and/or its contents. Copyright statements are generally legal restrictions on the use and publishing of the details of the system described by the conformance statement.
-
getKindElement
public Enumeration<Conformance.ConformanceStatementKind> getKindElement()
- Returns:
kind(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).). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
hasKindElement
public boolean hasKindElement()
-
hasKind
public boolean hasKind()
-
setKindElement
public Conformance setKindElement(Enumeration<Conformance.ConformanceStatementKind> value)
- Parameters:
value-kind(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).). This is the underlying object with id, value and extensions. The accessor "getKind" gives direct access to the value
-
getKind
public Conformance.ConformanceStatementKind getKind()
- Returns:
- 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).
-
setKind
public Conformance setKind(Conformance.ConformanceStatementKind value)
- Parameters:
value- 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).
-
getSoftware
public Conformance.ConformanceSoftwareComponent getSoftware()
- Returns:
software(Software that is covered by this conformance statement. It is used when the conformance statement describes the capabilities of a particular software version, independent of an installation.)
-
hasSoftware
public boolean hasSoftware()
-
setSoftware
public Conformance setSoftware(Conformance.ConformanceSoftwareComponent value)
- Parameters:
value-software(Software that is covered by this conformance statement. It is used when the conformance statement describes the capabilities of a particular software version, independent of an installation.)
-
getImplementation
public Conformance.ConformanceImplementationComponent getImplementation()
- Returns:
implementation(Identifies a specific implementation instance that is described by the conformance statement - i.e. a particular installation, rather than the capabilities of a software program.)
-
hasImplementation
public boolean hasImplementation()
-
setImplementation
public Conformance setImplementation(Conformance.ConformanceImplementationComponent value)
- Parameters:
value-implementation(Identifies a specific implementation instance that is described by the conformance statement - i.e. a particular installation, rather than the capabilities of a software program.)
-
getFhirVersionElement
public IdType getFhirVersionElement()
- Returns:
fhirVersion(The version of the FHIR specification on which this conformance statement is based.). 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 Conformance setFhirVersionElement(IdType value)
- Parameters:
value-fhirVersion(The version of the FHIR specification on which this conformance statement is based.). 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 conformance statement is based.
-
setFhirVersion
public Conformance setFhirVersion(String value)
- Parameters:
value- The version of the FHIR specification on which this conformance statement is based.
-
getAcceptUnknownElement
public Enumeration<Conformance.UnknownContentCode> getAcceptUnknownElement()
- Returns:
acceptUnknown(A code that indicates whether the application accepts unknown elements or extensions when reading resources.). This is the underlying object with id, value and extensions. The accessor "getAcceptUnknown" gives direct access to the value
-
hasAcceptUnknownElement
public boolean hasAcceptUnknownElement()
-
hasAcceptUnknown
public boolean hasAcceptUnknown()
-
setAcceptUnknownElement
public Conformance setAcceptUnknownElement(Enumeration<Conformance.UnknownContentCode> value)
- Parameters:
value-acceptUnknown(A code that indicates whether the application accepts unknown elements or extensions when reading resources.). This is the underlying object with id, value and extensions. The accessor "getAcceptUnknown" gives direct access to the value
-
getAcceptUnknown
public Conformance.UnknownContentCode getAcceptUnknown()
- Returns:
- A code that indicates whether the application accepts unknown elements or extensions when reading resources.
-
setAcceptUnknown
public Conformance setAcceptUnknown(Conformance.UnknownContentCode value)
- Parameters:
value- A code that indicates whether the application accepts unknown elements or extensions when reading resources.
-
getFormat
public List<CodeType> getFormat()
- Returns:
format(A list of the formats supported by this implementation using their content types.)
-
hasFormat
public boolean hasFormat()
-
addFormatElement
public CodeType addFormatElement()
- Returns:
format(A list of the formats supported by this implementation using their content types.)
-
addFormat
public Conformance addFormat(String value)
- Parameters:
value-format(A list of the formats supported by this implementation using their content types.)
-
hasFormat
public boolean hasFormat(String value)
- Parameters:
value-format(A list of the formats supported by this implementation using their content types.)
-
getProfile
public List<Reference> getProfile()
- Returns:
profile(A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles]{profiling.html#profile-uses}.)
-
hasProfile
public boolean hasProfile()
-
addProfile
public Reference addProfile()
- Returns:
profile(A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles]{profiling.html#profile-uses}.)
-
addProfile
public Conformance addProfile(Reference t)
-
getProfileTarget
public List<StructureDefinition> getProfileTarget()
- Returns:
profile(The actual objects that are the target of the reference. The reference library doesn't populate this, but you can use this to hold the resources if you resolvethemt. A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles]{profiling.html#profile-uses}.)
-
addProfileTarget
public StructureDefinition addProfileTarget()
- Returns:
profile(Add an actual object that is the target of the reference. The reference library doesn't use these, but you can use this to hold the resources if you resolvethemt. A list of profiles that represent different use cases supported by the system. For a server, "supported by the system" means the system hosts/produces a set of resources that are conformant to a particular profile, and allows clients that use its services to search using this profile and to find appropriate data. For a client, it means the system will search by this profile and process data according to the guidance implicit in the profile. See further discussion in [Using Profiles]{profiling.html#profile-uses}.)
-
getRest
public List<Conformance.ConformanceRestComponent> getRest()
- Returns:
rest(A definition of the restful capabilities of the solution, if any.)
-
hasRest
public boolean hasRest()
-
addRest
public Conformance.ConformanceRestComponent addRest()
- Returns:
rest(A definition of the restful capabilities of the solution, if any.)
-
addRest
public Conformance addRest(Conformance.ConformanceRestComponent t)
-
getMessaging
public List<Conformance.ConformanceMessagingComponent> getMessaging()
- Returns:
messaging(A description of the messaging capabilities of the solution.)
-
hasMessaging
public boolean hasMessaging()
-
addMessaging
public Conformance.ConformanceMessagingComponent addMessaging()
- Returns:
messaging(A description of the messaging capabilities of the solution.)
-
addMessaging
public Conformance addMessaging(Conformance.ConformanceMessagingComponent t)
-
getDocument
public List<Conformance.ConformanceDocumentComponent> getDocument()
- Returns:
document(A document definition.)
-
hasDocument
public boolean hasDocument()
-
addDocument
public Conformance.ConformanceDocumentComponent addDocument()
- Returns:
document(A document definition.)
-
addDocument
public Conformance addDocument(Conformance.ConformanceDocumentComponent t)
-
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 Conformance copy()
- Specified by:
copyin classDomainResource
-
typedCopy
protected Conformance 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
-
-