| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
ServerProfileProvider.getProfileById(ServletRequestDetails theRequest,
IdType theId) |
| Modifier and Type | Method and Description |
|---|---|
List<StructureDefinition> |
ServerProfileProvider.getAllProfiles(ServletRequestDetails theRequest) |
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
IValidationSupport.fetchStructureDefinition(ca.uhn.fhir.context.FhirContext theCtx,
String theUrl) |
StructureDefinition |
ValidationSupportChain.fetchStructureDefinition(ca.uhn.fhir.context.FhirContext theCtx,
String theUrl) |
StructureDefinition |
PrePopulatedValidationSupport.fetchStructureDefinition(ca.uhn.fhir.context.FhirContext theCtx,
String theUrl) |
StructureDefinition |
DefaultProfileValidationSupport.fetchStructureDefinition(ca.uhn.fhir.context.FhirContext theContext,
String theUrl) |
| Modifier and Type | Method and Description |
|---|---|
List<StructureDefinition> |
HapiWorkerContext.allStructures() |
List<StructureDefinition> |
IValidationSupport.fetchAllStructureDefinitions(ca.uhn.fhir.context.FhirContext theContext)
Load and return all possible structure definitions
|
List<StructureDefinition> |
ValidationSupportChain.fetchAllStructureDefinitions(ca.uhn.fhir.context.FhirContext theContext) |
List<StructureDefinition> |
PrePopulatedValidationSupport.fetchAllStructureDefinitions(ca.uhn.fhir.context.FhirContext theContext) |
List<StructureDefinition> |
DefaultProfileValidationSupport.fetchAllStructureDefinitions(ca.uhn.fhir.context.FhirContext theContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
PrePopulatedValidationSupport.addStructureDefinition(StructureDefinition theStructureDefinition)
Add a new StructureDefinition resource which will be available to the validator.
|
void |
FhirInstanceValidator.setStructureDefintion(StructureDefinition theStructureDefintion) |
| Constructor and Description |
|---|
PrePopulatedValidationSupport(Map<String,StructureDefinition> theStructureDefinitions,
Map<String,ValueSet> theValueSets,
Map<String,CodeSystem> theCodeSystems)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
protected StructureDefinition |
ParserBase.getDefinition(int line,
int col,
String name) |
protected StructureDefinition |
ParserBase.getDefinition(int line,
int col,
String ns,
String name) |
StructureDefinition |
Property.getStructure() |
| Constructor and Description |
|---|
Property(IWorkerContext context,
ElementDefinition definition,
StructureDefinition structure) |
| Modifier and Type | Field and Description |
|---|---|
protected StructureDefinition |
ImplementationGuide.ImplementationGuidePackageResourceComponent.exampleForTarget
The actual object that is the target of the reference (Another resource that this resource is an example for.
|
protected StructureDefinition |
ImplementationGuide.ImplementationGuideGlobalComponent.profileTarget
The actual object that is the target of the reference (A reference to the profile that all instances must conform to.)
|
protected StructureDefinition |
Conformance.ConformanceRestResourceComponent.profileTarget
The actual object that is the target of the reference (A specification of the profile that describes the solution's overall support for the resource, including any constraints on cardinality, bindings, lengths or other limitations.
|
protected StructureDefinition |
Conformance.ConformanceDocumentComponent.profileTarget
The actual object that is the target of the reference (A constraint on a resource used in the document.)
|
protected StructureDefinition |
OperationDefinition.OperationDefinitionParameterComponent.profileTarget
The actual object that is the target of the reference (A profile the specifies the rules that this parameter must conform to.)
|
protected StructureDefinition |
DataRequirement.profileTarget
The actual object that is the target of the reference (The profile of the required data, specified as the uri of the profile definition.)
|
protected StructureDefinition |
ParameterDefinition.profileTarget
The actual object that is the target of the reference (If specified, this indicates a profile that the input data must conform to, or that the output data will conform to.)
|
protected StructureDefinition |
ModuleDefinition.ModuleDefinitionParameterComponent.profileTarget
The actual object that is the target of the reference (The profile of the parameter, if any.)
|
protected StructureDefinition |
ModuleDefinition.ModuleDefinitionDataComponent.profileTarget
The actual object that is the target of the reference (The profile of the required data, specified as the uri of the profile definition.)
|
protected StructureDefinition |
Conformance.ConformanceMessagingEventComponent.requestTarget
The actual object that is the target of the reference (Information about the request for this event.)
|
protected StructureDefinition |
Conformance.ConformanceMessagingEventComponent.responseTarget
The actual object that is the target of the reference (Information about the response for this event.)
|
| Modifier and Type | Field and Description |
|---|---|
protected List<StructureDefinition> |
Conformance.profileTarget
The actual objects that are the target of the reference (A list of profiles that represent different use cases supported by the system.
|
| Modifier and Type | Method and Description |
|---|---|
List<StructureDefinition> |
Conformance.getProfileTarget() |
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
ProfileUtilities.ExtensionContext.getDefn() |
StructureDefinition |
ProfileUtilities.getProfile(StructureDefinition source,
String url) |
| Modifier and Type | Method and Description |
|---|---|
List<StructureDefinition> |
IWorkerContext.allStructures() |
| Modifier and Type | Method and Description |
|---|---|
static String |
ProfileUtilities.describeExtensionContext(StructureDefinition ext) |
void |
ProfileUtilities.generateSchematrons(OutputStream dest,
StructureDefinition structure) |
void |
ProfileUtilities.generateSnapshot(StructureDefinition base,
StructureDefinition derived,
String url,
String profileName) |
static List<ElementDefinition> |
ProfileUtilities.getChildList(StructureDefinition structure,
ElementDefinition element) |
static List<ElementDefinition> |
ProfileUtilities.getChildList(StructureDefinition profile,
String path)
Given a Structure, navigate to the element given by the path and return the direct children of that element
|
static List<ElementDefinition> |
ProfileUtilities.getChildMap(StructureDefinition profile,
ElementDefinition element) |
static List<ElementDefinition> |
ProfileUtilities.getChildMap(StructureDefinition profile,
String name,
String path,
String contentReference)
Given a Structure, navigate to the element given by the path and return the direct children of that element
|
String |
ProfileUtilities.ProfileKnowledgeProvider.getLinkForProfile(StructureDefinition profile,
String url) |
StructureDefinition |
ProfileUtilities.getProfile(StructureDefinition source,
String url) |
void |
ProfileUtilities.sortDifferential(StructureDefinition base,
StructureDefinition diff,
String name,
List<String> errors) |
| Constructor and Description |
|---|
ExtensionContext(StructureDefinition ext,
ElementDefinition ed) |
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Document document,
StructureDefinition profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Document document,
StructureDefinition profile) |
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
StructureDefinition profile) |
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
StructureDefinition profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
StructureDefinition profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
StructureDefinition profile) |
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
StructureDefinition profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
InputStream stream,
Manager.FhirFormat format,
StructureDefinition profile) |
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
com.google.gson.JsonObject object,
StructureDefinition profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
com.google.gson.JsonObject object,
StructureDefinition profile) |
void |
InstanceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Resource resource,
StructureDefinition profile) |
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Resource resource,
StructureDefinition profile) |
Copyright © 2014–2018 University Health Network. All rights reserved.