public static interface ProfileUtilities.ProfileKnowledgeProvider
| Modifier and Type | Interface and Description |
|---|---|
static class |
ProfileUtilities.ProfileKnowledgeProvider.BindingResolution |
| Modifier and Type | Method and Description |
|---|---|
String |
getLinkFor(String corePath,
String typeSimple) |
String |
getLinkForProfile(StructureDefinition profile,
String url) |
String |
getLinkForUrl(String corePath,
String s) |
boolean |
hasLinkFor(String typeSimple) |
boolean |
isDatatype(String typeSimple) |
boolean |
isResource(String typeSimple) |
boolean |
prependLinks() |
ProfileUtilities.ProfileKnowledgeProvider.BindingResolution |
resolveBinding(StructureDefinition def,
ElementDefinition.ElementDefinitionBindingComponent binding,
String path) |
ProfileUtilities.ProfileKnowledgeProvider.BindingResolution |
resolveBinding(StructureDefinition def,
String url,
String path) |
boolean isDatatype(String typeSimple)
boolean isResource(String typeSimple)
boolean hasLinkFor(String typeSimple)
String getLinkFor(String corePath, String typeSimple)
ProfileUtilities.ProfileKnowledgeProvider.BindingResolution resolveBinding(StructureDefinition def, ElementDefinition.ElementDefinitionBindingComponent binding, String path) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionProfileUtilities.ProfileKnowledgeProvider.BindingResolution resolveBinding(StructureDefinition def, String url, String path) throws org.hl7.fhir.exceptions.FHIRException
org.hl7.fhir.exceptions.FHIRExceptionString getLinkForProfile(StructureDefinition profile, String url)
boolean prependLinks()
String getLinkForUrl(String corePath, String s)
Copyright © 2014–2021 Health Level 7. All rights reserved.