Uses of Class
org.hl7.fhir.dstu3.model.CodeSystem
-
Packages that use CodeSystem Package Description org.hl7.fhir.dstu3.context org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model org.hl7.fhir.dstu3.terminologies org.hl7.fhir.dstu3.utils -
-
Uses of CodeSystem in org.hl7.fhir.dstu3.context
Fields in org.hl7.fhir.dstu3.context with type parameters of type CodeSystem Modifier and Type Field Description protected Map<String,CodeSystem>BaseWorkerContext. codeSystemsMethods in org.hl7.fhir.dstu3.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.Methods in org.hl7.fhir.dstu3.context that return types with arguments of type CodeSystem Modifier and Type Method Description Map<String,CodeSystem>BaseWorkerContext. getCodeSystems()Methods in org.hl7.fhir.dstu3.context with parameters of type CodeSystem Modifier and Type Method Description voidBaseWorkerContext. seeCodeSystem(String url, CodeSystem cs) -
Uses of CodeSystem in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.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.dstu3.model
-
Uses of CodeSystem in org.hl7.fhir.dstu3.terminologies
Methods in org.hl7.fhir.dstu3.terminologies that return CodeSystem Modifier and Type Method Description static CodeSystemCodeSystemUtilities. makeShareable(CodeSystem cs)Methods in org.hl7.fhir.dstu3.terminologies with parameters of type CodeSystem Modifier and Type Method Description static voidCodeSystemUtilities. defineCodeSystemProperty(CodeSystem cs, String code, String description, CodeSystem.PropertyType type)static voidCodeSystemUtilities. defineDeprecatedProperty(CodeSystem cs)static voidCodeSystemUtilities. defineInactiveProperty(CodeSystem cs)static voidCodeSystemUtilities. defineNotSelectableProperty(CodeSystem cs)static StringCodeSystemUtilities. getCodeDefinition(CodeSystem cs, String code)static StringCodeSystemUtilities. getOID(CodeSystem cs)static booleanCodeSystemUtilities. hasOID(CodeSystem cs)static booleanCodeSystemUtilities. isDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isInactive(CodeSystem cs, String code)static booleanCodeSystemUtilities. isInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static booleanCodeSystemUtilities. isNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent def)static CodeSystemCodeSystemUtilities. makeShareable(CodeSystem cs)static voidCodeSystemUtilities. markStatus(CodeSystem cs, String wg, String status, String fmm)static voidCodeSystemUtilities. setDeprecated(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, DateTimeType date)static voidCodeSystemUtilities. setInactive(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept)static voidCodeSystemUtilities. setNotSelectable(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept)static voidCodeSystemUtilities. setOID(CodeSystem cs, String oid) -
Uses of CodeSystem in org.hl7.fhir.dstu3.utils
Methods in org.hl7.fhir.dstu3.utils with parameters of type CodeSystem Modifier and Type Method Description booleanNarrativeGenerator. generate(NarrativeGenerator.ResourceContext rcontext, 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.
-