| Package | Description |
|---|---|
| org.hl7.fhir.instance | |
| org.hl7.fhir.instance.conf | |
| org.hl7.fhir.instance.model | |
| org.hl7.fhir.instance.utils |
| Modifier and Type | Method and Description |
|---|---|
StructureDefinition |
FhirDstu2Hl7Org.generateProfile(ca.uhn.fhir.context.RuntimeResourceDefinition theRuntimeResourceDefinition,
String theServerBase) |
| 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 | 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 |
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 |
WorkerContext.getExtensionStructure(StructureDefinition context,
String url) |
StructureDefinition |
WorkerContext.getProfile(String theId) |
StructureDefinition |
ProfileUtilities.getProfile(StructureDefinition source,
String url) |
StructureDefinition |
WorkerContext.getTypeStructure(ElementDefinition.TypeRefComponent type) |
| Modifier and Type | Method and Description |
|---|---|
List<StructureDefinition> |
IWorkerContext.allStructures() |
Map<String,StructureDefinition> |
WorkerContext.getExtensionDefinitions() |
Map<String,StructureDefinition> |
WorkerContext.getProfiles()
Deprecated.
Use
WorkerContext.getProfile(String) instead |
| 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)
Given a base (snapshot) profile structure, and a differential profile, generate a new snapshot profile
|
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 nameReference)
Given a Structure, navigate to the element given by the path and return the direct children of that element
|
StructureDefinition |
WorkerContext.getExtensionStructure(StructureDefinition context,
String url) |
String |
ProfileUtilities.ProfileKnowledgeProvider.getLinkForProfile(StructureDefinition profile,
String url) |
StructureDefinition |
ProfileUtilities.getProfile(StructureDefinition source,
String url) |
void |
WorkerContext.seeExtensionDefinition(String url,
StructureDefinition ed) |
void |
WorkerContext.seeProfile(String url,
StructureDefinition p) |
void |
ProfileUtilities.sortDifferential(StructureDefinition base,
StructureDefinition diff,
String name,
List<String> errors) |
List<org.hl7.fhir.utilities.validation.ValidationMessage> |
IResourceValidator.validate(Document document,
StructureDefinition profile)
Given a DOM document, return a list of errors in the resource
with regard to the specified profile
|
List<org.hl7.fhir.utilities.validation.ValidationMessage> |
IResourceValidator.validate(Element element,
StructureDefinition profile)
Given a DOM element, return a list of errors in the resource
with regard to the specified profile
|
List<org.hl7.fhir.utilities.validation.ValidationMessage> |
IResourceValidator.validate(com.google.gson.JsonObject object,
StructureDefinition profile)
Given a DOM element, return a list of errors in the resource
with regard to the specified profile (by logical identifier)
|
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Document document,
StructureDefinition profile)
Given a DOM document, return a list of errors in the resource
with regard to the specified profile
|
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
Element element,
StructureDefinition profile)
Given a DOM element, return a list of errors in the resource
with regard to the specified profile
|
void |
IResourceValidator.validate(List<org.hl7.fhir.utilities.validation.ValidationMessage> errors,
com.google.gson.JsonObject object,
StructureDefinition profile)
Given a DOM element, return a list of errors in the resource
with regard to the specified profile
|
| Constructor and Description |
|---|
ExtensionContext(StructureDefinition ext,
ElementDefinition ed) |
| Constructor and Description |
|---|
WorkerContext(ITerminologyServices conceptLocator,
IFHIRClient client,
Map<String,ValueSet> codeSystems,
Map<String,ValueSet> valueSets,
Map<String,ConceptMap> maps,
Map<String,StructureDefinition> profiles) |
Copyright © 2014–2018 University Health Network. All rights reserved.