Search in sources :

Example 21 with BindingResolution

use of org.hl7.fhir.r4b.conformance.ProfileUtilities.ProfileKnowledgeProvider.BindingResolution in project org.hl7.fhir.core by hapifhir.

the class ProfileUtilities method makeNullBr.

private BindingResolution makeNullBr(ElementDefinitionBindingComponent binding) {
    BindingResolution br = new BindingResolution();
    br.url = "http://none.none/none";
    br.display = "todo";
    return br;
}
Also used : BindingResolution(org.hl7.fhir.r5.conformance.ProfileUtilities.ProfileKnowledgeProvider.BindingResolution)

Aggregations

Cell (org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Cell)14 Piece (org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Piece)14 BindingResolution (org.hl7.fhir.r4b.conformance.ProfileUtilities.ProfileKnowledgeProvider.BindingResolution)6 BindingResolution (org.hl7.fhir.r5.conformance.ProfileUtilities.ProfileKnowledgeProvider.BindingResolution)6 ArrayList (java.util.ArrayList)4 List (java.util.List)4 FHIRException (org.hl7.fhir.exceptions.FHIRException)4 HierarchicalTableGenerator (org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator)4 Row (org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.Row)4 TableModel (org.hl7.fhir.utilities.xhtml.HierarchicalTableGenerator.TableModel)4 BindingResolution (org.hl7.fhir.dstu3.conformance.ProfileUtilities.ProfileKnowledgeProvider.BindingResolution)3 ElementDefinition (org.hl7.fhir.dstu3.model.ElementDefinition)3 BindingResolution (org.hl7.fhir.r4.conformance.ProfileUtilities.ProfileKnowledgeProvider.BindingResolution)3 ElementDefinition (org.hl7.fhir.r4.model.ElementDefinition)3 ElementDefinitionBindingComponent (org.hl7.fhir.dstu3.model.ElementDefinition.ElementDefinitionBindingComponent)2 ElementDefinitionConstraintComponent (org.hl7.fhir.dstu3.model.ElementDefinition.ElementDefinitionConstraintComponent)2 ElementDefinitionExampleComponent (org.hl7.fhir.dstu3.model.ElementDefinition.ElementDefinitionExampleComponent)2 ElementDefinitionMappingComponent (org.hl7.fhir.dstu3.model.ElementDefinition.ElementDefinitionMappingComponent)2 StructureDefinition (org.hl7.fhir.dstu3.model.StructureDefinition)2 StructureDefinitionMappingComponent (org.hl7.fhir.dstu3.model.StructureDefinition.StructureDefinitionMappingComponent)2