public class ImplementationGuide extends BaseResource implements ca.uhn.fhir.model.api.IResource
Definition: 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
Requirements: An implementation guide is able to define default profiles that must apply to any use of a resource, so validation services may need to take one or more implementation guide resources when validating.
Profile Definition: http://hl7.org/fhir/profiles/ImplementationGuide
| Modifier and Type | Class and Description |
|---|---|
static class |
ImplementationGuide.Contact
Block class for child element: ImplementationGuide.contact ()
|
static class |
ImplementationGuide.Dependency
Block class for child element: ImplementationGuide.dependency ()
|
static class |
ImplementationGuide.Global
Block class for child element: ImplementationGuide.global ()
|
static class |
ImplementationGuide.Package
Block class for child element: ImplementationGuide.package ()
|
static class |
ImplementationGuide.PackageResource
Block class for child element: ImplementationGuide.package.resource ()
|
static class |
ImplementationGuide.Page
Block class for child element: ImplementationGuide.page ()
|
| Modifier and Type | Field and Description |
|---|---|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
CONTEXT
Fluent Client search parameter constant for context
|
static ca.uhn.fhir.rest.gclient.DateClientParam |
DATE
Fluent Client search parameter constant for date
|
static ca.uhn.fhir.rest.gclient.UriClientParam |
DEPENDENCY
Fluent Client search parameter constant for dependency
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
DESCRIPTION
Fluent Client search parameter constant for description
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
EXPERIMENTAL
Fluent Client search parameter constant for experimental
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
NAME
Fluent Client search parameter constant for name
|
static ca.uhn.fhir.rest.gclient.StringClientParam |
PUBLISHER
Fluent Client search parameter constant for publisher
|
static String |
SP_CONTEXT
Search parameter constant for context
|
static String |
SP_DATE
Search parameter constant for date
|
static String |
SP_DEPENDENCY
Search parameter constant for dependency
|
static String |
SP_DESCRIPTION
Search parameter constant for description
|
static String |
SP_EXPERIMENTAL
Search parameter constant for experimental
|
static String |
SP_NAME
Search parameter constant for name
|
static String |
SP_PUBLISHER
Search parameter constant for publisher
|
static String |
SP_STATUS
Search parameter constant for status
|
static String |
SP_URL
Search parameter constant for url
|
static String |
SP_VERSION
Search parameter constant for version
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
STATUS
Fluent Client search parameter constant for status
|
static ca.uhn.fhir.rest.gclient.UriClientParam |
URL
Fluent Client search parameter constant for url
|
static ca.uhn.fhir.rest.gclient.TokenClientParam |
VERSION
Fluent Client search parameter constant for version
|
RES_ID, SP_RES_ID, SP_RES_LANGUAGE| Constructor and Description |
|---|
ImplementationGuide() |
| Modifier and Type | Method and Description |
|---|---|
ca.uhn.fhir.model.primitive.UriDt |
addBinary()
Adds and returns a new value for binary ()
|
ImplementationGuide |
addBinary(String theUri)
Adds a new value for binary ()
|
ImplementationGuide |
addBinary(ca.uhn.fhir.model.primitive.UriDt theValue)
Adds a given new value for binary ()
|
ImplementationGuide.Contact |
addContact()
Adds and returns a new value for contact ()
|
ImplementationGuide |
addContact(ImplementationGuide.Contact theValue)
Adds a given new value for contact ()
|
ImplementationGuide.Dependency |
addDependency()
Adds and returns a new value for dependency ()
|
ImplementationGuide |
addDependency(ImplementationGuide.Dependency theValue)
Adds a given new value for dependency ()
|
ImplementationGuide.Global |
addGlobal()
Adds and returns a new value for global ()
|
ImplementationGuide |
addGlobal(ImplementationGuide.Global theValue)
Adds a given new value for global ()
|
ImplementationGuide.Package |
addPackage()
Adds and returns a new value for package ()
|
ImplementationGuide |
addPackage(ImplementationGuide.Package theValue)
Adds a given new value for package ()
|
CodeableConceptDt |
addUseContext()
Adds and returns a new value for useContext ()
|
ImplementationGuide |
addUseContext(CodeableConceptDt theValue)
Adds a given new value for useContext ()
|
<T extends ca.uhn.fhir.model.api.IElement> |
getAllPopulatedChildElementsOfType(Class<T> theType) |
List<ca.uhn.fhir.model.primitive.UriDt> |
getBinary()
Gets the value(s) for binary ().
|
ca.uhn.fhir.model.primitive.UriDt |
getBinaryFirstRep()
Gets the first repetition for binary (),
creating it if it does not already exist.
|
List<ImplementationGuide.Contact> |
getContact()
Gets the value(s) for contact ().
|
ImplementationGuide.Contact |
getContactFirstRep()
Gets the first repetition for contact (),
creating it if it does not already exist.
|
String |
getCopyright()
Gets the value(s) for copyright ().
|
ca.uhn.fhir.model.primitive.StringDt |
getCopyrightElement()
Gets the value(s) for copyright ().
|
Date |
getDate()
Gets the value(s) for date (when.recorded).
|
ca.uhn.fhir.model.primitive.DateTimeDt |
getDateElement()
Gets the value(s) for date (when.recorded).
|
List<ImplementationGuide.Dependency> |
getDependency()
Gets the value(s) for dependency ().
|
ImplementationGuide.Dependency |
getDependencyFirstRep()
Gets the first repetition for dependency (),
creating it if it does not already exist.
|
String |
getDescription()
Gets the value(s) for description ().
|
ca.uhn.fhir.model.primitive.StringDt |
getDescriptionElement()
Gets the value(s) for description ().
|
Boolean |
getExperimental()
Gets the value(s) for experimental (class).
|
ca.uhn.fhir.model.primitive.BooleanDt |
getExperimentalElement()
Gets the value(s) for experimental (class).
|
String |
getFhirVersion()
Gets the value(s) for fhirVersion ().
|
ca.uhn.fhir.model.primitive.IdDt |
getFhirVersionElement()
Gets the value(s) for fhirVersion ().
|
List<ImplementationGuide.Global> |
getGlobal()
Gets the value(s) for global ().
|
ImplementationGuide.Global |
getGlobalFirstRep()
Gets the first repetition for global (),
creating it if it does not already exist.
|
String |
getName()
Gets the value(s) for name ().
|
ca.uhn.fhir.model.primitive.StringDt |
getNameElement()
Gets the value(s) for name ().
|
List<ImplementationGuide.Package> |
getPackage()
Gets the value(s) for package ().
|
ImplementationGuide.Package |
getPackageFirstRep()
Gets the first repetition for package (),
creating it if it does not already exist.
|
ImplementationGuide.Page |
getPage()
Gets the value(s) for page ().
|
String |
getPublisher()
Gets the value(s) for publisher (who.witness).
|
ca.uhn.fhir.model.primitive.StringDt |
getPublisherElement()
Gets the value(s) for publisher (who.witness).
|
String |
getResourceName() |
String |
getStatus()
Gets the value(s) for status (status).
|
ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> |
getStatusElement()
Gets the value(s) for status (status).
|
ca.uhn.fhir.context.FhirVersionEnum |
getStructureFhirVersionEnum() |
String |
getUrl()
Gets the value(s) for url (id).
|
ca.uhn.fhir.model.primitive.UriDt |
getUrlElement()
Gets the value(s) for url (id).
|
List<CodeableConceptDt> |
getUseContext()
Gets the value(s) for useContext ().
|
CodeableConceptDt |
getUseContextFirstRep()
Gets the first repetition for useContext (),
creating it if it does not already exist.
|
String |
getVersion()
Gets the value(s) for version (id.version).
|
ca.uhn.fhir.model.primitive.StringDt |
getVersionElement()
Gets the value(s) for version (id.version).
|
boolean |
isEmpty() |
ImplementationGuide |
setBinary(List<ca.uhn.fhir.model.primitive.UriDt> theValue)
Sets the value(s) for binary ()
|
ImplementationGuide |
setContact(List<ImplementationGuide.Contact> theValue)
Sets the value(s) for contact ()
|
ImplementationGuide |
setCopyright(String theString)
Sets the value for copyright ()
|
ImplementationGuide |
setCopyright(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for copyright ()
|
ImplementationGuide |
setDate(Date theDate,
ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Sets the value for date (when.recorded)
|
ImplementationGuide |
setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Sets the value(s) for date (when.recorded)
|
ImplementationGuide |
setDateWithSecondsPrecision(Date theDate)
Sets the value for date (when.recorded)
|
ImplementationGuide |
setDependency(List<ImplementationGuide.Dependency> theValue)
Sets the value(s) for dependency ()
|
ImplementationGuide |
setDescription(String theString)
Sets the value for description ()
|
ImplementationGuide |
setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for description ()
|
ImplementationGuide |
setExperimental(boolean theBoolean)
Sets the value for experimental (class)
|
ImplementationGuide |
setExperimental(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Sets the value(s) for experimental (class)
|
ImplementationGuide |
setFhirVersion(ca.uhn.fhir.model.primitive.IdDt theValue)
Sets the value(s) for fhirVersion ()
|
ImplementationGuide |
setFhirVersion(String theId)
Sets the value for fhirVersion ()
|
ImplementationGuide |
setGlobal(List<ImplementationGuide.Global> theValue)
Sets the value(s) for global ()
|
ImplementationGuide |
setName(String theString)
Sets the value for name ()
|
ImplementationGuide |
setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for name ()
|
ImplementationGuide |
setPackage(List<ImplementationGuide.Package> theValue)
Sets the value(s) for package ()
|
ImplementationGuide |
setPage(ImplementationGuide.Page theValue)
Sets the value(s) for page ()
|
ImplementationGuide |
setPublisher(String theString)
Sets the value for publisher (who.witness)
|
ImplementationGuide |
setPublisher(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for publisher (who.witness)
|
ImplementationGuide |
setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Sets the value(s) for status (status)
|
ImplementationGuide |
setStatus(ConformanceResourceStatusEnum theValue)
Sets the value(s) for status (status)
|
ImplementationGuide |
setUrl(String theUri)
Sets the value for url (id)
|
ImplementationGuide |
setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Sets the value(s) for url (id)
|
ImplementationGuide |
setUseContext(List<CodeableConceptDt> theValue)
Sets the value(s) for useContext ()
|
ImplementationGuide |
setVersion(String theString)
Sets the value for version (id.version)
|
ImplementationGuide |
setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
Sets the value(s) for version (id.version)
|
getContained, getId, getIdElement, getLanguage, getMeta, getResourceMetadata, getText, isBaseEmpty, setContained, setId, setId, setId, setLanguage, setResourceMetadata, setText, toStringaddUndeclaredExtension, addUndeclaredExtension, addUndeclaredExtension, getAllUndeclaredExtensions, getFormatCommentsPost, getFormatCommentsPre, getUndeclaredExtensions, getUndeclaredExtensionsByUrl, getUndeclaredModifierExtensions, hasFormatCommentclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final String SP_URL
Description:
Type: uri
Path: ImplementationGuide.url
public static final ca.uhn.fhir.rest.gclient.UriClientParam URL
Description:
Type: uri
Path: ImplementationGuide.url
public static final String SP_VERSION
Description: The version identifier of the implementation guide
Type: token
Path: ImplementationGuide.version
public static final ca.uhn.fhir.rest.gclient.TokenClientParam VERSION
Description: The version identifier of the implementation guide
Type: token
Path: ImplementationGuide.version
public static final String SP_NAME
Description: Name of the implementation guide
Type: string
Path: ImplementationGuide.name
public static final ca.uhn.fhir.rest.gclient.StringClientParam NAME
Description: Name of the implementation guide
Type: string
Path: ImplementationGuide.name
public static final String SP_PUBLISHER
Description: Name of the publisher of the implementation guide
Type: string
Path: ImplementationGuide.publisher
public static final ca.uhn.fhir.rest.gclient.StringClientParam PUBLISHER
Description: Name of the publisher of the implementation guide
Type: string
Path: ImplementationGuide.publisher
public static final String SP_DESCRIPTION
Description: Text search in the description of the implementation guide
Type: string
Path: ImplementationGuide.description
public static final ca.uhn.fhir.rest.gclient.StringClientParam DESCRIPTION
Description: Text search in the description of the implementation guide
Type: string
Path: ImplementationGuide.description
public static final String SP_STATUS
Description: The current status of the implementation guide
Type: token
Path: ImplementationGuide.status
public static final ca.uhn.fhir.rest.gclient.TokenClientParam STATUS
Description: The current status of the implementation guide
Type: token
Path: ImplementationGuide.status
public static final String SP_DATE
Description: The implementation guide publication date
Type: date
Path: ImplementationGuide.date
public static final ca.uhn.fhir.rest.gclient.DateClientParam DATE
Description: The implementation guide publication date
Type: date
Path: ImplementationGuide.date
public static final String SP_CONTEXT
Description: A use context assigned to the structure
Type: token
Path: ImplementationGuide.useContext
public static final ca.uhn.fhir.rest.gclient.TokenClientParam CONTEXT
Description: A use context assigned to the structure
Type: token
Path: ImplementationGuide.useContext
public static final String SP_EXPERIMENTAL
Description:
Type: token
Path: ImplementationGuide.experimental
public static final ca.uhn.fhir.rest.gclient.TokenClientParam EXPERIMENTAL
Description:
Type: token
Path: ImplementationGuide.experimental
public static final String SP_DEPENDENCY
Description:
Type: uri
Path: ImplementationGuide.dependency.uri
public static final ca.uhn.fhir.rest.gclient.UriClientParam DEPENDENCY
Description:
Type: uri
Path: ImplementationGuide.dependency.uri
public ImplementationGuide()
public boolean isEmpty()
isEmpty in interface org.hl7.fhir.instance.model.api.IBasepublic <T extends ca.uhn.fhir.model.api.IElement> List<T> getAllPopulatedChildElementsOfType(Class<T> theType)
getAllPopulatedChildElementsOfType in interface ca.uhn.fhir.model.api.ICompositeElementpublic ca.uhn.fhir.model.primitive.UriDt getUrlElement()
null.
Definition: 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
public String getUrl()
null.
Definition: 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
public ImplementationGuide setUrl(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: 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
public ImplementationGuide setUrl(String theUri)
Definition: 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
public ca.uhn.fhir.model.primitive.StringDt getVersionElement()
null.
Definition: 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
public String getVersion()
null.
Definition: 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
public ImplementationGuide setVersion(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: 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
public ImplementationGuide setVersion(String theString)
Definition: 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
public ca.uhn.fhir.model.primitive.StringDt getNameElement()
null.
Definition: A free text natural language name identifying the Implementation Guide
public String getName()
null.
Definition: A free text natural language name identifying the Implementation Guide
public ImplementationGuide setName(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: A free text natural language name identifying the Implementation Guide
public ImplementationGuide setName(String theString)
Definition: A free text natural language name identifying the Implementation Guide
public ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> getStatusElement()
null.
Definition: The status of the Implementation Guide
public String getStatus()
null.
Definition: The status of the Implementation Guide
public ImplementationGuide setStatus(ca.uhn.fhir.model.primitive.BoundCodeDt<ConformanceResourceStatusEnum> theValue)
Definition: The status of the Implementation Guide
public ImplementationGuide setStatus(ConformanceResourceStatusEnum theValue)
Definition: The status of the Implementation Guide
public ca.uhn.fhir.model.primitive.BooleanDt getExperimentalElement()
null.
Definition: This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public Boolean getExperimental()
null.
Definition: This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public ImplementationGuide setExperimental(ca.uhn.fhir.model.primitive.BooleanDt theValue)
Definition: This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public ImplementationGuide setExperimental(boolean theBoolean)
Definition: This Implementation Guide was authored for testing purposes (or education/evaluation/marketing), and is not intended to be used for genuine usage
public ca.uhn.fhir.model.primitive.StringDt getPublisherElement()
null.
Definition: The name of the individual or organization that published the implementation guide
public String getPublisher()
null.
Definition: The name of the individual or organization that published the implementation guide
public ImplementationGuide setPublisher(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: The name of the individual or organization that published the implementation guide
public ImplementationGuide setPublisher(String theString)
Definition: The name of the individual or organization that published the implementation guide
public List<ImplementationGuide.Contact> getContact()
null.
Definition: Contacts to assist a user in finding and communicating with the publisher
public ImplementationGuide setContact(List<ImplementationGuide.Contact> theValue)
Definition: Contacts to assist a user in finding and communicating with the publisher
public ImplementationGuide.Contact addContact()
Definition: Contacts to assist a user in finding and communicating with the publisher
public ImplementationGuide addContact(ImplementationGuide.Contact theValue)
Definition: Contacts to assist a user in finding and communicating with the publisher
theValue - The contact to add (must not be null)public ImplementationGuide.Contact getContactFirstRep()
Definition: Contacts to assist a user in finding and communicating with the publisher
public ca.uhn.fhir.model.primitive.DateTimeDt getDateElement()
null.
Definition: 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
public Date getDate()
null.
Definition: 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
public ImplementationGuide setDate(ca.uhn.fhir.model.primitive.DateTimeDt theValue)
Definition: 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
public ImplementationGuide setDateWithSecondsPrecision(Date theDate)
Definition: 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
public ImplementationGuide setDate(Date theDate, ca.uhn.fhir.model.api.TemporalPrecisionEnum thePrecision)
Definition: 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
public ca.uhn.fhir.model.primitive.StringDt getDescriptionElement()
null.
Definition: A free text natural language description of the Implementation Guide and its use
public String getDescription()
null.
Definition: A free text natural language description of the Implementation Guide and its use
public ImplementationGuide setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: A free text natural language description of the Implementation Guide and its use
public ImplementationGuide setDescription(String theString)
Definition: A free text natural language description of the Implementation Guide and its use
public List<CodeableConceptDt> getUseContext()
null.
Definition: 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
public ImplementationGuide setUseContext(List<CodeableConceptDt> theValue)
Definition: 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
public CodeableConceptDt addUseContext()
Definition: 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
public ImplementationGuide addUseContext(CodeableConceptDt theValue)
Definition: 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
theValue - The useContext to add (must not be null)public CodeableConceptDt getUseContextFirstRep()
Definition: 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
public ca.uhn.fhir.model.primitive.StringDt getCopyrightElement()
null.
Definition: 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
public String getCopyright()
null.
Definition: 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
public ImplementationGuide setCopyright(ca.uhn.fhir.model.primitive.StringDt theValue)
Definition: 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
public ImplementationGuide setCopyright(String theString)
Definition: 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
public ca.uhn.fhir.model.primitive.IdDt getFhirVersionElement()
null.
Definition: 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 $version$ for this version
public String getFhirVersion()
null.
Definition: 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 $version$ for this version
public ImplementationGuide setFhirVersion(ca.uhn.fhir.model.primitive.IdDt theValue)
Definition: 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 $version$ for this version
public ImplementationGuide setFhirVersion(String theId)
Definition: 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 $version$ for this version
public List<ImplementationGuide.Dependency> getDependency()
null.
Definition: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides
public ImplementationGuide setDependency(List<ImplementationGuide.Dependency> theValue)
Definition: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides
public ImplementationGuide.Dependency addDependency()
Definition: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides
public ImplementationGuide addDependency(ImplementationGuide.Dependency theValue)
Definition: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides
theValue - The dependency to add (must not be null)public ImplementationGuide.Dependency getDependencyFirstRep()
Definition: Another implementation guide that this implementation depends on. Typically, an implementation guide uses value sets, profiles etc.defined in other implementation guides
public List<ImplementationGuide.Package> getPackage()
null.
Definition: A logical group of resources. Logical groups can be used when building pages
public ImplementationGuide setPackage(List<ImplementationGuide.Package> theValue)
Definition: A logical group of resources. Logical groups can be used when building pages
public ImplementationGuide.Package addPackage()
Definition: A logical group of resources. Logical groups can be used when building pages
public ImplementationGuide addPackage(ImplementationGuide.Package theValue)
Definition: A logical group of resources. Logical groups can be used when building pages
theValue - The package to add (must not be null)public ImplementationGuide.Package getPackageFirstRep()
Definition: A logical group of resources. Logical groups can be used when building pages
public List<ImplementationGuide.Global> getGlobal()
null.
Definition: A set of profiles that all resources covered by this implementation guide must conform to
public ImplementationGuide setGlobal(List<ImplementationGuide.Global> theValue)
Definition: A set of profiles that all resources covered by this implementation guide must conform to
public ImplementationGuide.Global addGlobal()
Definition: A set of profiles that all resources covered by this implementation guide must conform to
public ImplementationGuide addGlobal(ImplementationGuide.Global theValue)
Definition: A set of profiles that all resources covered by this implementation guide must conform to
theValue - The global to add (must not be null)public ImplementationGuide.Global getGlobalFirstRep()
Definition: A set of profiles that all resources covered by this implementation guide must conform to
public List<ca.uhn.fhir.model.primitive.UriDt> getBinary()
null.
Definition: A binary file that is included in the implementation guide when it is published
public ImplementationGuide setBinary(List<ca.uhn.fhir.model.primitive.UriDt> theValue)
Definition: A binary file that is included in the implementation guide when it is published
public ca.uhn.fhir.model.primitive.UriDt addBinary()
Definition: A binary file that is included in the implementation guide when it is published
public ImplementationGuide addBinary(ca.uhn.fhir.model.primitive.UriDt theValue)
Definition: A binary file that is included in the implementation guide when it is published
theValue - The binary to add (must not be null)public ca.uhn.fhir.model.primitive.UriDt getBinaryFirstRep()
Definition: A binary file that is included in the implementation guide when it is published
public ImplementationGuide addBinary(String theUri)
Definition: A binary file that is included in the implementation guide when it is published
public ImplementationGuide.Page getPage()
null.
Definition: A page / section in the implementation guide. The root page is the implementation guide home page
public ImplementationGuide setPage(ImplementationGuide.Page theValue)
Definition: A page / section in the implementation guide. The root page is the implementation guide home page
public String getResourceName()
getResourceName in interface ca.uhn.fhir.model.api.IResourcepublic ca.uhn.fhir.context.FhirVersionEnum getStructureFhirVersionEnum()
getStructureFhirVersionEnum in interface ca.uhn.fhir.model.api.IResourcegetStructureFhirVersionEnum in interface org.hl7.fhir.instance.model.api.IBaseResourceCopyright © 2014–2018 University Health Network. All rights reserved.