Uses of Class
org.hl7.fhir.r4.model.CodeSystem
-
Packages that use CodeSystem Package Description org.hl7.fhir.r4.context org.hl7.fhir.r4.formats org.hl7.fhir.r4.model org.hl7.fhir.r4.terminologies org.hl7.fhir.r4.utils -
-
Uses of CodeSystem in org.hl7.fhir.r4.context
Methods in org.hl7.fhir.r4.context 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.Constructor parameters in org.hl7.fhir.r4.context with type arguments of type CodeSystem Constructor Description BaseWorkerContext(Map<String,CodeSystem> codeSystems, Map<String,ValueSet> valueSets, Map<String,ConceptMap> maps, Map<String,StructureDefinition> profiles, Map<String,ImplementationGuide> guides) -
Uses of CodeSystem in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.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.r4.model
Methods in org.hl7.fhir.r4.model with parameters of type CodeSystem Modifier and Type Method Description voidCodeSystem. copyValues(CodeSystem dst) -
Uses of CodeSystem in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return CodeSystem Modifier and Type Method Description static CodeSystemCodeSystemUtilities. makeShareable(CodeSystem cs) -
Uses of CodeSystem in org.hl7.fhir.r4.utils
Methods in org.hl7.fhir.r4.utils with parameters of type CodeSystem Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, CodeSystem cs, boolean header, String lang)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.
-