Uses of Class
org.hl7.fhir.dstu2016may.model.CodeSystem
-
Packages that use CodeSystem Package Description org.hl7.fhir.dstu2016may.formats org.hl7.fhir.dstu2016may.model org.hl7.fhir.dstu2016may.terminologies org.hl7.fhir.dstu2016may.utils -
-
Uses of CodeSystem in org.hl7.fhir.dstu2016may.formats
Methods in org.hl7.fhir.dstu2016may.formats that return CodeSystem Modifier and Type Method Description protected CodeSystemJsonParser. parseCodeSystem(com.google.gson.JsonObject json)protected CodeSystemXmlParser. parseCodeSystem(org.xmlpull.v1.XmlPullParser xpp) -
Uses of CodeSystem in org.hl7.fhir.dstu2016may.model
-
Uses of CodeSystem in org.hl7.fhir.dstu2016may.terminologies
Methods in org.hl7.fhir.dstu2016may.terminologies that return CodeSystem Modifier and Type Method Description static CodeSystemValueSetUtilities. makeShareable(CodeSystem cs)Methods in org.hl7.fhir.dstu2016may.terminologies with parameters of type CodeSystem Modifier and Type Method Description static voidCodeSystemUtilities. defineAbstractProperty(CodeSystem cs)static voidCodeSystemUtilities. defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)static voidCodeSystemUtilities. defineDeprecatedProperty(CodeSystem cs)static StringCodeSystemUtilities. getCodeDefinition(CodeSystem cs, String code)static booleanCodeSystemUtilities. isAbstract(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static CodeSystemValueSetUtilities. makeShareable(CodeSystem cs)static voidCodeSystemUtilities. setAbstract(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept)static voidCodeSystemUtilities. setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept) -
Uses of CodeSystem in org.hl7.fhir.dstu2016may.utils
Fields in org.hl7.fhir.dstu2016may.utils with type parameters of type CodeSystem Modifier and Type Field Description protected Map<String,CodeSystem>BaseWorkerContext. codeSystemsMethods in org.hl7.fhir.dstu2016may.utils that return CodeSystem Modifier and Type Method Description CodeSystemBaseWorkerContext. fetchCodeSystem(String system)CodeSystemIWorkerContext. fetchCodeSystem(String system)Find the code system definition for the nominated system uri.Methods in org.hl7.fhir.dstu2016may.utils with parameters of type CodeSystem Modifier and Type Method Description voidNarrativeGenerator. generate(CodeSystem cs, boolean header)This generate is optimised for the FHIR build process itself in as much as it generates hyperlinks in the narrative that are only going to be correct for the purposes of the build.static StringToolingExtensions. getOID(CodeSystem define)static voidToolingExtensions. setOID(CodeSystem define, String oid)
-