public class JsonParser extends JsonParserBase
IParser.OutputStylejsonallowComments, allowUnknownContent, handleComments, idMap, style, xhtmlMessageFHIR_NS, ID_REGEX, NS_XSI, XHTML_NS| Constructor and Description |
|---|
JsonParser() |
JsonParser(boolean allowUnknownContent) |
JsonParser(boolean allowUnknownContent,
boolean allowComments) |
anyHasExtras, close, closeArray, closeObject, compose, compose, compose, composeDomainResource, composeStringCore, composeStringExtras, composeXhtml, getJObject, getType, makeComments, open, openArray, openObject, parse, parse, parseAnyType, parseDomainResource, parseElementProperties, parseElementProperties, parseType, parseXhtml, prop, prop, prop, prop, propNum, writeNullcomposeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowComments, isAllowUnknownContent, parse, parse, parseAnyType, parseAnyType, parseBase64BinaryPrimitive, parseBooleanPrimitive, parseBooleanPrimitive, parseCodePrimitive, parseDecimalPrimitive, parseDecimalPrimitive, parseIdPrimitive, parseIntegerPrimitive, parseIntegerPrimitive, parseOidPrimitive, parseStringPrimitive, parseTimePrimitive, parseType, parseType, parseUriPrimitive, parseUuidPrimitive, setAllowComments, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtmldetermineFormat, determineFormat, isValidId, loadFile, loadFile, makeId, makeParser, makeParser, toString, toString, toString, toString, toString, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcomposeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseType, parseType, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtmlpublic JsonParser()
public JsonParser(boolean allowUnknownContent)
public JsonParser(boolean allowUnknownContent, boolean allowComments)
protected void parseElementProperties(com.google.gson.JsonObject json, Element element) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseElementProperties in class JsonParserBaseIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBackboneElementProperties(com.google.gson.JsonObject json, BackboneElement element) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBackboneElementProperties(com.google.gson.JsonObject json, BackboneType element) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTypeProperties(com.google.gson.JsonObject json, Element element) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected <E extends Enum<E>> Enumeration<E> parseEnumeration(String s, E item, EnumFactory e) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DateType parseDate(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DateTimeType parseDateTime(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeType parseCode(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StringType parseString(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected IntegerType parseInteger(Long v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OidType parseOid(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CanonicalType parseCanonical(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UriType parseUri(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UuidType parseUuid(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UrlType parseUrl(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InstantType parseInstant(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BooleanType parseBoolean(Boolean v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Base64BinaryType parseBase64Binary(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UnsignedIntType parseUnsignedInt(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MarkdownType parseMarkdown(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TimeType parseTime(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected IdType parseId(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PositiveIntType parsePositiveInt(String v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DecimalType parseDecimal(BigDecimal v) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Extension parseExtension(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExtensionProperties(com.google.gson.JsonObject json, Extension res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Narrative parseNarrative(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNarrativeProperties(com.google.gson.JsonObject json, Narrative res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Meta parseMeta(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMetaProperties(com.google.gson.JsonObject json, Meta res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Address parseAddress(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAddressProperties(com.google.gson.JsonObject json, Address res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contributor parseContributor(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContributorProperties(com.google.gson.JsonObject json, Contributor res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Attachment parseAttachment(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAttachmentProperties(com.google.gson.JsonObject json, Attachment res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Count parseCount(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCountProperties(com.google.gson.JsonObject json, Count res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement parseDataRequirement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDataRequirementProperties(com.google.gson.JsonObject json, DataRequirement res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement.DataRequirementCodeFilterComponent parseDataRequirementDataRequirementCodeFilterComponent(com.google.gson.JsonObject json, DataRequirement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDataRequirementDataRequirementCodeFilterComponentProperties(com.google.gson.JsonObject json, DataRequirement owner, DataRequirement.DataRequirementCodeFilterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement.DataRequirementDateFilterComponent parseDataRequirementDataRequirementDateFilterComponent(com.google.gson.JsonObject json, DataRequirement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDataRequirementDataRequirementDateFilterComponentProperties(com.google.gson.JsonObject json, DataRequirement owner, DataRequirement.DataRequirementDateFilterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataRequirement.DataRequirementSortComponent parseDataRequirementDataRequirementSortComponent(com.google.gson.JsonObject json, DataRequirement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDataRequirementDataRequirementSortComponentProperties(com.google.gson.JsonObject json, DataRequirement owner, DataRequirement.DataRequirementSortComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Dosage parseDosage(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDosageProperties(com.google.gson.JsonObject json, Dosage res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Dosage.DosageDoseAndRateComponent parseDosageDosageDoseAndRateComponent(com.google.gson.JsonObject json, Dosage owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDosageDosageDoseAndRateComponentProperties(com.google.gson.JsonObject json, Dosage owner, Dosage.DosageDoseAndRateComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Money parseMoney(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMoneyProperties(com.google.gson.JsonObject json, Money res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HumanName parseHumanName(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseHumanNameProperties(com.google.gson.JsonObject json, HumanName res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ContactPoint parseContactPoint(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContactPointProperties(com.google.gson.JsonObject json, ContactPoint res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MarketingStatus parseMarketingStatus(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMarketingStatusProperties(com.google.gson.JsonObject json, MarketingStatus res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Identifier parseIdentifier(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseIdentifierProperties(com.google.gson.JsonObject json, Identifier res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceAmount parseSubstanceAmount(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceAmountProperties(com.google.gson.JsonObject json, SubstanceAmount res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceAmount.SubstanceAmountReferenceRangeComponent parseSubstanceAmountSubstanceAmountReferenceRangeComponent(com.google.gson.JsonObject json, SubstanceAmount owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceAmountSubstanceAmountReferenceRangeComponentProperties(com.google.gson.JsonObject json, SubstanceAmount owner, SubstanceAmount.SubstanceAmountReferenceRangeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coding parseCoding(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodingProperties(com.google.gson.JsonObject json, Coding res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SampledData parseSampledData(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSampledDataProperties(com.google.gson.JsonObject json, SampledData res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Population parsePopulation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePopulationProperties(com.google.gson.JsonObject json, Population res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Ratio parseRatio(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRatioProperties(com.google.gson.JsonObject json, Ratio res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Distance parseDistance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDistanceProperties(com.google.gson.JsonObject json, Distance res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Age parseAge(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAgeProperties(com.google.gson.JsonObject json, Age res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Reference parseReference(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseReferenceProperties(com.google.gson.JsonObject json, Reference res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TriggerDefinition parseTriggerDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTriggerDefinitionProperties(com.google.gson.JsonObject json, TriggerDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Quantity parseQuantity(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuantityProperties(com.google.gson.JsonObject json, Quantity res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Period parsePeriod(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePeriodProperties(com.google.gson.JsonObject json, Period res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Duration parseDuration(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDurationProperties(com.google.gson.JsonObject json, Duration res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Range parseRange(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRangeProperties(com.google.gson.JsonObject json, Range res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RelatedArtifact parseRelatedArtifact(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRelatedArtifactProperties(com.google.gson.JsonObject json, RelatedArtifact res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Annotation parseAnnotation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAnnotationProperties(com.google.gson.JsonObject json, Annotation res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProductShelfLife parseProductShelfLife(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProductShelfLifeProperties(com.google.gson.JsonObject json, ProductShelfLife res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ContactDetail parseContactDetail(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContactDetailProperties(com.google.gson.JsonObject json, ContactDetail res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected UsageContext parseUsageContext(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseUsageContextProperties(com.google.gson.JsonObject json, UsageContext res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Expression parseExpression(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpressionProperties(com.google.gson.JsonObject json, Expression res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Signature parseSignature(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSignatureProperties(com.google.gson.JsonObject json, Signature res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Timing parseTiming(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTimingProperties(com.google.gson.JsonObject json, Timing res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Timing.TimingRepeatComponent parseTimingTimingRepeatComponent(com.google.gson.JsonObject json, Timing owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTimingTimingRepeatComponentProperties(com.google.gson.JsonObject json, Timing owner, Timing.TimingRepeatComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProdCharacteristic parseProdCharacteristic(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProdCharacteristicProperties(com.google.gson.JsonObject json, ProdCharacteristic res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeableConcept parseCodeableConcept(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodeableConceptProperties(com.google.gson.JsonObject json, CodeableConcept res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ParameterDefinition parseParameterDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseParameterDefinitionProperties(com.google.gson.JsonObject json, ParameterDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition parseElementDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionProperties(com.google.gson.JsonObject json, ElementDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionSlicingComponent parseElementDefinitionElementDefinitionSlicingComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionElementDefinitionSlicingComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent parseElementDefinitionElementDefinitionSlicingDiscriminatorComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionElementDefinitionSlicingDiscriminatorComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionBaseComponent parseElementDefinitionElementDefinitionBaseComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionElementDefinitionBaseComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionBaseComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.TypeRefComponent parseElementDefinitionTypeRefComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionTypeRefComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.TypeRefComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionExampleComponent parseElementDefinitionElementDefinitionExampleComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionElementDefinitionExampleComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionExampleComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionConstraintComponent parseElementDefinitionElementDefinitionConstraintComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionElementDefinitionConstraintComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionConstraintComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionBindingComponent parseElementDefinitionElementDefinitionBindingComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionElementDefinitionBindingComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionBindingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ElementDefinition.ElementDefinitionMappingComponent parseElementDefinitionElementDefinitionMappingComponent(com.google.gson.JsonObject json, ElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseElementDefinitionElementDefinitionMappingComponentProperties(com.google.gson.JsonObject json, ElementDefinition owner, ElementDefinition.ElementDefinitionMappingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDomainResourceProperties(com.google.gson.JsonObject json, DomainResource res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Parameters parseParameters(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseParametersProperties(com.google.gson.JsonObject json, Parameters res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Parameters.ParametersParameterComponent parseParametersParametersParameterComponent(com.google.gson.JsonObject json, Parameters owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseParametersParametersParameterComponentProperties(com.google.gson.JsonObject json, Parameters owner, Parameters.ParametersParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResourceProperties(com.google.gson.JsonObject json, Resource res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Account parseAccount(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAccountProperties(com.google.gson.JsonObject json, Account res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Account.CoverageComponent parseAccountCoverageComponent(com.google.gson.JsonObject json, Account owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAccountCoverageComponentProperties(com.google.gson.JsonObject json, Account owner, Account.CoverageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Account.GuarantorComponent parseAccountGuarantorComponent(com.google.gson.JsonObject json, Account owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAccountGuarantorComponentProperties(com.google.gson.JsonObject json, Account owner, Account.GuarantorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ActivityDefinition parseActivityDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseActivityDefinitionProperties(com.google.gson.JsonObject json, ActivityDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ActivityDefinition.ActivityDefinitionParticipantComponent parseActivityDefinitionActivityDefinitionParticipantComponent(com.google.gson.JsonObject json, ActivityDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseActivityDefinitionActivityDefinitionParticipantComponentProperties(com.google.gson.JsonObject json, ActivityDefinition owner, ActivityDefinition.ActivityDefinitionParticipantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ActivityDefinition.ActivityDefinitionDynamicValueComponent parseActivityDefinitionActivityDefinitionDynamicValueComponent(com.google.gson.JsonObject json, ActivityDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseActivityDefinitionActivityDefinitionDynamicValueComponentProperties(com.google.gson.JsonObject json, ActivityDefinition owner, ActivityDefinition.ActivityDefinitionDynamicValueComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AdverseEvent parseAdverseEvent(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAdverseEventProperties(com.google.gson.JsonObject json, AdverseEvent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AdverseEvent.AdverseEventSuspectEntityComponent parseAdverseEventAdverseEventSuspectEntityComponent(com.google.gson.JsonObject json, AdverseEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAdverseEventAdverseEventSuspectEntityComponentProperties(com.google.gson.JsonObject json, AdverseEvent owner, AdverseEvent.AdverseEventSuspectEntityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AdverseEvent.AdverseEventSuspectEntityCausalityComponent parseAdverseEventAdverseEventSuspectEntityCausalityComponent(com.google.gson.JsonObject json, AdverseEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAdverseEventAdverseEventSuspectEntityCausalityComponentProperties(com.google.gson.JsonObject json, AdverseEvent owner, AdverseEvent.AdverseEventSuspectEntityCausalityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AllergyIntolerance parseAllergyIntolerance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAllergyIntoleranceProperties(com.google.gson.JsonObject json, AllergyIntolerance res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AllergyIntolerance.AllergyIntoleranceReactionComponent parseAllergyIntoleranceAllergyIntoleranceReactionComponent(com.google.gson.JsonObject json, AllergyIntolerance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAllergyIntoleranceAllergyIntoleranceReactionComponentProperties(com.google.gson.JsonObject json, AllergyIntolerance owner, AllergyIntolerance.AllergyIntoleranceReactionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Appointment parseAppointment(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAppointmentProperties(com.google.gson.JsonObject json, Appointment res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Appointment.AppointmentParticipantComponent parseAppointmentAppointmentParticipantComponent(com.google.gson.JsonObject json, Appointment owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAppointmentAppointmentParticipantComponentProperties(com.google.gson.JsonObject json, Appointment owner, Appointment.AppointmentParticipantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AppointmentResponse parseAppointmentResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAppointmentResponseProperties(com.google.gson.JsonObject json, AppointmentResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent parseAuditEvent(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAuditEventProperties(com.google.gson.JsonObject json, AuditEvent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventAgentComponent parseAuditEventAuditEventAgentComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAuditEventAuditEventAgentComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventAgentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventAgentNetworkComponent parseAuditEventAuditEventAgentNetworkComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAuditEventAuditEventAgentNetworkComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventAgentNetworkComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventSourceComponent parseAuditEventAuditEventSourceComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAuditEventAuditEventSourceComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventSourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventEntityComponent parseAuditEventAuditEventEntityComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAuditEventAuditEventEntityComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventEntityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected AuditEvent.AuditEventEntityDetailComponent parseAuditEventAuditEventEntityDetailComponent(com.google.gson.JsonObject json, AuditEvent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseAuditEventAuditEventEntityDetailComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventEntityDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Basic parseBasic(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBasicProperties(com.google.gson.JsonObject json, Basic res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Binary parseBinary(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBinaryProperties(com.google.gson.JsonObject json, Binary res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct parseBiologicallyDerivedProduct(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBiologicallyDerivedProductProperties(com.google.gson.JsonObject json, BiologicallyDerivedProduct res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent parseBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponent(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponentProperties(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent parseBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponent(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponentProperties(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent parseBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponent(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponentProperties(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent parseBiologicallyDerivedProductBiologicallyDerivedProductStorageComponent(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBiologicallyDerivedProductBiologicallyDerivedProductStorageComponentProperties(com.google.gson.JsonObject json, BiologicallyDerivedProduct owner, BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected BodyStructure parseBodyStructure(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBodyStructureProperties(com.google.gson.JsonObject json, BodyStructure res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle parseBundle(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBundleProperties(com.google.gson.JsonObject json, Bundle res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleLinkComponent parseBundleBundleLinkComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBundleBundleLinkComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleLinkComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntryComponent parseBundleBundleEntryComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBundleBundleEntryComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntrySearchComponent parseBundleBundleEntrySearchComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBundleBundleEntrySearchComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntrySearchComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntryRequestComponent parseBundleBundleEntryRequestComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBundleBundleEntryRequestComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryRequestComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Bundle.BundleEntryResponseComponent parseBundleBundleEntryResponseComponent(com.google.gson.JsonObject json, Bundle owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBundleBundleEntryResponseComponentProperties(com.google.gson.JsonObject json, Bundle owner, Bundle.BundleEntryResponseComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement parseCapabilityStatement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementProperties(com.google.gson.JsonObject json, CapabilityStatement res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementSoftwareComponent parseCapabilityStatementCapabilityStatementSoftwareComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementSoftwareComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementSoftwareComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementImplementationComponent parseCapabilityStatementCapabilityStatementImplementationComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementImplementationComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementImplementationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestComponent parseCapabilityStatementCapabilityStatementRestComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementRestComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestSecurityComponent parseCapabilityStatementCapabilityStatementRestSecurityComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementRestSecurityComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestSecurityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestResourceComponent parseCapabilityStatementCapabilityStatementRestResourceComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementRestResourceComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestResourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.ResourceInteractionComponent parseCapabilityStatementResourceInteractionComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementResourceInteractionComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.ResourceInteractionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent parseCapabilityStatementCapabilityStatementRestResourceSearchParamComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementRestResourceSearchParamComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementRestResourceOperationComponent parseCapabilityStatementCapabilityStatementRestResourceOperationComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementRestResourceOperationComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestResourceOperationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.SystemInteractionComponent parseCapabilityStatementSystemInteractionComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementSystemInteractionComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.SystemInteractionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementMessagingComponent parseCapabilityStatementCapabilityStatementMessagingComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementMessagingComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementMessagingEndpointComponent parseCapabilityStatementCapabilityStatementMessagingEndpointComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementMessagingEndpointComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingEndpointComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent parseCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementMessagingSupportedMessageComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CapabilityStatement.CapabilityStatementDocumentComponent parseCapabilityStatementCapabilityStatementDocumentComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementDocumentComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementDocumentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CarePlan parseCarePlan(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCarePlanProperties(com.google.gson.JsonObject json, CarePlan res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CarePlan.CarePlanActivityComponent parseCarePlanCarePlanActivityComponent(com.google.gson.JsonObject json, CarePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCarePlanCarePlanActivityComponentProperties(com.google.gson.JsonObject json, CarePlan owner, CarePlan.CarePlanActivityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CarePlan.CarePlanActivityDetailComponent parseCarePlanCarePlanActivityDetailComponent(com.google.gson.JsonObject json, CarePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCarePlanCarePlanActivityDetailComponentProperties(com.google.gson.JsonObject json, CarePlan owner, CarePlan.CarePlanActivityDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CareTeam parseCareTeam(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCareTeamProperties(com.google.gson.JsonObject json, CareTeam res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CareTeam.CareTeamParticipantComponent parseCareTeamCareTeamParticipantComponent(com.google.gson.JsonObject json, CareTeam owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCareTeamCareTeamParticipantComponentProperties(com.google.gson.JsonObject json, CareTeam owner, CareTeam.CareTeamParticipantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CatalogEntry parseCatalogEntry(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCatalogEntryProperties(com.google.gson.JsonObject json, CatalogEntry res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CatalogEntry.CatalogEntryRelatedEntryComponent parseCatalogEntryCatalogEntryRelatedEntryComponent(com.google.gson.JsonObject json, CatalogEntry owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCatalogEntryCatalogEntryRelatedEntryComponentProperties(com.google.gson.JsonObject json, CatalogEntry owner, CatalogEntry.CatalogEntryRelatedEntryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItem parseChargeItem(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseChargeItemProperties(com.google.gson.JsonObject json, ChargeItem res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItem.ChargeItemPerformerComponent parseChargeItemChargeItemPerformerComponent(com.google.gson.JsonObject json, ChargeItem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseChargeItemChargeItemPerformerComponentProperties(com.google.gson.JsonObject json, ChargeItem owner, ChargeItem.ChargeItemPerformerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition parseChargeItemDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseChargeItemDefinitionProperties(com.google.gson.JsonObject json, ChargeItemDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent parseChargeItemDefinitionChargeItemDefinitionApplicabilityComponent(com.google.gson.JsonObject json, ChargeItemDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseChargeItemDefinitionChargeItemDefinitionApplicabilityComponentProperties(com.google.gson.JsonObject json, ChargeItemDefinition owner, ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent parseChargeItemDefinitionChargeItemDefinitionPropertyGroupComponent(com.google.gson.JsonObject json, ChargeItemDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseChargeItemDefinitionChargeItemDefinitionPropertyGroupComponentProperties(com.google.gson.JsonObject json, ChargeItemDefinition owner, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent parseChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponent(com.google.gson.JsonObject json, ChargeItemDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponentProperties(com.google.gson.JsonObject json, ChargeItemDefinition owner, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim parseClaim(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimProperties(com.google.gson.JsonObject json, Claim res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.RelatedClaimComponent parseClaimRelatedClaimComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimRelatedClaimComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.RelatedClaimComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.PayeeComponent parseClaimPayeeComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimPayeeComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.PayeeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.CareTeamComponent parseClaimCareTeamComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimCareTeamComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.CareTeamComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.SupportingInformationComponent parseClaimSupportingInformationComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimSupportingInformationComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.SupportingInformationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.DiagnosisComponent parseClaimDiagnosisComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimDiagnosisComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.DiagnosisComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.ProcedureComponent parseClaimProcedureComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimProcedureComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.ProcedureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.InsuranceComponent parseClaimInsuranceComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimInsuranceComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.InsuranceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.AccidentComponent parseClaimAccidentComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimAccidentComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.AccidentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.ItemComponent parseClaimItemComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimItemComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.ItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.DetailComponent parseClaimDetailComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimDetailComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.DetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Claim.SubDetailComponent parseClaimSubDetailComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimSubDetailComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.SubDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse parseClaimResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseProperties(com.google.gson.JsonObject json, ClaimResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.ItemComponent parseClaimResponseItemComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseItemComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.ItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AdjudicationComponent parseClaimResponseAdjudicationComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseAdjudicationComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.AdjudicationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.ItemDetailComponent parseClaimResponseItemDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseItemDetailComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.ItemDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.SubDetailComponent parseClaimResponseSubDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseSubDetailComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.SubDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AddedItemComponent parseClaimResponseAddedItemComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseAddedItemComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.AddedItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AddedItemDetailComponent parseClaimResponseAddedItemDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseAddedItemDetailComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.AddedItemDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.AddedItemSubDetailComponent parseClaimResponseAddedItemSubDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseAddedItemSubDetailComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.AddedItemSubDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.TotalComponent parseClaimResponseTotalComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseTotalComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.TotalComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.PaymentComponent parseClaimResponsePaymentComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponsePaymentComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.PaymentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.NoteComponent parseClaimResponseNoteComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseNoteComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.NoteComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.InsuranceComponent parseClaimResponseInsuranceComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseInsuranceComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.InsuranceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClaimResponse.ErrorComponent parseClaimResponseErrorComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseErrorComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.ErrorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClinicalImpression parseClinicalImpression(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClinicalImpressionProperties(com.google.gson.JsonObject json, ClinicalImpression res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClinicalImpression.ClinicalImpressionInvestigationComponent parseClinicalImpressionClinicalImpressionInvestigationComponent(com.google.gson.JsonObject json, ClinicalImpression owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClinicalImpressionClinicalImpressionInvestigationComponentProperties(com.google.gson.JsonObject json, ClinicalImpression owner, ClinicalImpression.ClinicalImpressionInvestigationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ClinicalImpression.ClinicalImpressionFindingComponent parseClinicalImpressionClinicalImpressionFindingComponent(com.google.gson.JsonObject json, ClinicalImpression owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClinicalImpressionClinicalImpressionFindingComponentProperties(com.google.gson.JsonObject json, ClinicalImpression owner, ClinicalImpression.ClinicalImpressionFindingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem parseCodeSystem(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodeSystemProperties(com.google.gson.JsonObject json, CodeSystem res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.CodeSystemFilterComponent parseCodeSystemCodeSystemFilterComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodeSystemCodeSystemFilterComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.CodeSystemFilterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.PropertyComponent parseCodeSystemPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodeSystemPropertyComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.PropertyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.ConceptDefinitionComponent parseCodeSystemConceptDefinitionComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodeSystemConceptDefinitionComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.ConceptDefinitionDesignationComponent parseCodeSystemConceptDefinitionDesignationComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodeSystemConceptDefinitionDesignationComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptDefinitionDesignationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CodeSystem.ConceptPropertyComponent parseCodeSystemConceptPropertyComponent(com.google.gson.JsonObject json, CodeSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCodeSystemConceptPropertyComponentProperties(com.google.gson.JsonObject json, CodeSystem owner, CodeSystem.ConceptPropertyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Communication parseCommunication(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCommunicationProperties(com.google.gson.JsonObject json, Communication res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Communication.CommunicationPayloadComponent parseCommunicationCommunicationPayloadComponent(com.google.gson.JsonObject json, Communication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCommunicationCommunicationPayloadComponentProperties(com.google.gson.JsonObject json, Communication owner, Communication.CommunicationPayloadComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CommunicationRequest parseCommunicationRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCommunicationRequestProperties(com.google.gson.JsonObject json, CommunicationRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CommunicationRequest.CommunicationRequestPayloadComponent parseCommunicationRequestCommunicationRequestPayloadComponent(com.google.gson.JsonObject json, CommunicationRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCommunicationRequestCommunicationRequestPayloadComponentProperties(com.google.gson.JsonObject json, CommunicationRequest owner, CommunicationRequest.CommunicationRequestPayloadComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CompartmentDefinition parseCompartmentDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCompartmentDefinitionProperties(com.google.gson.JsonObject json, CompartmentDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CompartmentDefinition.CompartmentDefinitionResourceComponent parseCompartmentDefinitionCompartmentDefinitionResourceComponent(com.google.gson.JsonObject json, CompartmentDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCompartmentDefinitionCompartmentDefinitionResourceComponentProperties(com.google.gson.JsonObject json, CompartmentDefinition owner, CompartmentDefinition.CompartmentDefinitionResourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition parseComposition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCompositionProperties(com.google.gson.JsonObject json, Composition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.CompositionAttesterComponent parseCompositionCompositionAttesterComponent(com.google.gson.JsonObject json, Composition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCompositionCompositionAttesterComponentProperties(com.google.gson.JsonObject json, Composition owner, Composition.CompositionAttesterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.CompositionRelatesToComponent parseCompositionCompositionRelatesToComponent(com.google.gson.JsonObject json, Composition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCompositionCompositionRelatesToComponentProperties(com.google.gson.JsonObject json, Composition owner, Composition.CompositionRelatesToComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.CompositionEventComponent parseCompositionCompositionEventComponent(com.google.gson.JsonObject json, Composition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCompositionCompositionEventComponentProperties(com.google.gson.JsonObject json, Composition owner, Composition.CompositionEventComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Composition.SectionComponent parseCompositionSectionComponent(com.google.gson.JsonObject json, Composition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCompositionSectionComponentProperties(com.google.gson.JsonObject json, Composition owner, Composition.SectionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap parseConceptMap(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConceptMapProperties(com.google.gson.JsonObject json, ConceptMap res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.ConceptMapGroupComponent parseConceptMapConceptMapGroupComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConceptMapConceptMapGroupComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.ConceptMapGroupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.SourceElementComponent parseConceptMapSourceElementComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConceptMapSourceElementComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.SourceElementComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.TargetElementComponent parseConceptMapTargetElementComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConceptMapTargetElementComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.TargetElementComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.OtherElementComponent parseConceptMapOtherElementComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConceptMapOtherElementComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.OtherElementComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ConceptMap.ConceptMapGroupUnmappedComponent parseConceptMapConceptMapGroupUnmappedComponent(com.google.gson.JsonObject json, ConceptMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConceptMapConceptMapGroupUnmappedComponentProperties(com.google.gson.JsonObject json, ConceptMap owner, ConceptMap.ConceptMapGroupUnmappedComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Condition parseCondition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConditionProperties(com.google.gson.JsonObject json, Condition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Condition.ConditionStageComponent parseConditionConditionStageComponent(com.google.gson.JsonObject json, Condition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConditionConditionStageComponentProperties(com.google.gson.JsonObject json, Condition owner, Condition.ConditionStageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Condition.ConditionEvidenceComponent parseConditionConditionEvidenceComponent(com.google.gson.JsonObject json, Condition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConditionConditionEvidenceComponentProperties(com.google.gson.JsonObject json, Condition owner, Condition.ConditionEvidenceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent parseConsent(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentProperties(com.google.gson.JsonObject json, Consent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.ConsentPolicyComponent parseConsentConsentPolicyComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentConsentPolicyComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentPolicyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.ConsentVerificationComponent parseConsentConsentVerificationComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentConsentVerificationComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentVerificationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.provisionComponent parseConsentprovisionComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentprovisionComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.provisionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.provisionActorComponent parseConsentprovisionActorComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentprovisionActorComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.provisionActorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.provisionDataComponent parseConsentprovisionDataComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentprovisionDataComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.provisionDataComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract parseContract(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractProperties(com.google.gson.JsonObject json, Contract res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContentDefinitionComponent parseContractContentDefinitionComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractContentDefinitionComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ContentDefinitionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.TermComponent parseContractTermComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractTermComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.TermComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.SecurityLabelComponent parseContractSecurityLabelComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractSecurityLabelComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.SecurityLabelComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContractOfferComponent parseContractContractOfferComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractContractOfferComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ContractOfferComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContractPartyComponent parseContractContractPartyComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractContractPartyComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ContractPartyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.AnswerComponent parseContractAnswerComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractAnswerComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.AnswerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ContractAssetComponent parseContractContractAssetComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractContractAssetComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ContractAssetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.AssetContextComponent parseContractAssetContextComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractAssetContextComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.AssetContextComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ValuedItemComponent parseContractValuedItemComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractValuedItemComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ValuedItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ActionComponent parseContractActionComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractActionComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ActionSubjectComponent parseContractActionSubjectComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractActionSubjectComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ActionSubjectComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.SignatoryComponent parseContractSignatoryComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractSignatoryComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.SignatoryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.FriendlyLanguageComponent parseContractFriendlyLanguageComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractFriendlyLanguageComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.FriendlyLanguageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.LegalLanguageComponent parseContractLegalLanguageComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractLegalLanguageComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.LegalLanguageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.ComputableLanguageComponent parseContractComputableLanguageComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractComputableLanguageComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.ComputableLanguageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage parseCoverage(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageProperties(com.google.gson.JsonObject json, Coverage res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage.ClassComponent parseCoverageClassComponent(com.google.gson.JsonObject json, Coverage owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageClassComponentProperties(com.google.gson.JsonObject json, Coverage owner, Coverage.ClassComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage.CostToBeneficiaryComponent parseCoverageCostToBeneficiaryComponent(com.google.gson.JsonObject json, Coverage owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageCostToBeneficiaryComponentProperties(com.google.gson.JsonObject json, Coverage owner, Coverage.CostToBeneficiaryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Coverage.ExemptionComponent parseCoverageExemptionComponent(com.google.gson.JsonObject json, Coverage owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageExemptionComponentProperties(com.google.gson.JsonObject json, Coverage owner, Coverage.ExemptionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest parseCoverageEligibilityRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityRequestProperties(com.google.gson.JsonObject json, CoverageEligibilityRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.SupportingInformationComponent parseCoverageEligibilityRequestSupportingInformationComponent(com.google.gson.JsonObject json, CoverageEligibilityRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityRequestSupportingInformationComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityRequest owner, CoverageEligibilityRequest.SupportingInformationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.InsuranceComponent parseCoverageEligibilityRequestInsuranceComponent(com.google.gson.JsonObject json, CoverageEligibilityRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityRequestInsuranceComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityRequest owner, CoverageEligibilityRequest.InsuranceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.DetailsComponent parseCoverageEligibilityRequestDetailsComponent(com.google.gson.JsonObject json, CoverageEligibilityRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityRequestDetailsComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityRequest owner, CoverageEligibilityRequest.DetailsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityRequest.DiagnosisComponent parseCoverageEligibilityRequestDiagnosisComponent(com.google.gson.JsonObject json, CoverageEligibilityRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityRequestDiagnosisComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityRequest owner, CoverageEligibilityRequest.DiagnosisComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse parseCoverageEligibilityResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityResponseProperties(com.google.gson.JsonObject json, CoverageEligibilityResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.InsuranceComponent parseCoverageEligibilityResponseInsuranceComponent(com.google.gson.JsonObject json, CoverageEligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityResponseInsuranceComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityResponse owner, CoverageEligibilityResponse.InsuranceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.ItemsComponent parseCoverageEligibilityResponseItemsComponent(com.google.gson.JsonObject json, CoverageEligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityResponseItemsComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ItemsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.BenefitComponent parseCoverageEligibilityResponseBenefitComponent(com.google.gson.JsonObject json, CoverageEligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityResponseBenefitComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityResponse owner, CoverageEligibilityResponse.BenefitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected CoverageEligibilityResponse.ErrorsComponent parseCoverageEligibilityResponseErrorsComponent(com.google.gson.JsonObject json, CoverageEligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageEligibilityResponseErrorsComponentProperties(com.google.gson.JsonObject json, CoverageEligibilityResponse owner, CoverageEligibilityResponse.ErrorsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DetectedIssue parseDetectedIssue(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDetectedIssueProperties(com.google.gson.JsonObject json, DetectedIssue res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DetectedIssue.DetectedIssueEvidenceComponent parseDetectedIssueDetectedIssueEvidenceComponent(com.google.gson.JsonObject json, DetectedIssue owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDetectedIssueDetectedIssueEvidenceComponentProperties(com.google.gson.JsonObject json, DetectedIssue owner, DetectedIssue.DetectedIssueEvidenceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DetectedIssue.DetectedIssueMitigationComponent parseDetectedIssueDetectedIssueMitigationComponent(com.google.gson.JsonObject json, DetectedIssue owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDetectedIssueDetectedIssueMitigationComponentProperties(com.google.gson.JsonObject json, DetectedIssue owner, DetectedIssue.DetectedIssueMitigationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device parseDevice(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceProperties(com.google.gson.JsonObject json, Device res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceUdiCarrierComponent parseDeviceDeviceUdiCarrierComponent(com.google.gson.JsonObject json, Device owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDeviceUdiCarrierComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DeviceUdiCarrierComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceDeviceNameComponent parseDeviceDeviceDeviceNameComponent(com.google.gson.JsonObject json, Device owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDeviceDeviceNameComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DeviceDeviceNameComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceSpecializationComponent parseDeviceDeviceSpecializationComponent(com.google.gson.JsonObject json, Device owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDeviceSpecializationComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DeviceSpecializationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DeviceVersionComponent parseDeviceDeviceVersionComponent(com.google.gson.JsonObject json, Device owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDeviceVersionComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DeviceVersionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Device.DevicePropertyComponent parseDeviceDevicePropertyComponent(com.google.gson.JsonObject json, Device owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDevicePropertyComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DevicePropertyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition parseDeviceDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDefinitionProperties(com.google.gson.JsonObject json, DeviceDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(com.google.gson.JsonObject json, DeviceDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentProperties(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionDeviceNameComponent parseDeviceDefinitionDeviceDefinitionDeviceNameComponent(com.google.gson.JsonObject json, DeviceDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDefinitionDeviceDefinitionDeviceNameComponentProperties(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionDeviceNameComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionSpecializationComponent parseDeviceDefinitionDeviceDefinitionSpecializationComponent(com.google.gson.JsonObject json, DeviceDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDefinitionDeviceDefinitionSpecializationComponentProperties(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionSpecializationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionCapabilityComponent parseDeviceDefinitionDeviceDefinitionCapabilityComponent(com.google.gson.JsonObject json, DeviceDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDefinitionDeviceDefinitionCapabilityComponentProperties(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionCapabilityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionPropertyComponent parseDeviceDefinitionDeviceDefinitionPropertyComponent(com.google.gson.JsonObject json, DeviceDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDefinitionDeviceDefinitionPropertyComponentProperties(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionPropertyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceDefinition.DeviceDefinitionMaterialComponent parseDeviceDefinitionDeviceDefinitionMaterialComponent(com.google.gson.JsonObject json, DeviceDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDefinitionDeviceDefinitionMaterialComponentProperties(com.google.gson.JsonObject json, DeviceDefinition owner, DeviceDefinition.DeviceDefinitionMaterialComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceMetric parseDeviceMetric(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceMetricProperties(com.google.gson.JsonObject json, DeviceMetric res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceMetric.DeviceMetricCalibrationComponent parseDeviceMetricDeviceMetricCalibrationComponent(com.google.gson.JsonObject json, DeviceMetric owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceMetricDeviceMetricCalibrationComponentProperties(com.google.gson.JsonObject json, DeviceMetric owner, DeviceMetric.DeviceMetricCalibrationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceRequest parseDeviceRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceRequestProperties(com.google.gson.JsonObject json, DeviceRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceRequest.DeviceRequestParameterComponent parseDeviceRequestDeviceRequestParameterComponent(com.google.gson.JsonObject json, DeviceRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceRequestDeviceRequestParameterComponentProperties(com.google.gson.JsonObject json, DeviceRequest owner, DeviceRequest.DeviceRequestParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceUseStatement parseDeviceUseStatement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceUseStatementProperties(com.google.gson.JsonObject json, DeviceUseStatement res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DiagnosticReport parseDiagnosticReport(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDiagnosticReportProperties(com.google.gson.JsonObject json, DiagnosticReport res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DiagnosticReport.DiagnosticReportMediaComponent parseDiagnosticReportDiagnosticReportMediaComponent(com.google.gson.JsonObject json, DiagnosticReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDiagnosticReportDiagnosticReportMediaComponentProperties(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportMediaComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentManifest parseDocumentManifest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentManifestProperties(com.google.gson.JsonObject json, DocumentManifest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentManifest.DocumentManifestRelatedComponent parseDocumentManifestDocumentManifestRelatedComponent(com.google.gson.JsonObject json, DocumentManifest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentManifestDocumentManifestRelatedComponentProperties(com.google.gson.JsonObject json, DocumentManifest owner, DocumentManifest.DocumentManifestRelatedComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference parseDocumentReference(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentReferenceProperties(com.google.gson.JsonObject json, DocumentReference res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference.DocumentReferenceRelatesToComponent parseDocumentReferenceDocumentReferenceRelatesToComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentReferenceDocumentReferenceRelatesToComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceRelatesToComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference.DocumentReferenceContentComponent parseDocumentReferenceDocumentReferenceContentComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentReferenceDocumentReferenceContentComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DocumentReference.DocumentReferenceContextComponent parseDocumentReferenceDocumentReferenceContextComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentReferenceDocumentReferenceContextComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContextComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis parseEffectEvidenceSynthesis(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEffectEvidenceSynthesisProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponentProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponentProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponentProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponentProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponentProperties(com.google.gson.JsonObject json, EffectEvidenceSynthesis owner, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter parseEncounter(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEncounterProperties(com.google.gson.JsonObject json, Encounter res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.StatusHistoryComponent parseEncounterStatusHistoryComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEncounterStatusHistoryComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.StatusHistoryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.ClassHistoryComponent parseEncounterClassHistoryComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEncounterClassHistoryComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.ClassHistoryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.EncounterParticipantComponent parseEncounterEncounterParticipantComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEncounterEncounterParticipantComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterParticipantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.DiagnosisComponent parseEncounterDiagnosisComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEncounterDiagnosisComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.DiagnosisComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.EncounterHospitalizationComponent parseEncounterEncounterHospitalizationComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEncounterEncounterHospitalizationComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterHospitalizationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Encounter.EncounterLocationComponent parseEncounterEncounterLocationComponent(com.google.gson.JsonObject json, Encounter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEncounterEncounterLocationComponentProperties(com.google.gson.JsonObject json, Encounter owner, Encounter.EncounterLocationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Endpoint parseEndpoint(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEndpointProperties(com.google.gson.JsonObject json, Endpoint res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EnrollmentRequest parseEnrollmentRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEnrollmentRequestProperties(com.google.gson.JsonObject json, EnrollmentRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EnrollmentResponse parseEnrollmentResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEnrollmentResponseProperties(com.google.gson.JsonObject json, EnrollmentResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EpisodeOfCare parseEpisodeOfCare(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEpisodeOfCareProperties(com.google.gson.JsonObject json, EpisodeOfCare res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EpisodeOfCare.EpisodeOfCareStatusHistoryComponent parseEpisodeOfCareEpisodeOfCareStatusHistoryComponent(com.google.gson.JsonObject json, EpisodeOfCare owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEpisodeOfCareEpisodeOfCareStatusHistoryComponentProperties(com.google.gson.JsonObject json, EpisodeOfCare owner, EpisodeOfCare.EpisodeOfCareStatusHistoryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EpisodeOfCare.DiagnosisComponent parseEpisodeOfCareDiagnosisComponent(com.google.gson.JsonObject json, EpisodeOfCare owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEpisodeOfCareDiagnosisComponentProperties(com.google.gson.JsonObject json, EpisodeOfCare owner, EpisodeOfCare.DiagnosisComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EventDefinition parseEventDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEventDefinitionProperties(com.google.gson.JsonObject json, EventDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Evidence parseEvidence(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEvidenceProperties(com.google.gson.JsonObject json, Evidence res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EvidenceVariable parseEvidenceVariable(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEvidenceVariableProperties(com.google.gson.JsonObject json, EvidenceVariable res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EvidenceVariable.EvidenceVariableCharacteristicComponent parseEvidenceVariableEvidenceVariableCharacteristicComponent(com.google.gson.JsonObject json, EvidenceVariable owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEvidenceVariableEvidenceVariableCharacteristicComponentProperties(com.google.gson.JsonObject json, EvidenceVariable owner, EvidenceVariable.EvidenceVariableCharacteristicComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario parseExampleScenario(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioProperties(com.google.gson.JsonObject json, ExampleScenario res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioActorComponent parseExampleScenarioExampleScenarioActorComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioActorComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioActorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioInstanceComponent parseExampleScenarioExampleScenarioInstanceComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioInstanceComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioInstanceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioInstanceVersionComponent parseExampleScenarioExampleScenarioInstanceVersionComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioInstanceVersionComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioInstanceVersionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent parseExampleScenarioExampleScenarioInstanceContainedInstanceComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioInstanceContainedInstanceComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessComponent parseExampleScenarioExampleScenarioProcessComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioProcessComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessStepComponent parseExampleScenarioExampleScenarioProcessStepComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioProcessStepComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessStepOperationComponent parseExampleScenarioExampleScenarioProcessStepOperationComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioProcessStepOperationComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepOperationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExampleScenario.ExampleScenarioProcessStepAlternativeComponent parseExampleScenarioExampleScenarioProcessStepAlternativeComponent(com.google.gson.JsonObject json, ExampleScenario owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExampleScenarioExampleScenarioProcessStepAlternativeComponentProperties(com.google.gson.JsonObject json, ExampleScenario owner, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit parseExplanationOfBenefit(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitProperties(com.google.gson.JsonObject json, ExplanationOfBenefit res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.RelatedClaimComponent parseExplanationOfBenefitRelatedClaimComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitRelatedClaimComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.RelatedClaimComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.PayeeComponent parseExplanationOfBenefitPayeeComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitPayeeComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.PayeeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.CareTeamComponent parseExplanationOfBenefitCareTeamComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitCareTeamComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.CareTeamComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.SupportingInformationComponent parseExplanationOfBenefitSupportingInformationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitSupportingInformationComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.SupportingInformationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.DiagnosisComponent parseExplanationOfBenefitDiagnosisComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitDiagnosisComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.DiagnosisComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.ProcedureComponent parseExplanationOfBenefitProcedureComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitProcedureComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.ProcedureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.InsuranceComponent parseExplanationOfBenefitInsuranceComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitInsuranceComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.InsuranceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AccidentComponent parseExplanationOfBenefitAccidentComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitAccidentComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.AccidentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.ItemComponent parseExplanationOfBenefitItemComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitItemComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.ItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AdjudicationComponent parseExplanationOfBenefitAdjudicationComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitAdjudicationComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.AdjudicationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.DetailComponent parseExplanationOfBenefitDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitDetailComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.DetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.SubDetailComponent parseExplanationOfBenefitSubDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitSubDetailComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.SubDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AddedItemComponent parseExplanationOfBenefitAddedItemComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitAddedItemComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AddedItemDetailComponent parseExplanationOfBenefitAddedItemDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitAddedItemDetailComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.AddedItemDetailSubDetailComponent parseExplanationOfBenefitAddedItemDetailSubDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitAddedItemDetailSubDetailComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemDetailSubDetailComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.TotalComponent parseExplanationOfBenefitTotalComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitTotalComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.TotalComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.PaymentComponent parseExplanationOfBenefitPaymentComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitPaymentComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.PaymentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.NoteComponent parseExplanationOfBenefitNoteComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitNoteComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.NoteComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.BenefitBalanceComponent parseExplanationOfBenefitBenefitBalanceComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitBenefitBalanceComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.BenefitBalanceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExplanationOfBenefit.BenefitComponent parseExplanationOfBenefitBenefitComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitBenefitComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.BenefitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected FamilyMemberHistory parseFamilyMemberHistory(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseFamilyMemberHistoryProperties(com.google.gson.JsonObject json, FamilyMemberHistory res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected FamilyMemberHistory.FamilyMemberHistoryConditionComponent parseFamilyMemberHistoryFamilyMemberHistoryConditionComponent(com.google.gson.JsonObject json, FamilyMemberHistory owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseFamilyMemberHistoryFamilyMemberHistoryConditionComponentProperties(com.google.gson.JsonObject json, FamilyMemberHistory owner, FamilyMemberHistory.FamilyMemberHistoryConditionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Flag parseFlag(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseFlagProperties(com.google.gson.JsonObject json, Flag res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Goal parseGoal(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGoalProperties(com.google.gson.JsonObject json, Goal res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Goal.GoalTargetComponent parseGoalGoalTargetComponent(com.google.gson.JsonObject json, Goal owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGoalGoalTargetComponentProperties(com.google.gson.JsonObject json, Goal owner, Goal.GoalTargetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition parseGraphDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGraphDefinitionProperties(com.google.gson.JsonObject json, GraphDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition.GraphDefinitionLinkComponent parseGraphDefinitionGraphDefinitionLinkComponent(com.google.gson.JsonObject json, GraphDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGraphDefinitionGraphDefinitionLinkComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition.GraphDefinitionLinkTargetComponent parseGraphDefinitionGraphDefinitionLinkTargetComponent(com.google.gson.JsonObject json, GraphDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGraphDefinitionGraphDefinitionLinkTargetComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(com.google.gson.JsonObject json, GraphDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentProperties(com.google.gson.JsonObject json, GraphDefinition owner, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Group parseGroup(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGroupProperties(com.google.gson.JsonObject json, Group res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Group.GroupCharacteristicComponent parseGroupGroupCharacteristicComponent(com.google.gson.JsonObject json, Group owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGroupGroupCharacteristicComponentProperties(com.google.gson.JsonObject json, Group owner, Group.GroupCharacteristicComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Group.GroupMemberComponent parseGroupGroupMemberComponent(com.google.gson.JsonObject json, Group owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGroupGroupMemberComponentProperties(com.google.gson.JsonObject json, Group owner, Group.GroupMemberComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected GuidanceResponse parseGuidanceResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseGuidanceResponseProperties(com.google.gson.JsonObject json, GuidanceResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService parseHealthcareService(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseHealthcareServiceProperties(com.google.gson.JsonObject json, HealthcareService res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService.HealthcareServiceEligibilityComponent parseHealthcareServiceHealthcareServiceEligibilityComponent(com.google.gson.JsonObject json, HealthcareService owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseHealthcareServiceHealthcareServiceEligibilityComponentProperties(com.google.gson.JsonObject json, HealthcareService owner, HealthcareService.HealthcareServiceEligibilityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService.HealthcareServiceAvailableTimeComponent parseHealthcareServiceHealthcareServiceAvailableTimeComponent(com.google.gson.JsonObject json, HealthcareService owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseHealthcareServiceHealthcareServiceAvailableTimeComponentProperties(com.google.gson.JsonObject json, HealthcareService owner, HealthcareService.HealthcareServiceAvailableTimeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected HealthcareService.HealthcareServiceNotAvailableComponent parseHealthcareServiceHealthcareServiceNotAvailableComponent(com.google.gson.JsonObject json, HealthcareService owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseHealthcareServiceHealthcareServiceNotAvailableComponentProperties(com.google.gson.JsonObject json, HealthcareService owner, HealthcareService.HealthcareServiceNotAvailableComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy parseImagingStudy(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingStudyProperties(com.google.gson.JsonObject json, ImagingStudy res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy.ImagingStudySeriesComponent parseImagingStudyImagingStudySeriesComponent(com.google.gson.JsonObject json, ImagingStudy owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingStudyImagingStudySeriesComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy.ImagingStudySeriesPerformerComponent parseImagingStudyImagingStudySeriesPerformerComponent(com.google.gson.JsonObject json, ImagingStudy owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingStudyImagingStudySeriesPerformerComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesPerformerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingStudy.ImagingStudySeriesInstanceComponent parseImagingStudyImagingStudySeriesInstanceComponent(com.google.gson.JsonObject json, ImagingStudy owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingStudyImagingStudySeriesInstanceComponentProperties(com.google.gson.JsonObject json, ImagingStudy owner, ImagingStudy.ImagingStudySeriesInstanceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization parseImmunization(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationProperties(com.google.gson.JsonObject json, Immunization res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationPerformerComponent parseImmunizationImmunizationPerformerComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationImmunizationPerformerComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationPerformerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationEducationComponent parseImmunizationImmunizationEducationComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationImmunizationEducationComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationEducationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationReactionComponent parseImmunizationImmunizationReactionComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationImmunizationReactionComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationReactionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationProtocolAppliedComponent parseImmunizationImmunizationProtocolAppliedComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationImmunizationProtocolAppliedComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationProtocolAppliedComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationEvaluation parseImmunizationEvaluation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationEvaluationProperties(com.google.gson.JsonObject json, ImmunizationEvaluation res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationRecommendation parseImmunizationRecommendation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationRecommendationProperties(com.google.gson.JsonObject json, ImmunizationRecommendation res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationComponent(com.google.gson.JsonObject json, ImmunizationRecommendation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationRecommendationImmunizationRecommendationRecommendationComponentProperties(com.google.gson.JsonObject json, ImmunizationRecommendation owner, ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(com.google.gson.JsonObject json, ImmunizationRecommendation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentProperties(com.google.gson.JsonObject json, ImmunizationRecommendation owner, ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide parseImplementationGuide(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideProperties(com.google.gson.JsonObject json, ImplementationGuide res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDependsOnComponent parseImplementationGuideImplementationGuideDependsOnComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDependsOnComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependsOnComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideGlobalComponent parseImplementationGuideImplementationGuideGlobalComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideGlobalComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideGlobalComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionComponent parseImplementationGuideImplementationGuideDefinitionComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDefinitionComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionGroupingComponent parseImplementationGuideImplementationGuideDefinitionGroupingComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDefinitionGroupingComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionGroupingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionResourceComponent parseImplementationGuideImplementationGuideDefinitionResourceComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDefinitionResourceComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionResourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionPageComponent parseImplementationGuideImplementationGuideDefinitionPageComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDefinitionPageComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionPageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionParameterComponent parseImplementationGuideImplementationGuideDefinitionParameterComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDefinitionParameterComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideDefinitionTemplateComponent parseImplementationGuideImplementationGuideDefinitionTemplateComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDefinitionTemplateComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDefinitionTemplateComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuideManifestComponent parseImplementationGuideImplementationGuideManifestComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideManifestComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideManifestComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ManifestResourceComponent parseImplementationGuideManifestResourceComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideManifestResourceComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ManifestResourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ManifestPageComponent parseImplementationGuideManifestPageComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideManifestPageComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ManifestPageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan parseInsurancePlan(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanProperties(com.google.gson.JsonObject json, InsurancePlan res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanContactComponent parseInsurancePlanInsurancePlanContactComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanInsurancePlanContactComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanContactComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanCoverageComponent parseInsurancePlanInsurancePlanCoverageComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanInsurancePlanCoverageComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanCoverageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.CoverageBenefitComponent parseInsurancePlanCoverageBenefitComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanCoverageBenefitComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.CoverageBenefitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.CoverageBenefitLimitComponent parseInsurancePlanCoverageBenefitLimitComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanCoverageBenefitLimitComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.CoverageBenefitLimitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanPlanComponent parseInsurancePlanInsurancePlanPlanComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanInsurancePlanPlanComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanPlanComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanPlanGeneralCostComponent parseInsurancePlanInsurancePlanPlanGeneralCostComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanInsurancePlanPlanGeneralCostComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanPlanGeneralCostComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.InsurancePlanPlanSpecificCostComponent parseInsurancePlanInsurancePlanPlanSpecificCostComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanInsurancePlanPlanSpecificCostComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.InsurancePlanPlanSpecificCostComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.PlanBenefitComponent parseInsurancePlanPlanBenefitComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanPlanBenefitComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.PlanBenefitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected InsurancePlan.PlanBenefitCostComponent parseInsurancePlanPlanBenefitCostComponent(com.google.gson.JsonObject json, InsurancePlan owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInsurancePlanPlanBenefitCostComponentProperties(com.google.gson.JsonObject json, InsurancePlan owner, InsurancePlan.PlanBenefitCostComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice parseInvoice(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInvoiceProperties(com.google.gson.JsonObject json, Invoice res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice.InvoiceParticipantComponent parseInvoiceInvoiceParticipantComponent(com.google.gson.JsonObject json, Invoice owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInvoiceInvoiceParticipantComponentProperties(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceParticipantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice.InvoiceLineItemComponent parseInvoiceInvoiceLineItemComponent(com.google.gson.JsonObject json, Invoice owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInvoiceInvoiceLineItemComponentProperties(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceLineItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Invoice.InvoiceLineItemPriceComponentComponent parseInvoiceInvoiceLineItemPriceComponentComponent(com.google.gson.JsonObject json, Invoice owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseInvoiceInvoiceLineItemPriceComponentComponentProperties(com.google.gson.JsonObject json, Invoice owner, Invoice.InvoiceLineItemPriceComponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Library parseLibrary(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseLibraryProperties(com.google.gson.JsonObject json, Library res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Linkage parseLinkage(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseLinkageProperties(com.google.gson.JsonObject json, Linkage res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Linkage.LinkageItemComponent parseLinkageLinkageItemComponent(com.google.gson.JsonObject json, Linkage owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseLinkageLinkageItemComponentProperties(com.google.gson.JsonObject json, Linkage owner, Linkage.LinkageItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ListResource parseListResource(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseListResourceProperties(com.google.gson.JsonObject json, ListResource res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ListResource.ListEntryComponent parseListResourceListEntryComponent(com.google.gson.JsonObject json, ListResource owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseListResourceListEntryComponentProperties(com.google.gson.JsonObject json, ListResource owner, ListResource.ListEntryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Location parseLocation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseLocationProperties(com.google.gson.JsonObject json, Location res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Location.LocationPositionComponent parseLocationLocationPositionComponent(com.google.gson.JsonObject json, Location owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseLocationLocationPositionComponentProperties(com.google.gson.JsonObject json, Location owner, Location.LocationPositionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Location.LocationHoursOfOperationComponent parseLocationLocationHoursOfOperationComponent(com.google.gson.JsonObject json, Location owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseLocationLocationHoursOfOperationComponentProperties(com.google.gson.JsonObject json, Location owner, Location.LocationHoursOfOperationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure parseMeasure(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureProperties(com.google.gson.JsonObject json, Measure res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupComponent parseMeasureMeasureGroupComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureMeasureGroupComponentProperties(com.google.gson.JsonObject json, Measure owner, Measure.MeasureGroupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupPopulationComponent parseMeasureMeasureGroupPopulationComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureMeasureGroupPopulationComponentProperties(com.google.gson.JsonObject json, Measure owner, Measure.MeasureGroupPopulationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupStratifierComponent parseMeasureMeasureGroupStratifierComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureMeasureGroupStratifierComponentProperties(com.google.gson.JsonObject json, Measure owner, Measure.MeasureGroupStratifierComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureGroupStratifierComponentComponent parseMeasureMeasureGroupStratifierComponentComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureMeasureGroupStratifierComponentComponentProperties(com.google.gson.JsonObject json, Measure owner, Measure.MeasureGroupStratifierComponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Measure.MeasureSupplementalDataComponent parseMeasureMeasureSupplementalDataComponent(com.google.gson.JsonObject json, Measure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureMeasureSupplementalDataComponentProperties(com.google.gson.JsonObject json, Measure owner, Measure.MeasureSupplementalDataComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport parseMeasureReport(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureReportProperties(com.google.gson.JsonObject json, MeasureReport res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.MeasureReportGroupComponent parseMeasureReportMeasureReportGroupComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureReportMeasureReportGroupComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.MeasureReportGroupPopulationComponent parseMeasureReportMeasureReportGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureReportMeasureReportGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupPopulationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.MeasureReportGroupStratifierComponent parseMeasureReportMeasureReportGroupStratifierComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureReportMeasureReportGroupStratifierComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.MeasureReportGroupStratifierComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.StratifierGroupComponent parseMeasureReportStratifierGroupComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureReportStratifierGroupComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.StratifierGroupComponentComponent parseMeasureReportStratifierGroupComponentComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureReportStratifierGroupComponentComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupComponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MeasureReport.StratifierGroupPopulationComponent parseMeasureReportStratifierGroupPopulationComponent(com.google.gson.JsonObject json, MeasureReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMeasureReportStratifierGroupPopulationComponentProperties(com.google.gson.JsonObject json, MeasureReport owner, MeasureReport.StratifierGroupPopulationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Media parseMedia(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMediaProperties(com.google.gson.JsonObject json, Media res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication parseMedication(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationProperties(com.google.gson.JsonObject json, Medication res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication.MedicationIngredientComponent parseMedicationMedicationIngredientComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationMedicationIngredientComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationIngredientComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication.MedicationBatchComponent parseMedicationMedicationBatchComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationMedicationBatchComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationBatchComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationAdministration parseMedicationAdministration(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationAdministrationProperties(com.google.gson.JsonObject json, MedicationAdministration res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationAdministration.MedicationAdministrationPerformerComponent parseMedicationAdministrationMedicationAdministrationPerformerComponent(com.google.gson.JsonObject json, MedicationAdministration owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationAdministrationMedicationAdministrationPerformerComponentProperties(com.google.gson.JsonObject json, MedicationAdministration owner, MedicationAdministration.MedicationAdministrationPerformerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationAdministration.MedicationAdministrationDosageComponent parseMedicationAdministrationMedicationAdministrationDosageComponent(com.google.gson.JsonObject json, MedicationAdministration owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationAdministrationMedicationAdministrationDosageComponentProperties(com.google.gson.JsonObject json, MedicationAdministration owner, MedicationAdministration.MedicationAdministrationDosageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationDispense parseMedicationDispense(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationDispenseProperties(com.google.gson.JsonObject json, MedicationDispense res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationDispense.MedicationDispensePerformerComponent parseMedicationDispenseMedicationDispensePerformerComponent(com.google.gson.JsonObject json, MedicationDispense owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationDispenseMedicationDispensePerformerComponentProperties(com.google.gson.JsonObject json, MedicationDispense owner, MedicationDispense.MedicationDispensePerformerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationDispense.MedicationDispenseSubstitutionComponent parseMedicationDispenseMedicationDispenseSubstitutionComponent(com.google.gson.JsonObject json, MedicationDispense owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationDispenseMedicationDispenseSubstitutionComponentProperties(com.google.gson.JsonObject json, MedicationDispense owner, MedicationDispense.MedicationDispenseSubstitutionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge parseMedicationKnowledge(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeProperties(com.google.gson.JsonObject json, MedicationKnowledge res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent parseMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeMonographComponent parseMedicationKnowledgeMedicationKnowledgeMonographComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeMonographComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeMonographComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeIngredientComponent parseMedicationKnowledgeMedicationKnowledgeIngredientComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeIngredientComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeIngredientComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeCostComponent parseMedicationKnowledgeMedicationKnowledgeCostComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeCostComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeCostComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent parseMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent parseMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgePackagingComponent parseMedicationKnowledgeMedicationKnowledgePackagingComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgePackagingComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgePackagingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent parseMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatoryComponent parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeRegulatoryComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent parseMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent parseMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent parseMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationKnowledge.MedicationKnowledgeKineticsComponent parseMedicationKnowledgeMedicationKnowledgeKineticsComponent(com.google.gson.JsonObject json, MedicationKnowledge owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationKnowledgeMedicationKnowledgeKineticsComponentProperties(com.google.gson.JsonObject json, MedicationKnowledge owner, MedicationKnowledge.MedicationKnowledgeKineticsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest parseMedicationRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationRequestProperties(com.google.gson.JsonObject json, MedicationRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest.MedicationRequestDispenseRequestComponent parseMedicationRequestMedicationRequestDispenseRequestComponent(com.google.gson.JsonObject json, MedicationRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationRequestMedicationRequestDispenseRequestComponentProperties(com.google.gson.JsonObject json, MedicationRequest owner, MedicationRequest.MedicationRequestDispenseRequestComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent parseMedicationRequestMedicationRequestDispenseRequestInitialFillComponent(com.google.gson.JsonObject json, MedicationRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationRequestMedicationRequestDispenseRequestInitialFillComponentProperties(com.google.gson.JsonObject json, MedicationRequest owner, MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationRequest.MedicationRequestSubstitutionComponent parseMedicationRequestMedicationRequestSubstitutionComponent(com.google.gson.JsonObject json, MedicationRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationRequestMedicationRequestSubstitutionComponentProperties(com.google.gson.JsonObject json, MedicationRequest owner, MedicationRequest.MedicationRequestSubstitutionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicationStatement parseMedicationStatement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationStatementProperties(com.google.gson.JsonObject json, MedicationStatement res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct parseMedicinalProduct(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductProperties(com.google.gson.JsonObject json, MedicinalProduct res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductNameComponent parseMedicinalProductMedicinalProductNameComponent(com.google.gson.JsonObject json, MedicinalProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductMedicinalProductNameComponentProperties(com.google.gson.JsonObject json, MedicinalProduct owner, MedicinalProduct.MedicinalProductNameComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductNameNamePartComponent parseMedicinalProductMedicinalProductNameNamePartComponent(com.google.gson.JsonObject json, MedicinalProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductMedicinalProductNameNamePartComponentProperties(com.google.gson.JsonObject json, MedicinalProduct owner, MedicinalProduct.MedicinalProductNameNamePartComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductNameCountryLanguageComponent parseMedicinalProductMedicinalProductNameCountryLanguageComponent(com.google.gson.JsonObject json, MedicinalProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductMedicinalProductNameCountryLanguageComponentProperties(com.google.gson.JsonObject json, MedicinalProduct owner, MedicinalProduct.MedicinalProductNameCountryLanguageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent parseMedicinalProductMedicinalProductManufacturingBusinessOperationComponent(com.google.gson.JsonObject json, MedicinalProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductMedicinalProductManufacturingBusinessOperationComponentProperties(com.google.gson.JsonObject json, MedicinalProduct owner, MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProduct.MedicinalProductSpecialDesignationComponent parseMedicinalProductMedicinalProductSpecialDesignationComponent(com.google.gson.JsonObject json, MedicinalProduct owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductMedicinalProductSpecialDesignationComponentProperties(com.google.gson.JsonObject json, MedicinalProduct owner, MedicinalProduct.MedicinalProductSpecialDesignationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductAuthorization parseMedicinalProductAuthorization(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductAuthorizationProperties(com.google.gson.JsonObject json, MedicinalProductAuthorization res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent parseMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponent(com.google.gson.JsonObject json, MedicinalProductAuthorization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponentProperties(com.google.gson.JsonObject json, MedicinalProductAuthorization owner, MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent parseMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponent(com.google.gson.JsonObject json, MedicinalProductAuthorization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponentProperties(com.google.gson.JsonObject json, MedicinalProductAuthorization owner, MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductContraindication parseMedicinalProductContraindication(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductContraindicationProperties(com.google.gson.JsonObject json, MedicinalProductContraindication res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent(com.google.gson.JsonObject json, MedicinalProductContraindication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentProperties(com.google.gson.JsonObject json, MedicinalProductContraindication owner, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIndication parseMedicinalProductIndication(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductIndicationProperties(com.google.gson.JsonObject json, MedicinalProductIndication res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent parseMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponent(com.google.gson.JsonObject json, MedicinalProductIndication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponentProperties(com.google.gson.JsonObject json, MedicinalProductIndication owner, MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient parseMedicinalProductIngredient(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductIngredientProperties(com.google.gson.JsonObject json, MedicinalProductIngredient res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponent(com.google.gson.JsonObject json, MedicinalProductIngredient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductIngredientMedicinalProductIngredientSubstanceComponentProperties(com.google.gson.JsonObject json, MedicinalProductIngredient owner, MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductInteraction parseMedicinalProductInteraction(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductInteractionProperties(com.google.gson.JsonObject json, MedicinalProductInteraction res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponent(com.google.gson.JsonObject json, MedicinalProductInteraction owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductInteractionMedicinalProductInteractionInteractantComponentProperties(com.google.gson.JsonObject json, MedicinalProductInteraction owner, MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductManufactured parseMedicinalProductManufactured(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductManufacturedProperties(com.google.gson.JsonObject json, MedicinalProductManufactured res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPackaged parseMedicinalProductPackaged(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPackagedProperties(com.google.gson.JsonObject json, MedicinalProductPackaged res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent parseMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponent(com.google.gson.JsonObject json, MedicinalProductPackaged owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponentProperties(com.google.gson.JsonObject json, MedicinalProductPackaged owner, MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent parseMedicinalProductPackagedMedicinalProductPackagedPackageItemComponent(com.google.gson.JsonObject json, MedicinalProductPackaged owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPackagedMedicinalProductPackagedPackageItemComponentProperties(com.google.gson.JsonObject json, MedicinalProductPackaged owner, MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical parseMedicinalProductPharmaceutical(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPharmaceuticalProperties(com.google.gson.JsonObject json, MedicinalProductPharmaceutical res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponent(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponentProperties(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponent(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponentProperties(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponentProperties(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponentProperties(com.google.gson.JsonObject json, MedicinalProductPharmaceutical owner, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MedicinalProductUndesirableEffect parseMedicinalProductUndesirableEffect(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicinalProductUndesirableEffectProperties(com.google.gson.JsonObject json, MedicinalProductUndesirableEffect res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageDefinition parseMessageDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMessageDefinitionProperties(com.google.gson.JsonObject json, MessageDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageDefinition.MessageDefinitionFocusComponent parseMessageDefinitionMessageDefinitionFocusComponent(com.google.gson.JsonObject json, MessageDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMessageDefinitionMessageDefinitionFocusComponentProperties(com.google.gson.JsonObject json, MessageDefinition owner, MessageDefinition.MessageDefinitionFocusComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageDefinition.MessageDefinitionAllowedResponseComponent parseMessageDefinitionMessageDefinitionAllowedResponseComponent(com.google.gson.JsonObject json, MessageDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMessageDefinitionMessageDefinitionAllowedResponseComponentProperties(com.google.gson.JsonObject json, MessageDefinition owner, MessageDefinition.MessageDefinitionAllowedResponseComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader parseMessageHeader(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMessageHeaderProperties(com.google.gson.JsonObject json, MessageHeader res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader.MessageDestinationComponent parseMessageHeaderMessageDestinationComponent(com.google.gson.JsonObject json, MessageHeader owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMessageHeaderMessageDestinationComponentProperties(com.google.gson.JsonObject json, MessageHeader owner, MessageHeader.MessageDestinationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader.MessageSourceComponent parseMessageHeaderMessageSourceComponent(com.google.gson.JsonObject json, MessageHeader owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMessageHeaderMessageSourceComponentProperties(com.google.gson.JsonObject json, MessageHeader owner, MessageHeader.MessageSourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MessageHeader.MessageHeaderResponseComponent parseMessageHeaderMessageHeaderResponseComponent(com.google.gson.JsonObject json, MessageHeader owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMessageHeaderMessageHeaderResponseComponentProperties(com.google.gson.JsonObject json, MessageHeader owner, MessageHeader.MessageHeaderResponseComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence parseMolecularSequence(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceProperties(com.google.gson.JsonObject json, MolecularSequence res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceReferenceSeqComponent parseMolecularSequenceMolecularSequenceReferenceSeqComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceReferenceSeqComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceReferenceSeqComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceVariantComponent parseMolecularSequenceMolecularSequenceVariantComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceVariantComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceVariantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceQualityComponent parseMolecularSequenceMolecularSequenceQualityComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceQualityComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceQualityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceQualityRocComponent parseMolecularSequenceMolecularSequenceQualityRocComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceQualityRocComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceQualityRocComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceRepositoryComponent parseMolecularSequenceMolecularSequenceRepositoryComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceRepositoryComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceRepositoryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceStructureVariantComponent parseMolecularSequenceMolecularSequenceStructureVariantComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceStructureVariantComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceStructureVariantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceStructureVariantOuterComponent parseMolecularSequenceMolecularSequenceStructureVariantOuterComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceStructureVariantOuterComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceStructureVariantOuterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected MolecularSequence.MolecularSequenceStructureVariantInnerComponent parseMolecularSequenceMolecularSequenceStructureVariantInnerComponent(com.google.gson.JsonObject json, MolecularSequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMolecularSequenceMolecularSequenceStructureVariantInnerComponentProperties(com.google.gson.JsonObject json, MolecularSequence owner, MolecularSequence.MolecularSequenceStructureVariantInnerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NamingSystem parseNamingSystem(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNamingSystemProperties(com.google.gson.JsonObject json, NamingSystem res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NamingSystem.NamingSystemUniqueIdComponent parseNamingSystemNamingSystemUniqueIdComponent(com.google.gson.JsonObject json, NamingSystem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNamingSystemNamingSystemUniqueIdComponentProperties(com.google.gson.JsonObject json, NamingSystem owner, NamingSystem.NamingSystemUniqueIdComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder parseNutritionOrder(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNutritionOrderProperties(com.google.gson.JsonObject json, NutritionOrder res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderOralDietComponent parseNutritionOrderNutritionOrderOralDietComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNutritionOrderNutritionOrderOralDietComponentProperties(com.google.gson.JsonObject json, NutritionOrder owner, NutritionOrder.NutritionOrderOralDietComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderOralDietNutrientComponent parseNutritionOrderNutritionOrderOralDietNutrientComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNutritionOrderNutritionOrderOralDietNutrientComponentProperties(com.google.gson.JsonObject json, NutritionOrder owner, NutritionOrder.NutritionOrderOralDietNutrientComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderOralDietTextureComponent parseNutritionOrderNutritionOrderOralDietTextureComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNutritionOrderNutritionOrderOralDietTextureComponentProperties(com.google.gson.JsonObject json, NutritionOrder owner, NutritionOrder.NutritionOrderOralDietTextureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderSupplementComponent parseNutritionOrderNutritionOrderSupplementComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNutritionOrderNutritionOrderSupplementComponentProperties(com.google.gson.JsonObject json, NutritionOrder owner, NutritionOrder.NutritionOrderSupplementComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderEnteralFormulaComponent parseNutritionOrderNutritionOrderEnteralFormulaComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNutritionOrderNutritionOrderEnteralFormulaComponentProperties(com.google.gson.JsonObject json, NutritionOrder owner, NutritionOrder.NutritionOrderEnteralFormulaComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(com.google.gson.JsonObject json, NutritionOrder owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentProperties(com.google.gson.JsonObject json, NutritionOrder owner, NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Observation parseObservation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseObservationProperties(com.google.gson.JsonObject json, Observation res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Observation.ObservationReferenceRangeComponent parseObservationObservationReferenceRangeComponent(com.google.gson.JsonObject json, Observation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseObservationObservationReferenceRangeComponentProperties(com.google.gson.JsonObject json, Observation owner, Observation.ObservationReferenceRangeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Observation.ObservationComponentComponent parseObservationObservationComponentComponent(com.google.gson.JsonObject json, Observation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseObservationObservationComponentComponentProperties(com.google.gson.JsonObject json, Observation owner, Observation.ObservationComponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ObservationDefinition parseObservationDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseObservationDefinitionProperties(com.google.gson.JsonObject json, ObservationDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent parseObservationDefinitionObservationDefinitionQuantitativeDetailsComponent(com.google.gson.JsonObject json, ObservationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseObservationDefinitionObservationDefinitionQuantitativeDetailsComponentProperties(com.google.gson.JsonObject json, ObservationDefinition owner, ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent parseObservationDefinitionObservationDefinitionQualifiedIntervalComponent(com.google.gson.JsonObject json, ObservationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseObservationDefinitionObservationDefinitionQualifiedIntervalComponentProperties(com.google.gson.JsonObject json, ObservationDefinition owner, ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition parseOperationDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOperationDefinitionProperties(com.google.gson.JsonObject json, OperationDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionParameterComponent parseOperationDefinitionOperationDefinitionParameterComponent(com.google.gson.JsonObject json, OperationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOperationDefinitionOperationDefinitionParameterComponentProperties(com.google.gson.JsonObject json, OperationDefinition owner, OperationDefinition.OperationDefinitionParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionParameterBindingComponent parseOperationDefinitionOperationDefinitionParameterBindingComponent(com.google.gson.JsonObject json, OperationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOperationDefinitionOperationDefinitionParameterBindingComponentProperties(com.google.gson.JsonObject json, OperationDefinition owner, OperationDefinition.OperationDefinitionParameterBindingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionParameterReferencedFromComponent parseOperationDefinitionOperationDefinitionParameterReferencedFromComponent(com.google.gson.JsonObject json, OperationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOperationDefinitionOperationDefinitionParameterReferencedFromComponentProperties(com.google.gson.JsonObject json, OperationDefinition owner, OperationDefinition.OperationDefinitionParameterReferencedFromComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationDefinition.OperationDefinitionOverloadComponent parseOperationDefinitionOperationDefinitionOverloadComponent(com.google.gson.JsonObject json, OperationDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOperationDefinitionOperationDefinitionOverloadComponentProperties(com.google.gson.JsonObject json, OperationDefinition owner, OperationDefinition.OperationDefinitionOverloadComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationOutcome parseOperationOutcome(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOperationOutcomeProperties(com.google.gson.JsonObject json, OperationOutcome res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OperationOutcome.OperationOutcomeIssueComponent parseOperationOutcomeOperationOutcomeIssueComponent(com.google.gson.JsonObject json, OperationOutcome owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOperationOutcomeOperationOutcomeIssueComponentProperties(com.google.gson.JsonObject json, OperationOutcome owner, OperationOutcome.OperationOutcomeIssueComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Organization parseOrganization(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOrganizationProperties(com.google.gson.JsonObject json, Organization res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Organization.OrganizationContactComponent parseOrganizationOrganizationContactComponent(com.google.gson.JsonObject json, Organization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOrganizationOrganizationContactComponentProperties(com.google.gson.JsonObject json, Organization owner, Organization.OrganizationContactComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected OrganizationAffiliation parseOrganizationAffiliation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseOrganizationAffiliationProperties(com.google.gson.JsonObject json, OrganizationAffiliation res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient parsePatient(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePatientProperties(com.google.gson.JsonObject json, Patient res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient.ContactComponent parsePatientContactComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePatientContactComponentProperties(com.google.gson.JsonObject json, Patient owner, Patient.ContactComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient.PatientCommunicationComponent parsePatientPatientCommunicationComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePatientPatientCommunicationComponentProperties(com.google.gson.JsonObject json, Patient owner, Patient.PatientCommunicationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Patient.PatientLinkComponent parsePatientPatientLinkComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePatientPatientLinkComponentProperties(com.google.gson.JsonObject json, Patient owner, Patient.PatientLinkComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentNotice parsePaymentNotice(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePaymentNoticeProperties(com.google.gson.JsonObject json, PaymentNotice res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentReconciliation parsePaymentReconciliation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePaymentReconciliationProperties(com.google.gson.JsonObject json, PaymentReconciliation res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentReconciliation.DetailsComponent parsePaymentReconciliationDetailsComponent(com.google.gson.JsonObject json, PaymentReconciliation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePaymentReconciliationDetailsComponentProperties(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.DetailsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PaymentReconciliation.NotesComponent parsePaymentReconciliationNotesComponent(com.google.gson.JsonObject json, PaymentReconciliation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePaymentReconciliationNotesComponentProperties(com.google.gson.JsonObject json, PaymentReconciliation owner, PaymentReconciliation.NotesComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Person parsePerson(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePersonProperties(com.google.gson.JsonObject json, Person res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Person.PersonLinkComponent parsePersonPersonLinkComponent(com.google.gson.JsonObject json, Person owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePersonPersonLinkComponentProperties(com.google.gson.JsonObject json, Person owner, Person.PersonLinkComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition parsePlanDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionProperties(com.google.gson.JsonObject json, PlanDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionGoalComponent parsePlanDefinitionPlanDefinitionGoalComponent(com.google.gson.JsonObject json, PlanDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionPlanDefinitionGoalComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionGoalTargetComponent parsePlanDefinitionPlanDefinitionGoalTargetComponent(com.google.gson.JsonObject json, PlanDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionPlanDefinitionGoalTargetComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionGoalTargetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionComponent parsePlanDefinitionPlanDefinitionActionComponent(com.google.gson.JsonObject json, PlanDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionPlanDefinitionActionComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionConditionComponent parsePlanDefinitionPlanDefinitionActionConditionComponent(com.google.gson.JsonObject json, PlanDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionPlanDefinitionActionConditionComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionConditionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionRelatedActionComponent parsePlanDefinitionPlanDefinitionActionRelatedActionComponent(com.google.gson.JsonObject json, PlanDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionPlanDefinitionActionRelatedActionComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionRelatedActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionParticipantComponent parsePlanDefinitionPlanDefinitionActionParticipantComponent(com.google.gson.JsonObject json, PlanDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionPlanDefinitionActionParticipantComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionParticipantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PlanDefinition.PlanDefinitionActionDynamicValueComponent parsePlanDefinitionPlanDefinitionActionDynamicValueComponent(com.google.gson.JsonObject json, PlanDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePlanDefinitionPlanDefinitionActionDynamicValueComponentProperties(com.google.gson.JsonObject json, PlanDefinition owner, PlanDefinition.PlanDefinitionActionDynamicValueComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Practitioner parsePractitioner(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePractitionerProperties(com.google.gson.JsonObject json, Practitioner res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Practitioner.PractitionerQualificationComponent parsePractitionerPractitionerQualificationComponent(com.google.gson.JsonObject json, Practitioner owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePractitionerPractitionerQualificationComponentProperties(com.google.gson.JsonObject json, Practitioner owner, Practitioner.PractitionerQualificationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PractitionerRole parsePractitionerRole(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePractitionerRoleProperties(com.google.gson.JsonObject json, PractitionerRole res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PractitionerRole.PractitionerRoleAvailableTimeComponent parsePractitionerRolePractitionerRoleAvailableTimeComponent(com.google.gson.JsonObject json, PractitionerRole owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePractitionerRolePractitionerRoleAvailableTimeComponentProperties(com.google.gson.JsonObject json, PractitionerRole owner, PractitionerRole.PractitionerRoleAvailableTimeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected PractitionerRole.PractitionerRoleNotAvailableComponent parsePractitionerRolePractitionerRoleNotAvailableComponent(com.google.gson.JsonObject json, PractitionerRole owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePractitionerRolePractitionerRoleNotAvailableComponentProperties(com.google.gson.JsonObject json, PractitionerRole owner, PractitionerRole.PractitionerRoleNotAvailableComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Procedure parseProcedure(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcedureProperties(com.google.gson.JsonObject json, Procedure res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Procedure.ProcedurePerformerComponent parseProcedureProcedurePerformerComponent(com.google.gson.JsonObject json, Procedure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcedureProcedurePerformerComponentProperties(com.google.gson.JsonObject json, Procedure owner, Procedure.ProcedurePerformerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Procedure.ProcedureFocalDeviceComponent parseProcedureProcedureFocalDeviceComponent(com.google.gson.JsonObject json, Procedure owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcedureProcedureFocalDeviceComponentProperties(com.google.gson.JsonObject json, Procedure owner, Procedure.ProcedureFocalDeviceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Provenance parseProvenance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProvenanceProperties(com.google.gson.JsonObject json, Provenance res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Provenance.ProvenanceAgentComponent parseProvenanceProvenanceAgentComponent(com.google.gson.JsonObject json, Provenance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProvenanceProvenanceAgentComponentProperties(com.google.gson.JsonObject json, Provenance owner, Provenance.ProvenanceAgentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Provenance.ProvenanceEntityComponent parseProvenanceProvenanceEntityComponent(com.google.gson.JsonObject json, Provenance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProvenanceProvenanceEntityComponentProperties(com.google.gson.JsonObject json, Provenance owner, Provenance.ProvenanceEntityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire parseQuestionnaire(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireProperties(com.google.gson.JsonObject json, Questionnaire res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemComponent parseQuestionnaireQuestionnaireItemComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireQuestionnaireItemComponentProperties(com.google.gson.JsonObject json, Questionnaire owner, Questionnaire.QuestionnaireItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemEnableWhenComponent parseQuestionnaireQuestionnaireItemEnableWhenComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireQuestionnaireItemEnableWhenComponentProperties(com.google.gson.JsonObject json, Questionnaire owner, Questionnaire.QuestionnaireItemEnableWhenComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemAnswerOptionComponent parseQuestionnaireQuestionnaireItemAnswerOptionComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireQuestionnaireItemAnswerOptionComponentProperties(com.google.gson.JsonObject json, Questionnaire owner, Questionnaire.QuestionnaireItemAnswerOptionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Questionnaire.QuestionnaireItemInitialComponent parseQuestionnaireQuestionnaireItemInitialComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireQuestionnaireItemInitialComponentProperties(com.google.gson.JsonObject json, Questionnaire owner, Questionnaire.QuestionnaireItemInitialComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected QuestionnaireResponse parseQuestionnaireResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireResponseProperties(com.google.gson.JsonObject json, QuestionnaireResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected QuestionnaireResponse.QuestionnaireResponseItemComponent parseQuestionnaireResponseQuestionnaireResponseItemComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireResponseQuestionnaireResponseItemComponentProperties(com.google.gson.JsonObject json, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(com.google.gson.JsonObject json, QuestionnaireResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireResponseQuestionnaireResponseItemAnswerComponentProperties(com.google.gson.JsonObject json, QuestionnaireResponse owner, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RelatedPerson parseRelatedPerson(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRelatedPersonProperties(com.google.gson.JsonObject json, RelatedPerson res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RelatedPerson.RelatedPersonCommunicationComponent parseRelatedPersonRelatedPersonCommunicationComponent(com.google.gson.JsonObject json, RelatedPerson owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRelatedPersonRelatedPersonCommunicationComponentProperties(com.google.gson.JsonObject json, RelatedPerson owner, RelatedPerson.RelatedPersonCommunicationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup parseRequestGroup(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRequestGroupProperties(com.google.gson.JsonObject json, RequestGroup res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup.RequestGroupActionComponent parseRequestGroupRequestGroupActionComponent(com.google.gson.JsonObject json, RequestGroup owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRequestGroupRequestGroupActionComponentProperties(com.google.gson.JsonObject json, RequestGroup owner, RequestGroup.RequestGroupActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup.RequestGroupActionConditionComponent parseRequestGroupRequestGroupActionConditionComponent(com.google.gson.JsonObject json, RequestGroup owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRequestGroupRequestGroupActionConditionComponentProperties(com.google.gson.JsonObject json, RequestGroup owner, RequestGroup.RequestGroupActionConditionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RequestGroup.RequestGroupActionRelatedActionComponent parseRequestGroupRequestGroupActionRelatedActionComponent(com.google.gson.JsonObject json, RequestGroup owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRequestGroupRequestGroupActionRelatedActionComponentProperties(com.google.gson.JsonObject json, RequestGroup owner, RequestGroup.RequestGroupActionRelatedActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchDefinition parseResearchDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResearchDefinitionProperties(com.google.gson.JsonObject json, ResearchDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchElementDefinition parseResearchElementDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResearchElementDefinitionProperties(com.google.gson.JsonObject json, ResearchElementDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponent(com.google.gson.JsonObject json, ResearchElementDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResearchElementDefinitionResearchElementDefinitionCharacteristicComponentProperties(com.google.gson.JsonObject json, ResearchElementDefinition owner, ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchStudy parseResearchStudy(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResearchStudyProperties(com.google.gson.JsonObject json, ResearchStudy res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchStudy.ResearchStudyArmComponent parseResearchStudyResearchStudyArmComponent(com.google.gson.JsonObject json, ResearchStudy owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResearchStudyResearchStudyArmComponentProperties(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyArmComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchStudy.ResearchStudyObjectiveComponent parseResearchStudyResearchStudyObjectiveComponent(com.google.gson.JsonObject json, ResearchStudy owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResearchStudyResearchStudyObjectiveComponentProperties(com.google.gson.JsonObject json, ResearchStudy owner, ResearchStudy.ResearchStudyObjectiveComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ResearchSubject parseResearchSubject(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseResearchSubjectProperties(com.google.gson.JsonObject json, ResearchSubject res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskAssessment parseRiskAssessment(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskAssessmentProperties(com.google.gson.JsonObject json, RiskAssessment res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskAssessment.RiskAssessmentPredictionComponent parseRiskAssessmentRiskAssessmentPredictionComponent(com.google.gson.JsonObject json, RiskAssessment owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskAssessmentRiskAssessmentPredictionComponentProperties(com.google.gson.JsonObject json, RiskAssessment owner, RiskAssessment.RiskAssessmentPredictionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis parseRiskEvidenceSynthesis(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskEvidenceSynthesisProperties(com.google.gson.JsonObject json, RiskEvidenceSynthesis res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponent(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponentProperties(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponent(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponentProperties(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponentProperties(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponent(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponentProperties(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponentProperties(com.google.gson.JsonObject json, RiskEvidenceSynthesis owner, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Schedule parseSchedule(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseScheduleProperties(com.google.gson.JsonObject json, Schedule res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SearchParameter parseSearchParameter(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSearchParameterProperties(com.google.gson.JsonObject json, SearchParameter res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SearchParameter.SearchParameterComponentComponent parseSearchParameterSearchParameterComponentComponent(com.google.gson.JsonObject json, SearchParameter owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSearchParameterSearchParameterComponentComponentProperties(com.google.gson.JsonObject json, SearchParameter owner, SearchParameter.SearchParameterComponentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ServiceRequest parseServiceRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseServiceRequestProperties(com.google.gson.JsonObject json, ServiceRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Slot parseSlot(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSlotProperties(com.google.gson.JsonObject json, Slot res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen parseSpecimen(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenProperties(com.google.gson.JsonObject json, Specimen res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen.SpecimenCollectionComponent parseSpecimenSpecimenCollectionComponent(com.google.gson.JsonObject json, Specimen owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenSpecimenCollectionComponentProperties(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenCollectionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen.SpecimenProcessingComponent parseSpecimenSpecimenProcessingComponent(com.google.gson.JsonObject json, Specimen owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenSpecimenProcessingComponentProperties(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenProcessingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Specimen.SpecimenContainerComponent parseSpecimenSpecimenContainerComponent(com.google.gson.JsonObject json, Specimen owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenSpecimenContainerComponentProperties(com.google.gson.JsonObject json, Specimen owner, Specimen.SpecimenContainerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition parseSpecimenDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenDefinitionProperties(com.google.gson.JsonObject json, SpecimenDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedComponent(com.google.gson.JsonObject json, SpecimenDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenDefinitionSpecimenDefinitionTypeTestedComponentProperties(com.google.gson.JsonObject json, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponent(com.google.gson.JsonObject json, SpecimenDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponentProperties(com.google.gson.JsonObject json, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponent(com.google.gson.JsonObject json, SpecimenDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponentProperties(com.google.gson.JsonObject json, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent parseSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponent(com.google.gson.JsonObject json, SpecimenDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponentProperties(com.google.gson.JsonObject json, SpecimenDefinition owner, SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition parseStructureDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureDefinitionProperties(com.google.gson.JsonObject json, StructureDefinition res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionMappingComponent parseStructureDefinitionStructureDefinitionMappingComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureDefinitionStructureDefinitionMappingComponentProperties(com.google.gson.JsonObject json, StructureDefinition owner, StructureDefinition.StructureDefinitionMappingComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionContextComponent parseStructureDefinitionStructureDefinitionContextComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureDefinitionStructureDefinitionContextComponentProperties(com.google.gson.JsonObject json, StructureDefinition owner, StructureDefinition.StructureDefinitionContextComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionSnapshotComponent parseStructureDefinitionStructureDefinitionSnapshotComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureDefinitionStructureDefinitionSnapshotComponentProperties(com.google.gson.JsonObject json, StructureDefinition owner, StructureDefinition.StructureDefinitionSnapshotComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureDefinition.StructureDefinitionDifferentialComponent parseStructureDefinitionStructureDefinitionDifferentialComponent(com.google.gson.JsonObject json, StructureDefinition owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureDefinitionStructureDefinitionDifferentialComponentProperties(com.google.gson.JsonObject json, StructureDefinition owner, StructureDefinition.StructureDefinitionDifferentialComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap parseStructureMap(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapProperties(com.google.gson.JsonObject json, StructureMap res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapStructureComponent parseStructureMapStructureMapStructureComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapStructureComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapStructureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupComponent parseStructureMapStructureMapGroupComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapGroupComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupInputComponent parseStructureMapStructureMapGroupInputComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapGroupInputComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupInputComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleComponent parseStructureMapStructureMapGroupRuleComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapGroupRuleComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleSourceComponent parseStructureMapStructureMapGroupRuleSourceComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapGroupRuleSourceComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleSourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleTargetComponent parseStructureMapStructureMapGroupRuleTargetComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapGroupRuleTargetComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleTargetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleTargetParameterComponent parseStructureMapStructureMapGroupRuleTargetParameterComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapGroupRuleTargetParameterComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleTargetParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected StructureMap.StructureMapGroupRuleDependentComponent parseStructureMapStructureMapGroupRuleDependentComponent(com.google.gson.JsonObject json, StructureMap owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseStructureMapStructureMapGroupRuleDependentComponentProperties(com.google.gson.JsonObject json, StructureMap owner, StructureMap.StructureMapGroupRuleDependentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Subscription parseSubscription(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubscriptionProperties(com.google.gson.JsonObject json, Subscription res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Subscription.SubscriptionChannelComponent parseSubscriptionSubscriptionChannelComponent(com.google.gson.JsonObject json, Subscription owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubscriptionSubscriptionChannelComponentProperties(com.google.gson.JsonObject json, Subscription owner, Subscription.SubscriptionChannelComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Substance parseSubstance(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceProperties(com.google.gson.JsonObject json, Substance res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Substance.SubstanceInstanceComponent parseSubstanceSubstanceInstanceComponent(com.google.gson.JsonObject json, Substance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSubstanceInstanceComponentProperties(com.google.gson.JsonObject json, Substance owner, Substance.SubstanceInstanceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Substance.SubstanceIngredientComponent parseSubstanceSubstanceIngredientComponent(com.google.gson.JsonObject json, Substance owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSubstanceIngredientComponentProperties(com.google.gson.JsonObject json, Substance owner, Substance.SubstanceIngredientComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid parseSubstanceNucleicAcid(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceNucleicAcidProperties(com.google.gson.JsonObject json, SubstanceNucleicAcid res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponent(com.google.gson.JsonObject json, SubstanceNucleicAcid owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponentProperties(com.google.gson.JsonObject json, SubstanceNucleicAcid owner, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponent(com.google.gson.JsonObject json, SubstanceNucleicAcid owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponentProperties(com.google.gson.JsonObject json, SubstanceNucleicAcid owner, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponent(com.google.gson.JsonObject json, SubstanceNucleicAcid owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponentProperties(com.google.gson.JsonObject json, SubstanceNucleicAcid owner, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer parseSubstancePolymer(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstancePolymerProperties(com.google.gson.JsonObject json, SubstancePolymer res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerMonomerSetComponent parseSubstancePolymerSubstancePolymerMonomerSetComponent(com.google.gson.JsonObject json, SubstancePolymer owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstancePolymerSubstancePolymerMonomerSetComponentProperties(com.google.gson.JsonObject json, SubstancePolymer owner, SubstancePolymer.SubstancePolymerMonomerSetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent parseSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponent(com.google.gson.JsonObject json, SubstancePolymer owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponentProperties(com.google.gson.JsonObject json, SubstancePolymer owner, SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatComponent parseSubstancePolymerSubstancePolymerRepeatComponent(com.google.gson.JsonObject json, SubstancePolymer owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstancePolymerSubstancePolymerRepeatComponentProperties(com.google.gson.JsonObject json, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent parseSubstancePolymerSubstancePolymerRepeatRepeatUnitComponent(com.google.gson.JsonObject json, SubstancePolymer owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstancePolymerSubstancePolymerRepeatRepeatUnitComponentProperties(com.google.gson.JsonObject json, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent parseSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent(com.google.gson.JsonObject json, SubstancePolymer owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponentProperties(com.google.gson.JsonObject json, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent parseSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent(com.google.gson.JsonObject json, SubstancePolymer owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponentProperties(com.google.gson.JsonObject json, SubstancePolymer owner, SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceProtein parseSubstanceProtein(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceProteinProperties(com.google.gson.JsonObject json, SubstanceProtein res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceProtein.SubstanceProteinSubunitComponent parseSubstanceProteinSubstanceProteinSubunitComponent(com.google.gson.JsonObject json, SubstanceProtein owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceProteinSubstanceProteinSubunitComponentProperties(com.google.gson.JsonObject json, SubstanceProtein owner, SubstanceProtein.SubstanceProteinSubunitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation parseSubstanceReferenceInformation(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceReferenceInformationProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceReferenceInformationSubstanceReferenceInformationGeneComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponent(com.google.gson.JsonObject json, SubstanceReferenceInformation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceReferenceInformationSubstanceReferenceInformationTargetComponentProperties(com.google.gson.JsonObject json, SubstanceReferenceInformation owner, SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial parseSubstanceSourceMaterial(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSourceMaterialProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent parseSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponentProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponentProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponentProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponentProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent parseSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponent(com.google.gson.JsonObject json, SubstanceSourceMaterial owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponentProperties(com.google.gson.JsonObject json, SubstanceSourceMaterial owner, SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification parseSubstanceSpecification(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationProperties(com.google.gson.JsonObject json, SubstanceSpecification res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationMoietyComponent parseSubstanceSpecificationSubstanceSpecificationMoietyComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationMoietyComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationMoietyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationPropertyComponent parseSubstanceSpecificationSubstanceSpecificationPropertyComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationPropertyComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationPropertyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureComponent parseSubstanceSpecificationSubstanceSpecificationStructureComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationStructureComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent parseSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationCodeComponent parseSubstanceSpecificationSubstanceSpecificationCodeComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationCodeComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationCodeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationNameComponent parseSubstanceSpecificationSubstanceSpecificationNameComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationNameComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationNameComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationNameOfficialComponent parseSubstanceSpecificationSubstanceSpecificationNameOfficialComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationNameOfficialComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationNameOfficialComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SubstanceSpecification.SubstanceSpecificationRelationshipComponent parseSubstanceSpecificationSubstanceSpecificationRelationshipComponent(com.google.gson.JsonObject json, SubstanceSpecification owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSubstanceSpecificationSubstanceSpecificationRelationshipComponentProperties(com.google.gson.JsonObject json, SubstanceSpecification owner, SubstanceSpecification.SubstanceSpecificationRelationshipComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyDelivery parseSupplyDelivery(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSupplyDeliveryProperties(com.google.gson.JsonObject json, SupplyDelivery res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyDelivery.SupplyDeliverySuppliedItemComponent parseSupplyDeliverySupplyDeliverySuppliedItemComponent(com.google.gson.JsonObject json, SupplyDelivery owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSupplyDeliverySupplyDeliverySuppliedItemComponentProperties(com.google.gson.JsonObject json, SupplyDelivery owner, SupplyDelivery.SupplyDeliverySuppliedItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyRequest parseSupplyRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSupplyRequestProperties(com.google.gson.JsonObject json, SupplyRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyRequest.SupplyRequestParameterComponent parseSupplyRequestSupplyRequestParameterComponent(com.google.gson.JsonObject json, SupplyRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSupplyRequestSupplyRequestParameterComponentProperties(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task parseTask(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTaskProperties(com.google.gson.JsonObject json, Task res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task.TaskRestrictionComponent parseTaskTaskRestrictionComponent(com.google.gson.JsonObject json, Task owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTaskTaskRestrictionComponentProperties(com.google.gson.JsonObject json, Task owner, Task.TaskRestrictionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task.ParameterComponent parseTaskParameterComponent(com.google.gson.JsonObject json, Task owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTaskParameterComponentProperties(com.google.gson.JsonObject json, Task owner, Task.ParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Task.TaskOutputComponent parseTaskTaskOutputComponent(com.google.gson.JsonObject json, Task owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTaskTaskOutputComponentProperties(com.google.gson.JsonObject json, Task owner, Task.TaskOutputComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities parseTerminologyCapabilities(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesProperties(com.google.gson.JsonObject json, TerminologyCapabilities res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent parseTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent parseTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent parseTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent parseTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TerminologyCapabilities.TerminologyCapabilitiesClosureComponent parseTerminologyCapabilitiesTerminologyCapabilitiesClosureComponent(com.google.gson.JsonObject json, TerminologyCapabilities owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTerminologyCapabilitiesTerminologyCapabilitiesClosureComponentProperties(com.google.gson.JsonObject json, TerminologyCapabilities owner, TerminologyCapabilities.TerminologyCapabilitiesClosureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport parseTestReport(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportProperties(com.google.gson.JsonObject json, TestReport res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportParticipantComponent parseTestReportTestReportParticipantComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportTestReportParticipantComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TestReportParticipantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportSetupComponent parseTestReportTestReportSetupComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportTestReportSetupComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TestReportSetupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.SetupActionComponent parseTestReportSetupActionComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportSetupActionComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.SetupActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.SetupActionOperationComponent parseTestReportSetupActionOperationComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportSetupActionOperationComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.SetupActionOperationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.SetupActionAssertComponent parseTestReportSetupActionAssertComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportSetupActionAssertComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.SetupActionAssertComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportTestComponent parseTestReportTestReportTestComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportTestReportTestComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TestReportTestComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestActionComponent parseTestReportTestActionComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportTestActionComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TestActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TestReportTeardownComponent parseTestReportTestReportTeardownComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportTestReportTeardownComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TestReportTeardownComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestReport.TeardownActionComponent parseTestReportTeardownActionComponent(com.google.gson.JsonObject json, TestReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestReportTeardownActionComponentProperties(com.google.gson.JsonObject json, TestReport owner, TestReport.TeardownActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript parseTestScript(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptProperties(com.google.gson.JsonObject json, TestScript res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptOriginComponent parseTestScriptTestScriptOriginComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptOriginComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptOriginComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptDestinationComponent parseTestScriptTestScriptDestinationComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptDestinationComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptDestinationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptMetadataComponent parseTestScriptTestScriptMetadataComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptMetadataComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptMetadataComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptMetadataLinkComponent parseTestScriptTestScriptMetadataLinkComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptMetadataLinkComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptMetadataLinkComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptMetadataCapabilityComponent parseTestScriptTestScriptMetadataCapabilityComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptMetadataCapabilityComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptMetadataCapabilityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptFixtureComponent parseTestScriptTestScriptFixtureComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptFixtureComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptFixtureComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptVariableComponent parseTestScriptTestScriptVariableComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptVariableComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptVariableComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptSetupComponent parseTestScriptTestScriptSetupComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptSetupComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptSetupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionComponent parseTestScriptSetupActionComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptSetupActionComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionOperationComponent parseTestScriptSetupActionOperationComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptSetupActionOperationComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionOperationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionOperationRequestHeaderComponent parseTestScriptSetupActionOperationRequestHeaderComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptSetupActionOperationRequestHeaderComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionOperationRequestHeaderComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.SetupActionAssertComponent parseTestScriptSetupActionAssertComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptSetupActionAssertComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.SetupActionAssertComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptTestComponent parseTestScriptTestScriptTestComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptTestComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptTestComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestActionComponent parseTestScriptTestActionComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestActionComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptTeardownComponent parseTestScriptTestScriptTeardownComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptTeardownComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptTeardownComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TeardownActionComponent parseTestScriptTeardownActionComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTeardownActionComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TeardownActionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet parseValueSet(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetProperties(com.google.gson.JsonObject json, ValueSet res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetComposeComponent parseValueSetValueSetComposeComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetValueSetComposeComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ValueSetComposeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptSetComponent parseValueSetConceptSetComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetConceptSetComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptSetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptReferenceComponent parseValueSetConceptReferenceComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetConceptReferenceComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptReferenceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptReferenceDesignationComponent parseValueSetConceptReferenceDesignationComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetConceptReferenceDesignationComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptReferenceDesignationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ConceptSetFilterComponent parseValueSetConceptSetFilterComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetConceptSetFilterComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ConceptSetFilterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetExpansionComponent parseValueSetValueSetExpansionComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetValueSetExpansionComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ValueSetExpansionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetExpansionParameterComponent parseValueSetValueSetExpansionParameterComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetValueSetExpansionParameterComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ValueSetExpansionParameterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ValueSet.ValueSetExpansionContainsComponent parseValueSetValueSetExpansionContainsComponent(com.google.gson.JsonObject json, ValueSet owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseValueSetValueSetExpansionContainsComponentProperties(com.google.gson.JsonObject json, ValueSet owner, ValueSet.ValueSetExpansionContainsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult parseVerificationResult(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVerificationResultProperties(com.google.gson.JsonObject json, VerificationResult res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult.VerificationResultPrimarySourceComponent parseVerificationResultVerificationResultPrimarySourceComponent(com.google.gson.JsonObject json, VerificationResult owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVerificationResultVerificationResultPrimarySourceComponentProperties(com.google.gson.JsonObject json, VerificationResult owner, VerificationResult.VerificationResultPrimarySourceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult.VerificationResultAttestationComponent parseVerificationResultVerificationResultAttestationComponent(com.google.gson.JsonObject json, VerificationResult owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVerificationResultVerificationResultAttestationComponentProperties(com.google.gson.JsonObject json, VerificationResult owner, VerificationResult.VerificationResultAttestationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VerificationResult.VerificationResultValidatorComponent parseVerificationResultVerificationResultValidatorComponent(com.google.gson.JsonObject json, VerificationResult owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVerificationResultVerificationResultValidatorComponentProperties(com.google.gson.JsonObject json, VerificationResult owner, VerificationResult.VerificationResultValidatorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VisionPrescription parseVisionPrescription(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVisionPrescriptionProperties(com.google.gson.JsonObject json, VisionPrescription res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VisionPrescription.VisionPrescriptionLensSpecificationComponent parseVisionPrescriptionVisionPrescriptionLensSpecificationComponent(com.google.gson.JsonObject json, VisionPrescription owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVisionPrescriptionVisionPrescriptionLensSpecificationComponentProperties(com.google.gson.JsonObject json, VisionPrescription owner, VisionPrescription.VisionPrescriptionLensSpecificationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected VisionPrescription.PrismComponent parseVisionPrescriptionPrismComponent(com.google.gson.JsonObject json, VisionPrescription owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVisionPrescriptionPrismComponentProperties(com.google.gson.JsonObject json, VisionPrescription owner, VisionPrescription.PrismComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Resource parseResource(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseResource in class JsonParserBaseIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Type parseType(String prefix, com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseType in class JsonParserBaseIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Type parseType(com.google.gson.JsonObject json, String type) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseType in class JsonParserBaseIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected boolean hasTypeName(com.google.gson.JsonObject json, String prefix)
hasTypeName in class JsonParserBaseprotected Type parseAnyType(com.google.gson.JsonObject json, String type) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
parseAnyType in class JsonParserBaseIOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void composeElement(Element element) throws IOException
IOExceptionprotected void composeBackboneElementInner(BackboneElement element) throws IOException
IOExceptionprotected void composeBackbone(BackboneElement element) throws IOException
IOExceptionprotected void composeBackbone(BackboneType element) throws IOException
IOExceptionprotected <E extends Enum<E>> void composeEnumerationCore(String name, Enumeration<E> value, EnumFactory e, boolean inArray) throws IOException
IOExceptionprotected <E extends Enum<E>> void composeEnumerationExtras(String name, Enumeration<E> value, EnumFactory e, boolean inArray) throws IOException
IOExceptionprotected void composeDateCore(String name, DateType value, boolean inArray) throws IOException
IOExceptionprotected void composeDateExtras(String name, DateType value, boolean inArray) throws IOException
IOExceptionprotected void composeDateTimeCore(String name, DateTimeType value, boolean inArray) throws IOException
IOExceptionprotected void composeDateTimeExtras(String name, DateTimeType value, boolean inArray) throws IOException
IOExceptionprotected void composeCodeCore(String name, CodeType value, boolean inArray) throws IOException
IOExceptionprotected void composeCodeExtras(String name, CodeType value, boolean inArray) throws IOException
IOExceptionprotected void composeStringCore(String name, StringType value, boolean inArray) throws IOException
IOExceptionprotected void composeStringExtras(String name, StringType value, boolean inArray) throws IOException
IOExceptionprotected void composeIntegerCore(String name, IntegerType value, boolean inArray) throws IOException
IOExceptionprotected void composeIntegerExtras(String name, IntegerType value, boolean inArray) throws IOException
IOExceptionprotected void composeOidCore(String name, OidType value, boolean inArray) throws IOException
IOExceptionprotected void composeOidExtras(String name, OidType value, boolean inArray) throws IOException
IOExceptionprotected void composeCanonicalCore(String name, CanonicalType value, boolean inArray) throws IOException
IOExceptionprotected void composeCanonicalExtras(String name, CanonicalType value, boolean inArray) throws IOException
IOExceptionprotected void composeUriCore(String name, UriType value, boolean inArray) throws IOException
IOExceptionprotected void composeUriExtras(String name, UriType value, boolean inArray) throws IOException
IOExceptionprotected void composeUuidCore(String name, UuidType value, boolean inArray) throws IOException
IOExceptionprotected void composeUuidExtras(String name, UuidType value, boolean inArray) throws IOException
IOExceptionprotected void composeUrlCore(String name, UrlType value, boolean inArray) throws IOException
IOExceptionprotected void composeUrlExtras(String name, UrlType value, boolean inArray) throws IOException
IOExceptionprotected void composeInstantCore(String name, InstantType value, boolean inArray) throws IOException
IOExceptionprotected void composeInstantExtras(String name, InstantType value, boolean inArray) throws IOException
IOExceptionprotected void composeBooleanCore(String name, BooleanType value, boolean inArray) throws IOException
IOExceptionprotected void composeBooleanExtras(String name, BooleanType value, boolean inArray) throws IOException
IOExceptionprotected void composeBase64BinaryCore(String name, Base64BinaryType value, boolean inArray) throws IOException
IOExceptionprotected void composeBase64BinaryExtras(String name, Base64BinaryType value, boolean inArray) throws IOException
IOExceptionprotected void composeUnsignedIntCore(String name, UnsignedIntType value, boolean inArray) throws IOException
IOExceptionprotected void composeUnsignedIntExtras(String name, UnsignedIntType value, boolean inArray) throws IOException
IOExceptionprotected void composeMarkdownCore(String name, MarkdownType value, boolean inArray) throws IOException
IOExceptionprotected void composeMarkdownExtras(String name, MarkdownType value, boolean inArray) throws IOException
IOExceptionprotected void composeTimeCore(String name, TimeType value, boolean inArray) throws IOException
IOExceptionprotected void composeTimeExtras(String name, TimeType value, boolean inArray) throws IOException
IOExceptionprotected void composeIdCore(String name, IdType value, boolean inArray) throws IOException
IOExceptionprotected void composeIdExtras(String name, IdType value, boolean inArray) throws IOException
IOExceptionprotected void composePositiveIntCore(String name, PositiveIntType value, boolean inArray) throws IOException
IOExceptionprotected void composePositiveIntExtras(String name, PositiveIntType value, boolean inArray) throws IOException
IOExceptionprotected void composeDecimalCore(String name, DecimalType value, boolean inArray) throws IOException
IOExceptionprotected void composeDecimalExtras(String name, DecimalType value, boolean inArray) throws IOException
IOExceptionprotected void composeExtension(String name, Extension element) throws IOException
IOExceptionprotected void composeExtensionInner(Extension element) throws IOException
IOExceptionprotected void composeNarrative(String name, Narrative element) throws IOException
IOExceptionprotected void composeNarrativeInner(Narrative element) throws IOException
IOExceptionprotected void composeCount(String name, Count element) throws IOException
IOExceptionprotected void composeCountInner(Count element) throws IOException
IOExceptionprotected void composeDosage(String name, Dosage element) throws IOException
IOExceptionprotected void composeDosageInner(Dosage element) throws IOException
IOExceptionprotected void composeDosageDosageDoseAndRateComponent(String name, Dosage.DosageDoseAndRateComponent element) throws IOException
IOExceptionprotected void composeDosageDosageDoseAndRateComponentInner(Dosage.DosageDoseAndRateComponent element) throws IOException
IOExceptionprotected void composeMarketingStatus(String name, MarketingStatus element) throws IOException
IOExceptionprotected void composeMarketingStatusInner(MarketingStatus element) throws IOException
IOExceptionprotected void composeSubstanceAmount(String name, SubstanceAmount element) throws IOException
IOExceptionprotected void composeSubstanceAmountInner(SubstanceAmount element) throws IOException
IOExceptionprotected void composeSubstanceAmountSubstanceAmountReferenceRangeComponent(String name, SubstanceAmount.SubstanceAmountReferenceRangeComponent element) throws IOException
IOExceptionprotected void composeSubstanceAmountSubstanceAmountReferenceRangeComponentInner(SubstanceAmount.SubstanceAmountReferenceRangeComponent element) throws IOException
IOExceptionprotected void composePopulation(String name, Population element) throws IOException
IOExceptionprotected void composePopulationInner(Population element) throws IOException
IOExceptionprotected void composeDistance(String name, Distance element) throws IOException
IOExceptionprotected void composeDistanceInner(Distance element) throws IOException
IOExceptionprotected void composeAge(String name, Age element) throws IOException
IOExceptionprotected void composeAgeInner(Age element) throws IOException
IOExceptionprotected void composeDuration(String name, Duration element) throws IOException
IOExceptionprotected void composeDurationInner(Duration element) throws IOException
IOExceptionprotected void composeProductShelfLife(String name, ProductShelfLife element) throws IOException
IOExceptionprotected void composeProductShelfLifeInner(ProductShelfLife element) throws IOException
IOExceptionprotected void composeTiming(String name, Timing element) throws IOException
IOExceptionprotected void composeTimingInner(Timing element) throws IOException
IOExceptionprotected void composeTimingTimingRepeatComponent(String name, Timing.TimingRepeatComponent element) throws IOException
IOExceptionprotected void composeTimingTimingRepeatComponentInner(Timing.TimingRepeatComponent element) throws IOException
IOExceptionprotected void composeProdCharacteristic(String name, ProdCharacteristic element) throws IOException
IOExceptionprotected void composeProdCharacteristicInner(ProdCharacteristic element) throws IOException
IOExceptionprotected void composeMeta(String name, Meta element) throws IOException
IOExceptionprotected void composeMetaInner(Meta element) throws IOException
IOExceptionprotected void composeAddress(String name, Address element) throws IOException
IOExceptionprotected void composeAddressInner(Address element) throws IOException
IOExceptionprotected void composeContributor(String name, Contributor element) throws IOException
IOExceptionprotected void composeContributorInner(Contributor element) throws IOException
IOExceptionprotected void composeAttachment(String name, Attachment element) throws IOException
IOExceptionprotected void composeAttachmentInner(Attachment element) throws IOException
IOExceptionprotected void composeDataRequirement(String name, DataRequirement element) throws IOException
IOExceptionprotected void composeDataRequirementInner(DataRequirement element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementCodeFilterComponent(String name, DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementCodeFilterComponentInner(DataRequirement.DataRequirementCodeFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementDateFilterComponent(String name, DataRequirement.DataRequirementDateFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementDateFilterComponentInner(DataRequirement.DataRequirementDateFilterComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementSortComponent(String name, DataRequirement.DataRequirementSortComponent element) throws IOException
IOExceptionprotected void composeDataRequirementDataRequirementSortComponentInner(DataRequirement.DataRequirementSortComponent element) throws IOException
IOExceptionprotected void composeMoney(String name, Money element) throws IOException
IOExceptionprotected void composeMoneyInner(Money element) throws IOException
IOExceptionprotected void composeHumanName(String name, HumanName element) throws IOException
IOExceptionprotected void composeHumanNameInner(HumanName element) throws IOException
IOExceptionprotected void composeContactPoint(String name, ContactPoint element) throws IOException
IOExceptionprotected void composeContactPointInner(ContactPoint element) throws IOException
IOExceptionprotected void composeIdentifier(String name, Identifier element) throws IOException
IOExceptionprotected void composeIdentifierInner(Identifier element) throws IOException
IOExceptionprotected void composeCoding(String name, Coding element) throws IOException
IOExceptionprotected void composeCodingInner(Coding element) throws IOException
IOExceptionprotected void composeSampledData(String name, SampledData element) throws IOException
IOExceptionprotected void composeSampledDataInner(SampledData element) throws IOException
IOExceptionprotected void composeRatio(String name, Ratio element) throws IOException
IOExceptionprotected void composeRatioInner(Ratio element) throws IOException
IOExceptionprotected void composeReference(String name, Reference element) throws IOException
IOExceptionprotected void composeReferenceInner(Reference element) throws IOException
IOExceptionprotected void composeTriggerDefinition(String name, TriggerDefinition element) throws IOException
IOExceptionprotected void composeTriggerDefinitionInner(TriggerDefinition element) throws IOException
IOExceptionprotected void composeQuantity(String name, Quantity element) throws IOException
IOExceptionprotected void composeQuantityInner(Quantity element) throws IOException
IOExceptionprotected void composePeriod(String name, Period element) throws IOException
IOExceptionprotected void composePeriodInner(Period element) throws IOException
IOExceptionprotected void composeRange(String name, Range element) throws IOException
IOExceptionprotected void composeRangeInner(Range element) throws IOException
IOExceptionprotected void composeRelatedArtifact(String name, RelatedArtifact element) throws IOException
IOExceptionprotected void composeRelatedArtifactInner(RelatedArtifact element) throws IOException
IOExceptionprotected void composeAnnotation(String name, Annotation element) throws IOException
IOExceptionprotected void composeAnnotationInner(Annotation element) throws IOException
IOExceptionprotected void composeContactDetail(String name, ContactDetail element) throws IOException
IOExceptionprotected void composeContactDetailInner(ContactDetail element) throws IOException
IOExceptionprotected void composeUsageContext(String name, UsageContext element) throws IOException
IOExceptionprotected void composeUsageContextInner(UsageContext element) throws IOException
IOExceptionprotected void composeExpression(String name, Expression element) throws IOException
IOExceptionprotected void composeExpressionInner(Expression element) throws IOException
IOExceptionprotected void composeSignature(String name, Signature element) throws IOException
IOExceptionprotected void composeSignatureInner(Signature element) throws IOException
IOExceptionprotected void composeCodeableConcept(String name, CodeableConcept element) throws IOException
IOExceptionprotected void composeCodeableConceptInner(CodeableConcept element) throws IOException
IOExceptionprotected void composeParameterDefinition(String name, ParameterDefinition element) throws IOException
IOExceptionprotected void composeParameterDefinitionInner(ParameterDefinition element) throws IOException
IOExceptionprotected void composeElementDefinition(String name, ElementDefinition element) throws IOException
IOExceptionprotected void composeElementDefinitionInner(ElementDefinition element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingComponent(String name, ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingComponentInner(ElementDefinition.ElementDefinitionSlicingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingDiscriminatorComponent(String name, ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionSlicingDiscriminatorComponentInner(ElementDefinition.ElementDefinitionSlicingDiscriminatorComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBaseComponent(String name, ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBaseComponentInner(ElementDefinition.ElementDefinitionBaseComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionTypeRefComponent(String name, ElementDefinition.TypeRefComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionTypeRefComponentInner(ElementDefinition.TypeRefComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionExampleComponent(String name, ElementDefinition.ElementDefinitionExampleComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionExampleComponentInner(ElementDefinition.ElementDefinitionExampleComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionConstraintComponent(String name, ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionConstraintComponentInner(ElementDefinition.ElementDefinitionConstraintComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBindingComponent(String name, ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionBindingComponentInner(ElementDefinition.ElementDefinitionBindingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionMappingComponent(String name, ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeElementDefinitionElementDefinitionMappingComponentInner(ElementDefinition.ElementDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeDomainResourceElements(DomainResource element) throws IOException
IOExceptionprotected void composeParameters(String name, Parameters element) throws IOException
IOExceptionprotected void composeParametersInner(Parameters element) throws IOException
IOExceptionprotected void composeParametersParametersParameterComponent(String name, Parameters.ParametersParameterComponent element) throws IOException
IOExceptionprotected void composeParametersParametersParameterComponentInner(Parameters.ParametersParameterComponent element) throws IOException
IOExceptionprotected void composeResourceElements(Resource element) throws IOException
IOExceptionprotected void composeAccount(String name, Account element) throws IOException
IOExceptionprotected void composeAccountInner(Account element) throws IOException
IOExceptionprotected void composeAccountCoverageComponent(String name, Account.CoverageComponent element) throws IOException
IOExceptionprotected void composeAccountCoverageComponentInner(Account.CoverageComponent element) throws IOException
IOExceptionprotected void composeAccountGuarantorComponent(String name, Account.GuarantorComponent element) throws IOException
IOExceptionprotected void composeAccountGuarantorComponentInner(Account.GuarantorComponent element) throws IOException
IOExceptionprotected void composeActivityDefinition(String name, ActivityDefinition element) throws IOException
IOExceptionprotected void composeActivityDefinitionInner(ActivityDefinition element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionParticipantComponent(String name, ActivityDefinition.ActivityDefinitionParticipantComponent element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionParticipantComponentInner(ActivityDefinition.ActivityDefinitionParticipantComponent element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionDynamicValueComponent(String name, ActivityDefinition.ActivityDefinitionDynamicValueComponent element) throws IOException
IOExceptionprotected void composeActivityDefinitionActivityDefinitionDynamicValueComponentInner(ActivityDefinition.ActivityDefinitionDynamicValueComponent element) throws IOException
IOExceptionprotected void composeAdverseEvent(String name, AdverseEvent element) throws IOException
IOExceptionprotected void composeAdverseEventInner(AdverseEvent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityComponent(String name, AdverseEvent.AdverseEventSuspectEntityComponent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityComponentInner(AdverseEvent.AdverseEventSuspectEntityComponent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityCausalityComponent(String name, AdverseEvent.AdverseEventSuspectEntityCausalityComponent element) throws IOException
IOExceptionprotected void composeAdverseEventAdverseEventSuspectEntityCausalityComponentInner(AdverseEvent.AdverseEventSuspectEntityCausalityComponent element) throws IOException
IOExceptionprotected void composeAllergyIntolerance(String name, AllergyIntolerance element) throws IOException
IOExceptionprotected void composeAllergyIntoleranceInner(AllergyIntolerance element) throws IOException
IOExceptionprotected void composeAllergyIntoleranceAllergyIntoleranceReactionComponent(String name, AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
IOExceptionprotected void composeAllergyIntoleranceAllergyIntoleranceReactionComponentInner(AllergyIntolerance.AllergyIntoleranceReactionComponent element) throws IOException
IOExceptionprotected void composeAppointment(String name, Appointment element) throws IOException
IOExceptionprotected void composeAppointmentInner(Appointment element) throws IOException
IOExceptionprotected void composeAppointmentAppointmentParticipantComponent(String name, Appointment.AppointmentParticipantComponent element) throws IOException
IOExceptionprotected void composeAppointmentAppointmentParticipantComponentInner(Appointment.AppointmentParticipantComponent element) throws IOException
IOExceptionprotected void composeAppointmentResponse(String name, AppointmentResponse element) throws IOException
IOExceptionprotected void composeAppointmentResponseInner(AppointmentResponse element) throws IOException
IOExceptionprotected void composeAuditEvent(String name, AuditEvent element) throws IOException
IOExceptionprotected void composeAuditEventInner(AuditEvent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentComponent(String name, AuditEvent.AuditEventAgentComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentComponentInner(AuditEvent.AuditEventAgentComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentNetworkComponent(String name, AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventAgentNetworkComponentInner(AuditEvent.AuditEventAgentNetworkComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventSourceComponent(String name, AuditEvent.AuditEventSourceComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventSourceComponentInner(AuditEvent.AuditEventSourceComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityComponent(String name, AuditEvent.AuditEventEntityComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityComponentInner(AuditEvent.AuditEventEntityComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element) throws IOException
IOExceptionprotected void composeAuditEventAuditEventEntityDetailComponentInner(AuditEvent.AuditEventEntityDetailComponent element) throws IOException
IOExceptionprotected void composeBasic(String name, Basic element) throws IOException
IOExceptionprotected void composeBasicInner(Basic element) throws IOException
IOExceptionprotected void composeBinary(String name, Binary element) throws IOException
IOExceptionprotected void composeBinaryInner(Binary element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProduct(String name, BiologicallyDerivedProduct element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductInner(BiologicallyDerivedProduct element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductCollectionComponentInner(BiologicallyDerivedProduct.BiologicallyDerivedProductCollectionComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductProcessingComponentInner(BiologicallyDerivedProduct.BiologicallyDerivedProductProcessingComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductManipulationComponentInner(BiologicallyDerivedProduct.BiologicallyDerivedProductManipulationComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductStorageComponent(String name, BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent element) throws IOException
IOExceptionprotected void composeBiologicallyDerivedProductBiologicallyDerivedProductStorageComponentInner(BiologicallyDerivedProduct.BiologicallyDerivedProductStorageComponent element) throws IOException
IOExceptionprotected void composeBodyStructure(String name, BodyStructure element) throws IOException
IOExceptionprotected void composeBodyStructureInner(BodyStructure element) throws IOException
IOExceptionprotected void composeBundle(String name, Bundle element) throws IOException
IOExceptionprotected void composeBundleInner(Bundle element) throws IOException
IOExceptionprotected void composeBundleBundleLinkComponent(String name, Bundle.BundleLinkComponent element) throws IOException
IOExceptionprotected void composeBundleBundleLinkComponentInner(Bundle.BundleLinkComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryComponent(String name, Bundle.BundleEntryComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryComponentInner(Bundle.BundleEntryComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntrySearchComponent(String name, Bundle.BundleEntrySearchComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntrySearchComponentInner(Bundle.BundleEntrySearchComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryRequestComponent(String name, Bundle.BundleEntryRequestComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryRequestComponentInner(Bundle.BundleEntryRequestComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryResponseComponent(String name, Bundle.BundleEntryResponseComponent element) throws IOException
IOExceptionprotected void composeBundleBundleEntryResponseComponentInner(Bundle.BundleEntryResponseComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatement(String name, CapabilityStatement element) throws IOException
IOExceptionprotected void composeCapabilityStatementInner(CapabilityStatement element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementSoftwareComponent(String name, CapabilityStatement.CapabilityStatementSoftwareComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementSoftwareComponentInner(CapabilityStatement.CapabilityStatementSoftwareComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementImplementationComponent(String name, CapabilityStatement.CapabilityStatementImplementationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementImplementationComponentInner(CapabilityStatement.CapabilityStatementImplementationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestComponent(String name, CapabilityStatement.CapabilityStatementRestComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestComponentInner(CapabilityStatement.CapabilityStatementRestComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestSecurityComponent(String name, CapabilityStatement.CapabilityStatementRestSecurityComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestSecurityComponentInner(CapabilityStatement.CapabilityStatementRestSecurityComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceComponent(String name, CapabilityStatement.CapabilityStatementRestResourceComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceComponentInner(CapabilityStatement.CapabilityStatementRestResourceComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementResourceInteractionComponent(String name, CapabilityStatement.ResourceInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementResourceInteractionComponentInner(CapabilityStatement.ResourceInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponent(String name, CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceSearchParamComponentInner(CapabilityStatement.CapabilityStatementRestResourceSearchParamComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceOperationComponent(String name, CapabilityStatement.CapabilityStatementRestResourceOperationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestResourceOperationComponentInner(CapabilityStatement.CapabilityStatementRestResourceOperationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementSystemInteractionComponent(String name, CapabilityStatement.SystemInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementSystemInteractionComponentInner(CapabilityStatement.SystemInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingComponent(String name, CapabilityStatement.CapabilityStatementMessagingComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingComponentInner(CapabilityStatement.CapabilityStatementMessagingComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingEndpointComponent(String name, CapabilityStatement.CapabilityStatementMessagingEndpointComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingEndpointComponentInner(CapabilityStatement.CapabilityStatementMessagingEndpointComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponent(String name, CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingSupportedMessageComponentInner(CapabilityStatement.CapabilityStatementMessagingSupportedMessageComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementDocumentComponent(String name, CapabilityStatement.CapabilityStatementDocumentComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementDocumentComponentInner(CapabilityStatement.CapabilityStatementDocumentComponent element) throws IOException
IOExceptionprotected void composeCarePlan(String name, CarePlan element) throws IOException
IOExceptionprotected void composeCarePlanInner(CarePlan element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityComponent(String name, CarePlan.CarePlanActivityComponent element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityComponentInner(CarePlan.CarePlanActivityComponent element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityDetailComponent(String name, CarePlan.CarePlanActivityDetailComponent element) throws IOException
IOExceptionprotected void composeCarePlanCarePlanActivityDetailComponentInner(CarePlan.CarePlanActivityDetailComponent element) throws IOException
IOExceptionprotected void composeCareTeam(String name, CareTeam element) throws IOException
IOExceptionprotected void composeCareTeamInner(CareTeam element) throws IOException
IOExceptionprotected void composeCareTeamCareTeamParticipantComponent(String name, CareTeam.CareTeamParticipantComponent element) throws IOException
IOExceptionprotected void composeCareTeamCareTeamParticipantComponentInner(CareTeam.CareTeamParticipantComponent element) throws IOException
IOExceptionprotected void composeCatalogEntry(String name, CatalogEntry element) throws IOException
IOExceptionprotected void composeCatalogEntryInner(CatalogEntry element) throws IOException
IOExceptionprotected void composeCatalogEntryCatalogEntryRelatedEntryComponent(String name, CatalogEntry.CatalogEntryRelatedEntryComponent element) throws IOException
IOExceptionprotected void composeCatalogEntryCatalogEntryRelatedEntryComponentInner(CatalogEntry.CatalogEntryRelatedEntryComponent element) throws IOException
IOExceptionprotected void composeChargeItem(String name, ChargeItem element) throws IOException
IOExceptionprotected void composeChargeItemInner(ChargeItem element) throws IOException
IOExceptionprotected void composeChargeItemChargeItemPerformerComponent(String name, ChargeItem.ChargeItemPerformerComponent element) throws IOException
IOExceptionprotected void composeChargeItemChargeItemPerformerComponentInner(ChargeItem.ChargeItemPerformerComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinition(String name, ChargeItemDefinition element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionInner(ChargeItemDefinition element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionApplicabilityComponent(String name, ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionApplicabilityComponentInner(ChargeItemDefinition.ChargeItemDefinitionApplicabilityComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupComponent(String name, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupComponentInner(ChargeItemDefinition.ChargeItemDefinitionPropertyGroupComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponent(String name, ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent element) throws IOException
IOExceptionprotected void composeChargeItemDefinitionChargeItemDefinitionPropertyGroupPriceComponentComponentInner(ChargeItemDefinition.ChargeItemDefinitionPropertyGroupPriceComponentComponent element) throws IOException
IOExceptionprotected void composeClaim(String name, Claim element) throws IOException
IOExceptionprotected void composeClaimInner(Claim element) throws IOException
IOExceptionprotected void composeClaimRelatedClaimComponent(String name, Claim.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeClaimRelatedClaimComponentInner(Claim.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeClaimPayeeComponent(String name, Claim.PayeeComponent element) throws IOException
IOExceptionprotected void composeClaimPayeeComponentInner(Claim.PayeeComponent element) throws IOException
IOExceptionprotected void composeClaimCareTeamComponent(String name, Claim.CareTeamComponent element) throws IOException
IOExceptionprotected void composeClaimCareTeamComponentInner(Claim.CareTeamComponent element) throws IOException
IOExceptionprotected void composeClaimSupportingInformationComponent(String name, Claim.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeClaimSupportingInformationComponentInner(Claim.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeClaimDiagnosisComponent(String name, Claim.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeClaimDiagnosisComponentInner(Claim.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeClaimProcedureComponent(String name, Claim.ProcedureComponent element) throws IOException
IOExceptionprotected void composeClaimProcedureComponentInner(Claim.ProcedureComponent element) throws IOException
IOExceptionprotected void composeClaimInsuranceComponent(String name, Claim.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimInsuranceComponentInner(Claim.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimAccidentComponent(String name, Claim.AccidentComponent element) throws IOException
IOExceptionprotected void composeClaimAccidentComponentInner(Claim.AccidentComponent element) throws IOException
IOExceptionprotected void composeClaimItemComponent(String name, Claim.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimItemComponentInner(Claim.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimDetailComponent(String name, Claim.DetailComponent element) throws IOException
IOExceptionprotected void composeClaimDetailComponentInner(Claim.DetailComponent element) throws IOException
IOExceptionprotected void composeClaimSubDetailComponent(String name, Claim.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimSubDetailComponentInner(Claim.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponse(String name, ClaimResponse element) throws IOException
IOExceptionprotected void composeClaimResponseInner(ClaimResponse element) throws IOException
IOExceptionprotected void composeClaimResponseItemComponent(String name, ClaimResponse.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseItemComponentInner(ClaimResponse.ItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAdjudicationComponent(String name, ClaimResponse.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAdjudicationComponentInner(ClaimResponse.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeClaimResponseItemDetailComponent(String name, ClaimResponse.ItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseItemDetailComponentInner(ClaimResponse.ItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseSubDetailComponent(String name, ClaimResponse.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseSubDetailComponentInner(ClaimResponse.SubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemComponent(String name, ClaimResponse.AddedItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemComponentInner(ClaimResponse.AddedItemComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemDetailComponent(String name, ClaimResponse.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemDetailComponentInner(ClaimResponse.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemSubDetailComponent(String name, ClaimResponse.AddedItemSubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemSubDetailComponentInner(ClaimResponse.AddedItemSubDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseTotalComponent(String name, ClaimResponse.TotalComponent element) throws IOException
IOExceptionprotected void composeClaimResponseTotalComponentInner(ClaimResponse.TotalComponent element) throws IOException
IOExceptionprotected void composeClaimResponsePaymentComponent(String name, ClaimResponse.PaymentComponent element) throws IOException
IOExceptionprotected void composeClaimResponsePaymentComponentInner(ClaimResponse.PaymentComponent element) throws IOException
IOExceptionprotected void composeClaimResponseNoteComponent(String name, ClaimResponse.NoteComponent element) throws IOException
IOExceptionprotected void composeClaimResponseNoteComponentInner(ClaimResponse.NoteComponent element) throws IOException
IOExceptionprotected void composeClaimResponseInsuranceComponent(String name, ClaimResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimResponseInsuranceComponentInner(ClaimResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeClaimResponseErrorComponent(String name, ClaimResponse.ErrorComponent element) throws IOException
IOExceptionprotected void composeClaimResponseErrorComponentInner(ClaimResponse.ErrorComponent element) throws IOException
IOExceptionprotected void composeClinicalImpression(String name, ClinicalImpression element) throws IOException
IOExceptionprotected void composeClinicalImpressionInner(ClinicalImpression element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionInvestigationComponent(String name, ClinicalImpression.ClinicalImpressionInvestigationComponent element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionInvestigationComponentInner(ClinicalImpression.ClinicalImpressionInvestigationComponent element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionFindingComponent(String name, ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
IOExceptionprotected void composeClinicalImpressionClinicalImpressionFindingComponentInner(ClinicalImpression.ClinicalImpressionFindingComponent element) throws IOException
IOExceptionprotected void composeCodeSystem(String name, CodeSystem element) throws IOException
IOExceptionprotected void composeCodeSystemInner(CodeSystem element) throws IOException
IOExceptionprotected void composeCodeSystemCodeSystemFilterComponent(String name, CodeSystem.CodeSystemFilterComponent element) throws IOException
IOExceptionprotected void composeCodeSystemCodeSystemFilterComponentInner(CodeSystem.CodeSystemFilterComponent element) throws IOException
IOExceptionprotected void composeCodeSystemPropertyComponent(String name, CodeSystem.PropertyComponent element) throws IOException
IOExceptionprotected void composeCodeSystemPropertyComponentInner(CodeSystem.PropertyComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionComponent(String name, CodeSystem.ConceptDefinitionComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionComponentInner(CodeSystem.ConceptDefinitionComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionDesignationComponent(String name, CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptDefinitionDesignationComponentInner(CodeSystem.ConceptDefinitionDesignationComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptPropertyComponent(String name, CodeSystem.ConceptPropertyComponent element) throws IOException
IOExceptionprotected void composeCodeSystemConceptPropertyComponentInner(CodeSystem.ConceptPropertyComponent element) throws IOException
IOExceptionprotected void composeCommunication(String name, Communication element) throws IOException
IOExceptionprotected void composeCommunicationInner(Communication element) throws IOException
IOExceptionprotected void composeCommunicationCommunicationPayloadComponent(String name, Communication.CommunicationPayloadComponent element) throws IOException
IOExceptionprotected void composeCommunicationCommunicationPayloadComponentInner(Communication.CommunicationPayloadComponent element) throws IOException
IOExceptionprotected void composeCommunicationRequest(String name, CommunicationRequest element) throws IOException
IOExceptionprotected void composeCommunicationRequestInner(CommunicationRequest element) throws IOException
IOExceptionprotected void composeCommunicationRequestCommunicationRequestPayloadComponent(String name, CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
IOExceptionprotected void composeCommunicationRequestCommunicationRequestPayloadComponentInner(CommunicationRequest.CommunicationRequestPayloadComponent element) throws IOException
IOExceptionprotected void composeCompartmentDefinition(String name, CompartmentDefinition element) throws IOException
IOExceptionprotected void composeCompartmentDefinitionInner(CompartmentDefinition element) throws IOException
IOExceptionprotected void composeCompartmentDefinitionCompartmentDefinitionResourceComponent(String name, CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeCompartmentDefinitionCompartmentDefinitionResourceComponentInner(CompartmentDefinition.CompartmentDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeComposition(String name, Composition element) throws IOException
IOExceptionprotected void composeCompositionInner(Composition element) throws IOException
IOExceptionprotected void composeCompositionCompositionAttesterComponent(String name, Composition.CompositionAttesterComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionAttesterComponentInner(Composition.CompositionAttesterComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionRelatesToComponent(String name, Composition.CompositionRelatesToComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionRelatesToComponentInner(Composition.CompositionRelatesToComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionEventComponent(String name, Composition.CompositionEventComponent element) throws IOException
IOExceptionprotected void composeCompositionCompositionEventComponentInner(Composition.CompositionEventComponent element) throws IOException
IOExceptionprotected void composeCompositionSectionComponent(String name, Composition.SectionComponent element) throws IOException
IOExceptionprotected void composeCompositionSectionComponentInner(Composition.SectionComponent element) throws IOException
IOExceptionprotected void composeConceptMap(String name, ConceptMap element) throws IOException
IOExceptionprotected void composeConceptMapInner(ConceptMap element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupComponent(String name, ConceptMap.ConceptMapGroupComponent element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupComponentInner(ConceptMap.ConceptMapGroupComponent element) throws IOException
IOExceptionprotected void composeConceptMapSourceElementComponent(String name, ConceptMap.SourceElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapSourceElementComponentInner(ConceptMap.SourceElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapTargetElementComponent(String name, ConceptMap.TargetElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapTargetElementComponentInner(ConceptMap.TargetElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapOtherElementComponent(String name, ConceptMap.OtherElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapOtherElementComponentInner(ConceptMap.OtherElementComponent element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupUnmappedComponent(String name, ConceptMap.ConceptMapGroupUnmappedComponent element) throws IOException
IOExceptionprotected void composeConceptMapConceptMapGroupUnmappedComponentInner(ConceptMap.ConceptMapGroupUnmappedComponent element) throws IOException
IOExceptionprotected void composeCondition(String name, Condition element) throws IOException
IOExceptionprotected void composeConditionInner(Condition element) throws IOException
IOExceptionprotected void composeConditionConditionStageComponent(String name, Condition.ConditionStageComponent element) throws IOException
IOExceptionprotected void composeConditionConditionStageComponentInner(Condition.ConditionStageComponent element) throws IOException
IOExceptionprotected void composeConditionConditionEvidenceComponent(String name, Condition.ConditionEvidenceComponent element) throws IOException
IOExceptionprotected void composeConditionConditionEvidenceComponentInner(Condition.ConditionEvidenceComponent element) throws IOException
IOExceptionprotected void composeConsent(String name, Consent element) throws IOException
IOExceptionprotected void composeConsentInner(Consent element) throws IOException
IOExceptionprotected void composeConsentConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) throws IOException
IOExceptionprotected void composeConsentConsentPolicyComponentInner(Consent.ConsentPolicyComponent element) throws IOException
IOExceptionprotected void composeConsentConsentVerificationComponent(String name, Consent.ConsentVerificationComponent element) throws IOException
IOExceptionprotected void composeConsentConsentVerificationComponentInner(Consent.ConsentVerificationComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionComponent(String name, Consent.provisionComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionComponentInner(Consent.provisionComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionActorComponent(String name, Consent.provisionActorComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionActorComponentInner(Consent.provisionActorComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionDataComponent(String name, Consent.provisionDataComponent element) throws IOException
IOExceptionprotected void composeConsentprovisionDataComponentInner(Consent.provisionDataComponent element) throws IOException
IOExceptionprotected void composeContract(String name, Contract element) throws IOException
IOExceptionprotected void composeContractInner(Contract element) throws IOException
IOExceptionprotected void composeContractContentDefinitionComponent(String name, Contract.ContentDefinitionComponent element) throws IOException
IOExceptionprotected void composeContractContentDefinitionComponentInner(Contract.ContentDefinitionComponent element) throws IOException
IOExceptionprotected void composeContractTermComponent(String name, Contract.TermComponent element) throws IOException
IOExceptionprotected void composeContractTermComponentInner(Contract.TermComponent element) throws IOException
IOExceptionprotected void composeContractSecurityLabelComponent(String name, Contract.SecurityLabelComponent element) throws IOException
IOExceptionprotected void composeContractSecurityLabelComponentInner(Contract.SecurityLabelComponent element) throws IOException
IOExceptionprotected void composeContractContractOfferComponent(String name, Contract.ContractOfferComponent element) throws IOException
IOExceptionprotected void composeContractContractOfferComponentInner(Contract.ContractOfferComponent element) throws IOException
IOExceptionprotected void composeContractContractPartyComponent(String name, Contract.ContractPartyComponent element) throws IOException
IOExceptionprotected void composeContractContractPartyComponentInner(Contract.ContractPartyComponent element) throws IOException
IOExceptionprotected void composeContractAnswerComponent(String name, Contract.AnswerComponent element) throws IOException
IOExceptionprotected void composeContractAnswerComponentInner(Contract.AnswerComponent element) throws IOException
IOExceptionprotected void composeContractContractAssetComponent(String name, Contract.ContractAssetComponent element) throws IOException
IOExceptionprotected void composeContractContractAssetComponentInner(Contract.ContractAssetComponent element) throws IOException
IOExceptionprotected void composeContractAssetContextComponent(String name, Contract.AssetContextComponent element) throws IOException
IOExceptionprotected void composeContractAssetContextComponentInner(Contract.AssetContextComponent element) throws IOException
IOExceptionprotected void composeContractValuedItemComponent(String name, Contract.ValuedItemComponent element) throws IOException
IOExceptionprotected void composeContractValuedItemComponentInner(Contract.ValuedItemComponent element) throws IOException
IOExceptionprotected void composeContractActionComponent(String name, Contract.ActionComponent element) throws IOException
IOExceptionprotected void composeContractActionComponentInner(Contract.ActionComponent element) throws IOException
IOExceptionprotected void composeContractActionSubjectComponent(String name, Contract.ActionSubjectComponent element) throws IOException
IOExceptionprotected void composeContractActionSubjectComponentInner(Contract.ActionSubjectComponent element) throws IOException
IOExceptionprotected void composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) throws IOException
IOExceptionprotected void composeContractSignatoryComponentInner(Contract.SignatoryComponent element) throws IOException
IOExceptionprotected void composeContractFriendlyLanguageComponent(String name, Contract.FriendlyLanguageComponent element) throws IOException
IOExceptionprotected void composeContractFriendlyLanguageComponentInner(Contract.FriendlyLanguageComponent element) throws IOException
IOExceptionprotected void composeContractLegalLanguageComponent(String name, Contract.LegalLanguageComponent element) throws IOException
IOExceptionprotected void composeContractLegalLanguageComponentInner(Contract.LegalLanguageComponent element) throws IOException
IOExceptionprotected void composeContractComputableLanguageComponent(String name, Contract.ComputableLanguageComponent element) throws IOException
IOExceptionprotected void composeContractComputableLanguageComponentInner(Contract.ComputableLanguageComponent element) throws IOException
IOExceptionprotected void composeCoverage(String name, Coverage element) throws IOException
IOExceptionprotected void composeCoverageInner(Coverage element) throws IOException
IOExceptionprotected void composeCoverageClassComponent(String name, Coverage.ClassComponent element) throws IOException
IOExceptionprotected void composeCoverageClassComponentInner(Coverage.ClassComponent element) throws IOException
IOExceptionprotected void composeCoverageCostToBeneficiaryComponent(String name, Coverage.CostToBeneficiaryComponent element) throws IOException
IOExceptionprotected void composeCoverageCostToBeneficiaryComponentInner(Coverage.CostToBeneficiaryComponent element) throws IOException
IOExceptionprotected void composeCoverageExemptionComponent(String name, Coverage.ExemptionComponent element) throws IOException
IOExceptionprotected void composeCoverageExemptionComponentInner(Coverage.ExemptionComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequest(String name, CoverageEligibilityRequest element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestInner(CoverageEligibilityRequest element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestSupportingInformationComponent(String name, CoverageEligibilityRequest.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestSupportingInformationComponentInner(CoverageEligibilityRequest.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestInsuranceComponent(String name, CoverageEligibilityRequest.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestInsuranceComponentInner(CoverageEligibilityRequest.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDetailsComponent(String name, CoverageEligibilityRequest.DetailsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDetailsComponentInner(CoverageEligibilityRequest.DetailsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDiagnosisComponent(String name, CoverageEligibilityRequest.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityRequestDiagnosisComponentInner(CoverageEligibilityRequest.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponse(String name, CoverageEligibilityResponse element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseInner(CoverageEligibilityResponse element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseInsuranceComponent(String name, CoverageEligibilityResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseInsuranceComponentInner(CoverageEligibilityResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseItemsComponent(String name, CoverageEligibilityResponse.ItemsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseItemsComponentInner(CoverageEligibilityResponse.ItemsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseBenefitComponent(String name, CoverageEligibilityResponse.BenefitComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseBenefitComponentInner(CoverageEligibilityResponse.BenefitComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseErrorsComponent(String name, CoverageEligibilityResponse.ErrorsComponent element) throws IOException
IOExceptionprotected void composeCoverageEligibilityResponseErrorsComponentInner(CoverageEligibilityResponse.ErrorsComponent element) throws IOException
IOExceptionprotected void composeDetectedIssue(String name, DetectedIssue element) throws IOException
IOExceptionprotected void composeDetectedIssueInner(DetectedIssue element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueEvidenceComponent(String name, DetectedIssue.DetectedIssueEvidenceComponent element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueEvidenceComponentInner(DetectedIssue.DetectedIssueEvidenceComponent element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueMitigationComponent(String name, DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
IOExceptionprotected void composeDetectedIssueDetectedIssueMitigationComponentInner(DetectedIssue.DetectedIssueMitigationComponent element) throws IOException
IOExceptionprotected void composeDevice(String name, Device element) throws IOException
IOExceptionprotected void composeDeviceInner(Device element) throws IOException
IOExceptionprotected void composeDeviceDeviceUdiCarrierComponent(String name, Device.DeviceUdiCarrierComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceUdiCarrierComponentInner(Device.DeviceUdiCarrierComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceDeviceNameComponent(String name, Device.DeviceDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceDeviceNameComponentInner(Device.DeviceDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceSpecializationComponent(String name, Device.DeviceSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceSpecializationComponentInner(Device.DeviceSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceVersionComponent(String name, Device.DeviceVersionComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceVersionComponentInner(Device.DeviceVersionComponent element) throws IOException
IOExceptionprotected void composeDeviceDevicePropertyComponent(String name, Device.DevicePropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDevicePropertyComponentInner(Device.DevicePropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinition(String name, DeviceDefinition element) throws IOException
IOExceptionprotected void composeDeviceDefinitionInner(DeviceDefinition element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponent(String name, DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionUdiDeviceIdentifierComponentInner(DeviceDefinition.DeviceDefinitionUdiDeviceIdentifierComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionDeviceNameComponent(String name, DeviceDefinition.DeviceDefinitionDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionDeviceNameComponentInner(DeviceDefinition.DeviceDefinitionDeviceNameComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionSpecializationComponent(String name, DeviceDefinition.DeviceDefinitionSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionSpecializationComponentInner(DeviceDefinition.DeviceDefinitionSpecializationComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionCapabilityComponent(String name, DeviceDefinition.DeviceDefinitionCapabilityComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionCapabilityComponentInner(DeviceDefinition.DeviceDefinitionCapabilityComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionPropertyComponent(String name, DeviceDefinition.DeviceDefinitionPropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionPropertyComponentInner(DeviceDefinition.DeviceDefinitionPropertyComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionMaterialComponent(String name, DeviceDefinition.DeviceDefinitionMaterialComponent element) throws IOException
IOExceptionprotected void composeDeviceDefinitionDeviceDefinitionMaterialComponentInner(DeviceDefinition.DeviceDefinitionMaterialComponent element) throws IOException
IOExceptionprotected void composeDeviceMetric(String name, DeviceMetric element) throws IOException
IOExceptionprotected void composeDeviceMetricInner(DeviceMetric element) throws IOException
IOExceptionprotected void composeDeviceMetricDeviceMetricCalibrationComponent(String name, DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
IOExceptionprotected void composeDeviceMetricDeviceMetricCalibrationComponentInner(DeviceMetric.DeviceMetricCalibrationComponent element) throws IOException
IOExceptionprotected void composeDeviceRequest(String name, DeviceRequest element) throws IOException
IOExceptionprotected void composeDeviceRequestInner(DeviceRequest element) throws IOException
IOExceptionprotected void composeDeviceRequestDeviceRequestParameterComponent(String name, DeviceRequest.DeviceRequestParameterComponent element) throws IOException
IOExceptionprotected void composeDeviceRequestDeviceRequestParameterComponentInner(DeviceRequest.DeviceRequestParameterComponent element) throws IOException
IOExceptionprotected void composeDeviceUseStatement(String name, DeviceUseStatement element) throws IOException
IOExceptionprotected void composeDeviceUseStatementInner(DeviceUseStatement element) throws IOException
IOExceptionprotected void composeDiagnosticReport(String name, DiagnosticReport element) throws IOException
IOExceptionprotected void composeDiagnosticReportInner(DiagnosticReport element) throws IOException
IOExceptionprotected void composeDiagnosticReportDiagnosticReportMediaComponent(String name, DiagnosticReport.DiagnosticReportMediaComponent element) throws IOException
IOExceptionprotected void composeDiagnosticReportDiagnosticReportMediaComponentInner(DiagnosticReport.DiagnosticReportMediaComponent element) throws IOException
IOExceptionprotected void composeDocumentManifest(String name, DocumentManifest element) throws IOException
IOExceptionprotected void composeDocumentManifestInner(DocumentManifest element) throws IOException
IOExceptionprotected void composeDocumentManifestDocumentManifestRelatedComponent(String name, DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
IOExceptionprotected void composeDocumentManifestDocumentManifestRelatedComponentInner(DocumentManifest.DocumentManifestRelatedComponent element) throws IOException
IOExceptionprotected void composeDocumentReference(String name, DocumentReference element) throws IOException
IOExceptionprotected void composeDocumentReferenceInner(DocumentReference element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceRelatesToComponent(String name, DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceRelatesToComponentInner(DocumentReference.DocumentReferenceRelatesToComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContentComponent(String name, DocumentReference.DocumentReferenceContentComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContentComponentInner(DocumentReference.DocumentReferenceContentComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContextComponent(String name, DocumentReference.DocumentReferenceContextComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContextComponentInner(DocumentReference.DocumentReferenceContextComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesis(String name, EffectEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisInner(EffectEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisSampleSizeComponentInner(EffectEvidenceSynthesis.EffectEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisResultsByExposureComponentInner(EffectEvidenceSynthesis.EffectEvidenceSynthesisResultsByExposureComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimateComponentInner(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponentInner(EffectEvidenceSynthesis.EffectEvidenceSynthesisEffectEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyComponentInner(EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent(String name, EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeEffectEvidenceSynthesisEffectEvidenceSynthesisCertaintyCertaintySubcomponentComponentInner(EffectEvidenceSynthesis.EffectEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeEncounter(String name, Encounter element) throws IOException
IOExceptionprotected void composeEncounterInner(Encounter element) throws IOException
IOExceptionprotected void composeEncounterStatusHistoryComponent(String name, Encounter.StatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterStatusHistoryComponentInner(Encounter.StatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterClassHistoryComponent(String name, Encounter.ClassHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterClassHistoryComponentInner(Encounter.ClassHistoryComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterParticipantComponent(String name, Encounter.EncounterParticipantComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterParticipantComponentInner(Encounter.EncounterParticipantComponent element) throws IOException
IOExceptionprotected void composeEncounterDiagnosisComponent(String name, Encounter.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEncounterDiagnosisComponentInner(Encounter.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterHospitalizationComponent(String name, Encounter.EncounterHospitalizationComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterHospitalizationComponentInner(Encounter.EncounterHospitalizationComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterLocationComponent(String name, Encounter.EncounterLocationComponent element) throws IOException
IOExceptionprotected void composeEncounterEncounterLocationComponentInner(Encounter.EncounterLocationComponent element) throws IOException
IOExceptionprotected void composeEndpoint(String name, Endpoint element) throws IOException
IOExceptionprotected void composeEndpointInner(Endpoint element) throws IOException
IOExceptionprotected void composeEnrollmentRequest(String name, EnrollmentRequest element) throws IOException
IOExceptionprotected void composeEnrollmentRequestInner(EnrollmentRequest element) throws IOException
IOExceptionprotected void composeEnrollmentResponse(String name, EnrollmentResponse element) throws IOException
IOExceptionprotected void composeEnrollmentResponseInner(EnrollmentResponse element) throws IOException
IOExceptionprotected void composeEpisodeOfCare(String name, EpisodeOfCare element) throws IOException
IOExceptionprotected void composeEpisodeOfCareInner(EpisodeOfCare element) throws IOException
IOExceptionprotected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponent(String name, EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEpisodeOfCareEpisodeOfCareStatusHistoryComponentInner(EpisodeOfCare.EpisodeOfCareStatusHistoryComponent element) throws IOException
IOExceptionprotected void composeEpisodeOfCareDiagnosisComponent(String name, EpisodeOfCare.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEpisodeOfCareDiagnosisComponentInner(EpisodeOfCare.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeEventDefinition(String name, EventDefinition element) throws IOException
IOExceptionprotected void composeEventDefinitionInner(EventDefinition element) throws IOException
IOExceptionprotected void composeEvidence(String name, Evidence element) throws IOException
IOExceptionprotected void composeEvidenceInner(Evidence element) throws IOException
IOExceptionprotected void composeEvidenceVariable(String name, EvidenceVariable element) throws IOException
IOExceptionprotected void composeEvidenceVariableInner(EvidenceVariable element) throws IOException
IOExceptionprotected void composeEvidenceVariableEvidenceVariableCharacteristicComponent(String name, EvidenceVariable.EvidenceVariableCharacteristicComponent element) throws IOException
IOExceptionprotected void composeEvidenceVariableEvidenceVariableCharacteristicComponentInner(EvidenceVariable.EvidenceVariableCharacteristicComponent element) throws IOException
IOExceptionprotected void composeExampleScenario(String name, ExampleScenario element) throws IOException
IOExceptionprotected void composeExampleScenarioInner(ExampleScenario element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioActorComponent(String name, ExampleScenario.ExampleScenarioActorComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioActorComponentInner(ExampleScenario.ExampleScenarioActorComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceComponent(String name, ExampleScenario.ExampleScenarioInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceComponentInner(ExampleScenario.ExampleScenarioInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceVersionComponent(String name, ExampleScenario.ExampleScenarioInstanceVersionComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceVersionComponentInner(ExampleScenario.ExampleScenarioInstanceVersionComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceContainedInstanceComponent(String name, ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioInstanceContainedInstanceComponentInner(ExampleScenario.ExampleScenarioInstanceContainedInstanceComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessComponent(String name, ExampleScenario.ExampleScenarioProcessComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessComponentInner(ExampleScenario.ExampleScenarioProcessComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepComponent(String name, ExampleScenario.ExampleScenarioProcessStepComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepComponentInner(ExampleScenario.ExampleScenarioProcessStepComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepOperationComponent(String name, ExampleScenario.ExampleScenarioProcessStepOperationComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepOperationComponentInner(ExampleScenario.ExampleScenarioProcessStepOperationComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepAlternativeComponent(String name, ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) throws IOException
IOExceptionprotected void composeExampleScenarioExampleScenarioProcessStepAlternativeComponentInner(ExampleScenario.ExampleScenarioProcessStepAlternativeComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefit(String name, ExplanationOfBenefit element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitInner(ExplanationOfBenefit element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitRelatedClaimComponent(String name, ExplanationOfBenefit.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitRelatedClaimComponentInner(ExplanationOfBenefit.RelatedClaimComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPayeeComponent(String name, ExplanationOfBenefit.PayeeComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPayeeComponentInner(ExplanationOfBenefit.PayeeComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitCareTeamComponent(String name, ExplanationOfBenefit.CareTeamComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitCareTeamComponentInner(ExplanationOfBenefit.CareTeamComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSupportingInformationComponent(String name, ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSupportingInformationComponentInner(ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDiagnosisComponent(String name, ExplanationOfBenefit.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDiagnosisComponentInner(ExplanationOfBenefit.DiagnosisComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitProcedureComponent(String name, ExplanationOfBenefit.ProcedureComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitProcedureComponentInner(ExplanationOfBenefit.ProcedureComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitInsuranceComponent(String name, ExplanationOfBenefit.InsuranceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitInsuranceComponentInner(ExplanationOfBenefit.InsuranceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAccidentComponent(String name, ExplanationOfBenefit.AccidentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAccidentComponentInner(ExplanationOfBenefit.AccidentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitItemComponent(String name, ExplanationOfBenefit.ItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitItemComponentInner(ExplanationOfBenefit.ItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAdjudicationComponent(String name, ExplanationOfBenefit.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAdjudicationComponentInner(ExplanationOfBenefit.AdjudicationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDetailComponent(String name, ExplanationOfBenefit.DetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitDetailComponentInner(ExplanationOfBenefit.DetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSubDetailComponent(String name, ExplanationOfBenefit.SubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSubDetailComponentInner(ExplanationOfBenefit.SubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemComponent(String name, ExplanationOfBenefit.AddedItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemComponentInner(ExplanationOfBenefit.AddedItemComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailComponent(String name, ExplanationOfBenefit.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailComponentInner(ExplanationOfBenefit.AddedItemDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailSubDetailComponent(String name, ExplanationOfBenefit.AddedItemDetailSubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemDetailSubDetailComponentInner(ExplanationOfBenefit.AddedItemDetailSubDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitTotalComponent(String name, ExplanationOfBenefit.TotalComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitTotalComponentInner(ExplanationOfBenefit.TotalComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPaymentComponent(String name, ExplanationOfBenefit.PaymentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitPaymentComponentInner(ExplanationOfBenefit.PaymentComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitNoteComponent(String name, ExplanationOfBenefit.NoteComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitNoteComponentInner(ExplanationOfBenefit.NoteComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitBalanceComponent(String name, ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitBalanceComponentInner(ExplanationOfBenefit.BenefitBalanceComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitComponent(String name, ExplanationOfBenefit.BenefitComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitBenefitComponentInner(ExplanationOfBenefit.BenefitComponent element) throws IOException
IOExceptionprotected void composeFamilyMemberHistory(String name, FamilyMemberHistory element) throws IOException
IOExceptionprotected void composeFamilyMemberHistoryInner(FamilyMemberHistory element) throws IOException
IOExceptionprotected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponent(String name, FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
IOExceptionprotected void composeFamilyMemberHistoryFamilyMemberHistoryConditionComponentInner(FamilyMemberHistory.FamilyMemberHistoryConditionComponent element) throws IOException
IOExceptionprotected void composeFlag(String name, Flag element) throws IOException
IOExceptionprotected void composeFlagInner(Flag element) throws IOException
IOExceptionprotected void composeGoal(String name, Goal element) throws IOException
IOExceptionprotected void composeGoalInner(Goal element) throws IOException
IOExceptionprotected void composeGoalGoalTargetComponent(String name, Goal.GoalTargetComponent element) throws IOException
IOExceptionprotected void composeGoalGoalTargetComponentInner(Goal.GoalTargetComponent element) throws IOException
IOExceptionprotected void composeGraphDefinition(String name, GraphDefinition element) throws IOException
IOExceptionprotected void composeGraphDefinitionInner(GraphDefinition element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkComponent(String name, GraphDefinition.GraphDefinitionLinkComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkComponentInner(GraphDefinition.GraphDefinitionLinkComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetComponent(String name, GraphDefinition.GraphDefinitionLinkTargetComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetComponentInner(GraphDefinition.GraphDefinitionLinkTargetComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponent(String name, GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) throws IOException
IOExceptionprotected void composeGraphDefinitionGraphDefinitionLinkTargetCompartmentComponentInner(GraphDefinition.GraphDefinitionLinkTargetCompartmentComponent element) throws IOException
IOExceptionprotected void composeGroup(String name, Group element) throws IOException
IOExceptionprotected void composeGroupInner(Group element) throws IOException
IOExceptionprotected void composeGroupGroupCharacteristicComponent(String name, Group.GroupCharacteristicComponent element) throws IOException
IOExceptionprotected void composeGroupGroupCharacteristicComponentInner(Group.GroupCharacteristicComponent element) throws IOException
IOExceptionprotected void composeGroupGroupMemberComponent(String name, Group.GroupMemberComponent element) throws IOException
IOExceptionprotected void composeGroupGroupMemberComponentInner(Group.GroupMemberComponent element) throws IOException
IOExceptionprotected void composeGuidanceResponse(String name, GuidanceResponse element) throws IOException
IOExceptionprotected void composeGuidanceResponseInner(GuidanceResponse element) throws IOException
IOExceptionprotected void composeHealthcareService(String name, HealthcareService element) throws IOException
IOExceptionprotected void composeHealthcareServiceInner(HealthcareService element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceEligibilityComponent(String name, HealthcareService.HealthcareServiceEligibilityComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceEligibilityComponentInner(HealthcareService.HealthcareServiceEligibilityComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceAvailableTimeComponent(String name, HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceAvailableTimeComponentInner(HealthcareService.HealthcareServiceAvailableTimeComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceNotAvailableComponent(String name, HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
IOExceptionprotected void composeHealthcareServiceHealthcareServiceNotAvailableComponentInner(HealthcareService.HealthcareServiceNotAvailableComponent element) throws IOException
IOExceptionprotected void composeImagingStudy(String name, ImagingStudy element) throws IOException
IOExceptionprotected void composeImagingStudyInner(ImagingStudy element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesComponent(String name, ImagingStudy.ImagingStudySeriesComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesComponentInner(ImagingStudy.ImagingStudySeriesComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesPerformerComponent(String name, ImagingStudy.ImagingStudySeriesPerformerComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesPerformerComponentInner(ImagingStudy.ImagingStudySeriesPerformerComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesInstanceComponent(String name, ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
IOExceptionprotected void composeImagingStudyImagingStudySeriesInstanceComponentInner(ImagingStudy.ImagingStudySeriesInstanceComponent element) throws IOException
IOExceptionprotected void composeImmunization(String name, Immunization element) throws IOException
IOExceptionprotected void composeImmunizationInner(Immunization element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationPerformerComponent(String name, Immunization.ImmunizationPerformerComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationPerformerComponentInner(Immunization.ImmunizationPerformerComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationEducationComponent(String name, Immunization.ImmunizationEducationComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationEducationComponentInner(Immunization.ImmunizationEducationComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationReactionComponentInner(Immunization.ImmunizationReactionComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationProtocolAppliedComponent(String name, Immunization.ImmunizationProtocolAppliedComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationProtocolAppliedComponentInner(Immunization.ImmunizationProtocolAppliedComponent element) throws IOException
IOExceptionprotected void composeImmunizationEvaluation(String name, ImmunizationEvaluation element) throws IOException
IOExceptionprotected void composeImmunizationEvaluationInner(ImmunizationEvaluation element) throws IOException
IOExceptionprotected void composeImmunizationRecommendation(String name, ImmunizationRecommendation element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationInner(ImmunizationRecommendation element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationComponentInner(ImmunizationRecommendation.ImmunizationRecommendationRecommendationComponent element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationDateCriterionComponentInner(ImmunizationRecommendation.ImmunizationRecommendationRecommendationDateCriterionComponent element) throws IOException
IOExceptionprotected void composeImplementationGuide(String name, ImplementationGuide element) throws IOException
IOExceptionprotected void composeImplementationGuideInner(ImplementationGuide element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDependsOnComponent(String name, ImplementationGuide.ImplementationGuideDependsOnComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDependsOnComponentInner(ImplementationGuide.ImplementationGuideDependsOnComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideGlobalComponentInner(ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionComponent(String name, ImplementationGuide.ImplementationGuideDefinitionComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionComponentInner(ImplementationGuide.ImplementationGuideDefinitionComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionGroupingComponent(String name, ImplementationGuide.ImplementationGuideDefinitionGroupingComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionGroupingComponentInner(ImplementationGuide.ImplementationGuideDefinitionGroupingComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionResourceComponent(String name, ImplementationGuide.ImplementationGuideDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionResourceComponentInner(ImplementationGuide.ImplementationGuideDefinitionResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionPageComponent(String name, ImplementationGuide.ImplementationGuideDefinitionPageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionPageComponentInner(ImplementationGuide.ImplementationGuideDefinitionPageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionParameterComponent(String name, ImplementationGuide.ImplementationGuideDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionParameterComponentInner(ImplementationGuide.ImplementationGuideDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionTemplateComponent(String name, ImplementationGuide.ImplementationGuideDefinitionTemplateComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDefinitionTemplateComponentInner(ImplementationGuide.ImplementationGuideDefinitionTemplateComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideManifestComponent(String name, ImplementationGuide.ImplementationGuideManifestComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideManifestComponentInner(ImplementationGuide.ImplementationGuideManifestComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestResourceComponent(String name, ImplementationGuide.ManifestResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestResourceComponentInner(ImplementationGuide.ManifestResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestPageComponent(String name, ImplementationGuide.ManifestPageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideManifestPageComponentInner(ImplementationGuide.ManifestPageComponent element) throws IOException
IOExceptionprotected void composeInsurancePlan(String name, InsurancePlan element) throws IOException
IOExceptionprotected void composeInsurancePlanInner(InsurancePlan element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanContactComponent(String name, InsurancePlan.InsurancePlanContactComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanContactComponentInner(InsurancePlan.InsurancePlanContactComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanCoverageComponent(String name, InsurancePlan.InsurancePlanCoverageComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanCoverageComponentInner(InsurancePlan.InsurancePlanCoverageComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitComponent(String name, InsurancePlan.CoverageBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitComponentInner(InsurancePlan.CoverageBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitLimitComponent(String name, InsurancePlan.CoverageBenefitLimitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanCoverageBenefitLimitComponentInner(InsurancePlan.CoverageBenefitLimitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanComponent(String name, InsurancePlan.InsurancePlanPlanComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanComponentInner(InsurancePlan.InsurancePlanPlanComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanGeneralCostComponent(String name, InsurancePlan.InsurancePlanPlanGeneralCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanGeneralCostComponentInner(InsurancePlan.InsurancePlanPlanGeneralCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanSpecificCostComponent(String name, InsurancePlan.InsurancePlanPlanSpecificCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanInsurancePlanPlanSpecificCostComponentInner(InsurancePlan.InsurancePlanPlanSpecificCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitComponent(String name, InsurancePlan.PlanBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitComponentInner(InsurancePlan.PlanBenefitComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitCostComponent(String name, InsurancePlan.PlanBenefitCostComponent element) throws IOException
IOExceptionprotected void composeInsurancePlanPlanBenefitCostComponentInner(InsurancePlan.PlanBenefitCostComponent element) throws IOException
IOExceptionprotected void composeInvoice(String name, Invoice element) throws IOException
IOExceptionprotected void composeInvoiceInner(Invoice element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceParticipantComponent(String name, Invoice.InvoiceParticipantComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceParticipantComponentInner(Invoice.InvoiceParticipantComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemComponent(String name, Invoice.InvoiceLineItemComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemComponentInner(Invoice.InvoiceLineItemComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemPriceComponentComponent(String name, Invoice.InvoiceLineItemPriceComponentComponent element) throws IOException
IOExceptionprotected void composeInvoiceInvoiceLineItemPriceComponentComponentInner(Invoice.InvoiceLineItemPriceComponentComponent element) throws IOException
IOExceptionprotected void composeLibrary(String name, Library element) throws IOException
IOExceptionprotected void composeLibraryInner(Library element) throws IOException
IOExceptionprotected void composeLinkage(String name, Linkage element) throws IOException
IOExceptionprotected void composeLinkageInner(Linkage element) throws IOException
IOExceptionprotected void composeLinkageLinkageItemComponent(String name, Linkage.LinkageItemComponent element) throws IOException
IOExceptionprotected void composeLinkageLinkageItemComponentInner(Linkage.LinkageItemComponent element) throws IOException
IOExceptionprotected void composeListResource(String name, ListResource element) throws IOException
IOExceptionprotected void composeListResourceInner(ListResource element) throws IOException
IOExceptionprotected void composeListResourceListEntryComponent(String name, ListResource.ListEntryComponent element) throws IOException
IOExceptionprotected void composeListResourceListEntryComponentInner(ListResource.ListEntryComponent element) throws IOException
IOExceptionprotected void composeLocation(String name, Location element) throws IOException
IOExceptionprotected void composeLocationInner(Location element) throws IOException
IOExceptionprotected void composeLocationLocationPositionComponent(String name, Location.LocationPositionComponent element) throws IOException
IOExceptionprotected void composeLocationLocationPositionComponentInner(Location.LocationPositionComponent element) throws IOException
IOExceptionprotected void composeLocationLocationHoursOfOperationComponent(String name, Location.LocationHoursOfOperationComponent element) throws IOException
IOExceptionprotected void composeLocationLocationHoursOfOperationComponentInner(Location.LocationHoursOfOperationComponent element) throws IOException
IOExceptionprotected void composeMeasure(String name, Measure element) throws IOException
IOExceptionprotected void composeMeasureInner(Measure element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupComponent(String name, Measure.MeasureGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupComponentInner(Measure.MeasureGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupPopulationComponent(String name, Measure.MeasureGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupPopulationComponentInner(Measure.MeasureGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponent(String name, Measure.MeasureGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponentInner(Measure.MeasureGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponentComponent(String name, Measure.MeasureGroupStratifierComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureGroupStratifierComponentComponentInner(Measure.MeasureGroupStratifierComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureSupplementalDataComponent(String name, Measure.MeasureSupplementalDataComponent element) throws IOException
IOExceptionprotected void composeMeasureMeasureSupplementalDataComponentInner(Measure.MeasureSupplementalDataComponent element) throws IOException
IOExceptionprotected void composeMeasureReport(String name, MeasureReport element) throws IOException
IOExceptionprotected void composeMeasureReportInner(MeasureReport element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupComponent(String name, MeasureReport.MeasureReportGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupComponentInner(MeasureReport.MeasureReportGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupPopulationComponent(String name, MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupPopulationComponentInner(MeasureReport.MeasureReportGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupStratifierComponent(String name, MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureReportMeasureReportGroupStratifierComponentInner(MeasureReport.MeasureReportGroupStratifierComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponent(String name, MeasureReport.StratifierGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponentInner(MeasureReport.StratifierGroupComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponentComponent(String name, MeasureReport.StratifierGroupComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupComponentComponentInner(MeasureReport.StratifierGroupComponentComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupPopulationComponent(String name, MeasureReport.StratifierGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMeasureReportStratifierGroupPopulationComponentInner(MeasureReport.StratifierGroupPopulationComponent element) throws IOException
IOExceptionprotected void composeMedia(String name, Media element) throws IOException
IOExceptionprotected void composeMediaInner(Media element) throws IOException
IOExceptionprotected void composeMedication(String name, Medication element) throws IOException
IOExceptionprotected void composeMedicationInner(Medication element) throws IOException
IOExceptionprotected void composeMedicationMedicationIngredientComponent(String name, Medication.MedicationIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationIngredientComponentInner(Medication.MedicationIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationBatchComponent(String name, Medication.MedicationBatchComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationBatchComponentInner(Medication.MedicationBatchComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministration(String name, MedicationAdministration element) throws IOException
IOExceptionprotected void composeMedicationAdministrationInner(MedicationAdministration element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationPerformerComponent(String name, MedicationAdministration.MedicationAdministrationPerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationPerformerComponentInner(MedicationAdministration.MedicationAdministrationPerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationDosageComponent(String name, MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationAdministrationMedicationAdministrationDosageComponentInner(MedicationAdministration.MedicationAdministrationDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationDispense(String name, MedicationDispense element) throws IOException
IOExceptionprotected void composeMedicationDispenseInner(MedicationDispense element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispensePerformerComponent(String name, MedicationDispense.MedicationDispensePerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispensePerformerComponentInner(MedicationDispense.MedicationDispensePerformerComponent element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispenseSubstitutionComponent(String name, MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationDispenseMedicationDispenseSubstitutionComponentInner(MedicationDispense.MedicationDispenseSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledge(String name, MedicationKnowledge element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeInner(MedicationKnowledge element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponent(String name, MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRelatedMedicationKnowledgeComponentInner(MedicationKnowledge.MedicationKnowledgeRelatedMedicationKnowledgeComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonographComponent(String name, MedicationKnowledge.MedicationKnowledgeMonographComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonographComponentInner(MedicationKnowledge.MedicationKnowledgeMonographComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeIngredientComponent(String name, MedicationKnowledge.MedicationKnowledgeIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeIngredientComponentInner(MedicationKnowledge.MedicationKnowledgeIngredientComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeCostComponent(String name, MedicationKnowledge.MedicationKnowledgeCostComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeCostComponentInner(MedicationKnowledge.MedicationKnowledgeCostComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponent(String name, MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMonitoringProgramComponentInner(MedicationKnowledge.MedicationKnowledgeMonitoringProgramComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponent(String name, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesComponentInner(MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponent(String name, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesDosageComponentInner(MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesDosageComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent(String name, MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponentInner(MedicationKnowledge.MedicationKnowledgeAdministrationGuidelinesPatientCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponent(String name, MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeMedicineClassificationComponentInner(MedicationKnowledge.MedicationKnowledgeMedicineClassificationComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgePackagingComponent(String name, MedicationKnowledge.MedicationKnowledgePackagingComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgePackagingComponentInner(MedicationKnowledge.MedicationKnowledgePackagingComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponent(String name, MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeDrugCharacteristicComponentInner(MedicationKnowledge.MedicationKnowledgeDrugCharacteristicComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryComponentInner(MedicationKnowledge.MedicationKnowledgeRegulatoryComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatorySubstitutionComponentInner(MedicationKnowledge.MedicationKnowledgeRegulatorySubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryScheduleComponentInner(MedicationKnowledge.MedicationKnowledgeRegulatoryScheduleComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponent(String name, MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeRegulatoryMaxDispenseComponentInner(MedicationKnowledge.MedicationKnowledgeRegulatoryMaxDispenseComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeKineticsComponent(String name, MedicationKnowledge.MedicationKnowledgeKineticsComponent element) throws IOException
IOExceptionprotected void composeMedicationKnowledgeMedicationKnowledgeKineticsComponentInner(MedicationKnowledge.MedicationKnowledgeKineticsComponent element) throws IOException
IOExceptionprotected void composeMedicationRequest(String name, MedicationRequest element) throws IOException
IOExceptionprotected void composeMedicationRequestInner(MedicationRequest element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestComponent(String name, MedicationRequest.MedicationRequestDispenseRequestComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestComponentInner(MedicationRequest.MedicationRequestDispenseRequestComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestInitialFillComponent(String name, MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestInitialFillComponentInner(MedicationRequest.MedicationRequestDispenseRequestInitialFillComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestSubstitutionComponent(String name, MedicationRequest.MedicationRequestSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestSubstitutionComponentInner(MedicationRequest.MedicationRequestSubstitutionComponent element) throws IOException
IOExceptionprotected void composeMedicationStatement(String name, MedicationStatement element) throws IOException
IOExceptionprotected void composeMedicationStatementInner(MedicationStatement element) throws IOException
IOExceptionprotected void composeMedicinalProduct(String name, MedicinalProduct element) throws IOException
IOExceptionprotected void composeMedicinalProductInner(MedicinalProduct element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameComponent(String name, MedicinalProduct.MedicinalProductNameComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameComponentInner(MedicinalProduct.MedicinalProductNameComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameNamePartComponent(String name, MedicinalProduct.MedicinalProductNameNamePartComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameNamePartComponentInner(MedicinalProduct.MedicinalProductNameNamePartComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameCountryLanguageComponent(String name, MedicinalProduct.MedicinalProductNameCountryLanguageComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductNameCountryLanguageComponentInner(MedicinalProduct.MedicinalProductNameCountryLanguageComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductManufacturingBusinessOperationComponent(String name, MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductManufacturingBusinessOperationComponentInner(MedicinalProduct.MedicinalProductManufacturingBusinessOperationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductSpecialDesignationComponent(String name, MedicinalProduct.MedicinalProductSpecialDesignationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductMedicinalProductSpecialDesignationComponentInner(MedicinalProduct.MedicinalProductSpecialDesignationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorization(String name, MedicinalProductAuthorization element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationInner(MedicinalProductAuthorization element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponent(String name, MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationJurisdictionalAuthorizationComponentInner(MedicinalProductAuthorization.MedicinalProductAuthorizationJurisdictionalAuthorizationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponent(String name, MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductAuthorizationMedicinalProductAuthorizationProcedureComponentInner(MedicinalProductAuthorization.MedicinalProductAuthorizationProcedureComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindication(String name, MedicinalProductContraindication element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindicationInner(MedicinalProductContraindication element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponent(String name, MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductContraindicationMedicinalProductContraindicationOtherTherapyComponentInner(MedicinalProductContraindication.MedicinalProductContraindicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIndication(String name, MedicinalProductIndication element) throws IOException
IOExceptionprotected void composeMedicinalProductIndicationInner(MedicinalProductIndication element) throws IOException
IOExceptionprotected void composeMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponent(String name, MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIndicationMedicinalProductIndicationOtherTherapyComponentInner(MedicinalProductIndication.MedicinalProductIndicationOtherTherapyComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredient(String name, MedicinalProductIngredient element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientInner(MedicinalProductIngredient element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceComponentInner(MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthComponentInner(MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponentInner(MedicinalProductIngredient.MedicinalProductIngredientSpecifiedSubstanceStrengthReferenceStrengthComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSubstanceComponent(String name, MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductIngredientMedicinalProductIngredientSubstanceComponentInner(MedicinalProductIngredient.MedicinalProductIngredientSubstanceComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductInteraction(String name, MedicinalProductInteraction element) throws IOException
IOExceptionprotected void composeMedicinalProductInteractionInner(MedicinalProductInteraction element) throws IOException
IOExceptionprotected void composeMedicinalProductInteractionMedicinalProductInteractionInteractantComponent(String name, MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductInteractionMedicinalProductInteractionInteractantComponentInner(MedicinalProductInteraction.MedicinalProductInteractionInteractantComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductManufactured(String name, MedicinalProductManufactured element) throws IOException
IOExceptionprotected void composeMedicinalProductManufacturedInner(MedicinalProductManufactured element) throws IOException
IOExceptionprotected void composeMedicinalProductPackaged(String name, MedicinalProductPackaged element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedInner(MedicinalProductPackaged element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponent(String name, MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedBatchIdentifierComponentInner(MedicinalProductPackaged.MedicinalProductPackagedBatchIdentifierComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedPackageItemComponent(String name, MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPackagedMedicinalProductPackagedPackageItemComponentInner(MedicinalProductPackaged.MedicinalProductPackagedPackageItemComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceutical(String name, MedicinalProductPharmaceutical element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalInner(MedicinalProductPharmaceutical element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalCharacteristicsComponentInner(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalCharacteristicsComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationComponentInner(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponentInner(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent(String name, MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductPharmaceuticalMedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponentInner(MedicinalProductPharmaceutical.MedicinalProductPharmaceuticalRouteOfAdministrationTargetSpeciesWithdrawalPeriodComponent element) throws IOException
IOExceptionprotected void composeMedicinalProductUndesirableEffect(String name, MedicinalProductUndesirableEffect element) throws IOException
IOExceptionprotected void composeMedicinalProductUndesirableEffectInner(MedicinalProductUndesirableEffect element) throws IOException
IOExceptionprotected void composeMessageDefinition(String name, MessageDefinition element) throws IOException
IOExceptionprotected void composeMessageDefinitionInner(MessageDefinition element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionFocusComponent(String name, MessageDefinition.MessageDefinitionFocusComponent element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionFocusComponentInner(MessageDefinition.MessageDefinitionFocusComponent element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionAllowedResponseComponent(String name, MessageDefinition.MessageDefinitionAllowedResponseComponent element) throws IOException
IOExceptionprotected void composeMessageDefinitionMessageDefinitionAllowedResponseComponentInner(MessageDefinition.MessageDefinitionAllowedResponseComponent element) throws IOException
IOExceptionprotected void composeMessageHeader(String name, MessageHeader element) throws IOException
IOExceptionprotected void composeMessageHeaderInner(MessageHeader element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageDestinationComponent(String name, MessageHeader.MessageDestinationComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageDestinationComponentInner(MessageHeader.MessageDestinationComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageSourceComponent(String name, MessageHeader.MessageSourceComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageSourceComponentInner(MessageHeader.MessageSourceComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageHeaderResponseComponent(String name, MessageHeader.MessageHeaderResponseComponent element) throws IOException
IOExceptionprotected void composeMessageHeaderMessageHeaderResponseComponentInner(MessageHeader.MessageHeaderResponseComponent element) throws IOException
IOExceptionprotected void composeMolecularSequence(String name, MolecularSequence element) throws IOException
IOExceptionprotected void composeMolecularSequenceInner(MolecularSequence element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceReferenceSeqComponent(String name, MolecularSequence.MolecularSequenceReferenceSeqComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceReferenceSeqComponentInner(MolecularSequence.MolecularSequenceReferenceSeqComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceVariantComponent(String name, MolecularSequence.MolecularSequenceVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceVariantComponentInner(MolecularSequence.MolecularSequenceVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityComponent(String name, MolecularSequence.MolecularSequenceQualityComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityComponentInner(MolecularSequence.MolecularSequenceQualityComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityRocComponent(String name, MolecularSequence.MolecularSequenceQualityRocComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceQualityRocComponentInner(MolecularSequence.MolecularSequenceQualityRocComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceRepositoryComponent(String name, MolecularSequence.MolecularSequenceRepositoryComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceRepositoryComponentInner(MolecularSequence.MolecularSequenceRepositoryComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantComponent(String name, MolecularSequence.MolecularSequenceStructureVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantComponentInner(MolecularSequence.MolecularSequenceStructureVariantComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantOuterComponent(String name, MolecularSequence.MolecularSequenceStructureVariantOuterComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantOuterComponentInner(MolecularSequence.MolecularSequenceStructureVariantOuterComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantInnerComponent(String name, MolecularSequence.MolecularSequenceStructureVariantInnerComponent element) throws IOException
IOExceptionprotected void composeMolecularSequenceMolecularSequenceStructureVariantInnerComponentInner(MolecularSequence.MolecularSequenceStructureVariantInnerComponent element) throws IOException
IOExceptionprotected void composeNamingSystem(String name, NamingSystem element) throws IOException
IOExceptionprotected void composeNamingSystemInner(NamingSystem element) throws IOException
IOExceptionprotected void composeNamingSystemNamingSystemUniqueIdComponent(String name, NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
IOExceptionprotected void composeNamingSystemNamingSystemUniqueIdComponentInner(NamingSystem.NamingSystemUniqueIdComponent element) throws IOException
IOExceptionprotected void composeNutritionOrder(String name, NutritionOrder element) throws IOException
IOExceptionprotected void composeNutritionOrderInner(NutritionOrder element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietComponent(String name, NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietComponentInner(NutritionOrder.NutritionOrderOralDietComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietNutrientComponent(String name, NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietNutrientComponentInner(NutritionOrder.NutritionOrderOralDietNutrientComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietTextureComponent(String name, NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderOralDietTextureComponentInner(NutritionOrder.NutritionOrderOralDietTextureComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderSupplementComponent(String name, NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderSupplementComponentInner(NutritionOrder.NutritionOrderSupplementComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaComponentInner(NutritionOrder.NutritionOrderEnteralFormulaComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponent(String name, NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
IOExceptionprotected void composeNutritionOrderNutritionOrderEnteralFormulaAdministrationComponentInner(NutritionOrder.NutritionOrderEnteralFormulaAdministrationComponent element) throws IOException
IOExceptionprotected void composeObservation(String name, Observation element) throws IOException
IOExceptionprotected void composeObservationInner(Observation element) throws IOException
IOExceptionprotected void composeObservationObservationReferenceRangeComponent(String name, Observation.ObservationReferenceRangeComponent element) throws IOException
IOExceptionprotected void composeObservationObservationReferenceRangeComponentInner(Observation.ObservationReferenceRangeComponent element) throws IOException
IOExceptionprotected void composeObservationObservationComponentComponent(String name, Observation.ObservationComponentComponent element) throws IOException
IOExceptionprotected void composeObservationObservationComponentComponentInner(Observation.ObservationComponentComponent element) throws IOException
IOExceptionprotected void composeObservationDefinition(String name, ObservationDefinition element) throws IOException
IOExceptionprotected void composeObservationDefinitionInner(ObservationDefinition element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQuantitativeDetailsComponent(String name, ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQuantitativeDetailsComponentInner(ObservationDefinition.ObservationDefinitionQuantitativeDetailsComponent element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQualifiedIntervalComponent(String name, ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent element) throws IOException
IOExceptionprotected void composeObservationDefinitionObservationDefinitionQualifiedIntervalComponentInner(ObservationDefinition.ObservationDefinitionQualifiedIntervalComponent element) throws IOException
IOExceptionprotected void composeOperationDefinition(String name, OperationDefinition element) throws IOException
IOExceptionprotected void composeOperationDefinitionInner(OperationDefinition element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterComponent(String name, OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterComponentInner(OperationDefinition.OperationDefinitionParameterComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterBindingComponent(String name, OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterBindingComponentInner(OperationDefinition.OperationDefinitionParameterBindingComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterReferencedFromComponent(String name, OperationDefinition.OperationDefinitionParameterReferencedFromComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionParameterReferencedFromComponentInner(OperationDefinition.OperationDefinitionParameterReferencedFromComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionOverloadComponent(String name, OperationDefinition.OperationDefinitionOverloadComponent element) throws IOException
IOExceptionprotected void composeOperationDefinitionOperationDefinitionOverloadComponentInner(OperationDefinition.OperationDefinitionOverloadComponent element) throws IOException
IOExceptionprotected void composeOperationOutcome(String name, OperationOutcome element) throws IOException
IOExceptionprotected void composeOperationOutcomeInner(OperationOutcome element) throws IOException
IOExceptionprotected void composeOperationOutcomeOperationOutcomeIssueComponent(String name, OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
IOExceptionprotected void composeOperationOutcomeOperationOutcomeIssueComponentInner(OperationOutcome.OperationOutcomeIssueComponent element) throws IOException
IOExceptionprotected void composeOrganization(String name, Organization element) throws IOException
IOExceptionprotected void composeOrganizationInner(Organization element) throws IOException
IOExceptionprotected void composeOrganizationOrganizationContactComponent(String name, Organization.OrganizationContactComponent element) throws IOException
IOExceptionprotected void composeOrganizationOrganizationContactComponentInner(Organization.OrganizationContactComponent element) throws IOException
IOExceptionprotected void composeOrganizationAffiliation(String name, OrganizationAffiliation element) throws IOException
IOExceptionprotected void composeOrganizationAffiliationInner(OrganizationAffiliation element) throws IOException
IOExceptionprotected void composePatient(String name, Patient element) throws IOException
IOExceptionprotected void composePatientInner(Patient element) throws IOException
IOExceptionprotected void composePatientContactComponent(String name, Patient.ContactComponent element) throws IOException
IOExceptionprotected void composePatientContactComponentInner(Patient.ContactComponent element) throws IOException
IOExceptionprotected void composePatientPatientCommunicationComponent(String name, Patient.PatientCommunicationComponent element) throws IOException
IOExceptionprotected void composePatientPatientCommunicationComponentInner(Patient.PatientCommunicationComponent element) throws IOException
IOExceptionprotected void composePatientPatientLinkComponent(String name, Patient.PatientLinkComponent element) throws IOException
IOExceptionprotected void composePatientPatientLinkComponentInner(Patient.PatientLinkComponent element) throws IOException
IOExceptionprotected void composePaymentNotice(String name, PaymentNotice element) throws IOException
IOExceptionprotected void composePaymentNoticeInner(PaymentNotice element) throws IOException
IOExceptionprotected void composePaymentReconciliation(String name, PaymentReconciliation element) throws IOException
IOExceptionprotected void composePaymentReconciliationInner(PaymentReconciliation element) throws IOException
IOExceptionprotected void composePaymentReconciliationDetailsComponent(String name, PaymentReconciliation.DetailsComponent element) throws IOException
IOExceptionprotected void composePaymentReconciliationDetailsComponentInner(PaymentReconciliation.DetailsComponent element) throws IOException
IOExceptionprotected void composePaymentReconciliationNotesComponent(String name, PaymentReconciliation.NotesComponent element) throws IOException
IOExceptionprotected void composePaymentReconciliationNotesComponentInner(PaymentReconciliation.NotesComponent element) throws IOException
IOExceptionprotected void composePerson(String name, Person element) throws IOException
IOExceptionprotected void composePersonInner(Person element) throws IOException
IOExceptionprotected void composePersonPersonLinkComponent(String name, Person.PersonLinkComponent element) throws IOException
IOExceptionprotected void composePersonPersonLinkComponentInner(Person.PersonLinkComponent element) throws IOException
IOExceptionprotected void composePlanDefinition(String name, PlanDefinition element) throws IOException
IOExceptionprotected void composePlanDefinitionInner(PlanDefinition element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalComponent(String name, PlanDefinition.PlanDefinitionGoalComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalComponentInner(PlanDefinition.PlanDefinitionGoalComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalTargetComponent(String name, PlanDefinition.PlanDefinitionGoalTargetComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionGoalTargetComponentInner(PlanDefinition.PlanDefinitionGoalTargetComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionComponent(String name, PlanDefinition.PlanDefinitionActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionComponentInner(PlanDefinition.PlanDefinitionActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionConditionComponent(String name, PlanDefinition.PlanDefinitionActionConditionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionConditionComponentInner(PlanDefinition.PlanDefinitionActionConditionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionRelatedActionComponent(String name, PlanDefinition.PlanDefinitionActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionRelatedActionComponentInner(PlanDefinition.PlanDefinitionActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionParticipantComponent(String name, PlanDefinition.PlanDefinitionActionParticipantComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionParticipantComponentInner(PlanDefinition.PlanDefinitionActionParticipantComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionDynamicValueComponent(String name, PlanDefinition.PlanDefinitionActionDynamicValueComponent element) throws IOException
IOExceptionprotected void composePlanDefinitionPlanDefinitionActionDynamicValueComponentInner(PlanDefinition.PlanDefinitionActionDynamicValueComponent element) throws IOException
IOExceptionprotected void composePractitioner(String name, Practitioner element) throws IOException
IOExceptionprotected void composePractitionerInner(Practitioner element) throws IOException
IOExceptionprotected void composePractitionerPractitionerQualificationComponent(String name, Practitioner.PractitionerQualificationComponent element) throws IOException
IOExceptionprotected void composePractitionerPractitionerQualificationComponentInner(Practitioner.PractitionerQualificationComponent element) throws IOException
IOExceptionprotected void composePractitionerRole(String name, PractitionerRole element) throws IOException
IOExceptionprotected void composePractitionerRoleInner(PractitionerRole element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleAvailableTimeComponent(String name, PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleAvailableTimeComponentInner(PractitionerRole.PractitionerRoleAvailableTimeComponent element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleNotAvailableComponent(String name, PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
IOExceptionprotected void composePractitionerRolePractitionerRoleNotAvailableComponentInner(PractitionerRole.PractitionerRoleNotAvailableComponent element) throws IOException
IOExceptionprotected void composeProcedure(String name, Procedure element) throws IOException
IOExceptionprotected void composeProcedureInner(Procedure element) throws IOException
IOExceptionprotected void composeProcedureProcedurePerformerComponent(String name, Procedure.ProcedurePerformerComponent element) throws IOException
IOExceptionprotected void composeProcedureProcedurePerformerComponentInner(Procedure.ProcedurePerformerComponent element) throws IOException
IOExceptionprotected void composeProcedureProcedureFocalDeviceComponent(String name, Procedure.ProcedureFocalDeviceComponent element) throws IOException
IOExceptionprotected void composeProcedureProcedureFocalDeviceComponentInner(Procedure.ProcedureFocalDeviceComponent element) throws IOException
IOExceptionprotected void composeProvenance(String name, Provenance element) throws IOException
IOExceptionprotected void composeProvenanceInner(Provenance element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceAgentComponent(String name, Provenance.ProvenanceAgentComponent element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceAgentComponentInner(Provenance.ProvenanceAgentComponent element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceEntityComponent(String name, Provenance.ProvenanceEntityComponent element) throws IOException
IOExceptionprotected void composeProvenanceProvenanceEntityComponentInner(Provenance.ProvenanceEntityComponent element) throws IOException
IOExceptionprotected void composeQuestionnaire(String name, Questionnaire element) throws IOException
IOExceptionprotected void composeQuestionnaireInner(Questionnaire element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemComponent(String name, Questionnaire.QuestionnaireItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemComponentInner(Questionnaire.QuestionnaireItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemEnableWhenComponent(String name, Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemEnableWhenComponentInner(Questionnaire.QuestionnaireItemEnableWhenComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemAnswerOptionComponent(String name, Questionnaire.QuestionnaireItemAnswerOptionComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemAnswerOptionComponentInner(Questionnaire.QuestionnaireItemAnswerOptionComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemInitialComponent(String name, Questionnaire.QuestionnaireItemInitialComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemInitialComponentInner(Questionnaire.QuestionnaireItemInitialComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponse(String name, QuestionnaireResponse element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseInner(QuestionnaireResponse element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemComponentInner(QuestionnaireResponse.QuestionnaireResponseItemComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponent(String name, QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireResponseQuestionnaireResponseItemAnswerComponentInner(QuestionnaireResponse.QuestionnaireResponseItemAnswerComponent element) throws IOException
IOExceptionprotected void composeRelatedPerson(String name, RelatedPerson element) throws IOException
IOExceptionprotected void composeRelatedPersonInner(RelatedPerson element) throws IOException
IOExceptionprotected void composeRelatedPersonRelatedPersonCommunicationComponent(String name, RelatedPerson.RelatedPersonCommunicationComponent element) throws IOException
IOExceptionprotected void composeRelatedPersonRelatedPersonCommunicationComponentInner(RelatedPerson.RelatedPersonCommunicationComponent element) throws IOException
IOExceptionprotected void composeRequestGroup(String name, RequestGroup element) throws IOException
IOExceptionprotected void composeRequestGroupInner(RequestGroup element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionComponent(String name, RequestGroup.RequestGroupActionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionComponentInner(RequestGroup.RequestGroupActionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionConditionComponent(String name, RequestGroup.RequestGroupActionConditionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionConditionComponentInner(RequestGroup.RequestGroupActionConditionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionRelatedActionComponent(String name, RequestGroup.RequestGroupActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composeRequestGroupRequestGroupActionRelatedActionComponentInner(RequestGroup.RequestGroupActionRelatedActionComponent element) throws IOException
IOExceptionprotected void composeResearchDefinition(String name, ResearchDefinition element) throws IOException
IOExceptionprotected void composeResearchDefinitionInner(ResearchDefinition element) throws IOException
IOExceptionprotected void composeResearchElementDefinition(String name, ResearchElementDefinition element) throws IOException
IOExceptionprotected void composeResearchElementDefinitionInner(ResearchElementDefinition element) throws IOException
IOExceptionprotected void composeResearchElementDefinitionResearchElementDefinitionCharacteristicComponent(String name, ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent element) throws IOException
IOExceptionprotected void composeResearchElementDefinitionResearchElementDefinitionCharacteristicComponentInner(ResearchElementDefinition.ResearchElementDefinitionCharacteristicComponent element) throws IOException
IOExceptionprotected void composeResearchStudy(String name, ResearchStudy element) throws IOException
IOExceptionprotected void composeResearchStudyInner(ResearchStudy element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyArmComponent(String name, ResearchStudy.ResearchStudyArmComponent element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyArmComponentInner(ResearchStudy.ResearchStudyArmComponent element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyObjectiveComponent(String name, ResearchStudy.ResearchStudyObjectiveComponent element) throws IOException
IOExceptionprotected void composeResearchStudyResearchStudyObjectiveComponentInner(ResearchStudy.ResearchStudyObjectiveComponent element) throws IOException
IOExceptionprotected void composeResearchSubject(String name, ResearchSubject element) throws IOException
IOExceptionprotected void composeResearchSubjectInner(ResearchSubject element) throws IOException
IOExceptionprotected void composeRiskAssessment(String name, RiskAssessment element) throws IOException
IOExceptionprotected void composeRiskAssessmentInner(RiskAssessment element) throws IOException
IOExceptionprotected void composeRiskAssessmentRiskAssessmentPredictionComponent(String name, RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
IOExceptionprotected void composeRiskAssessmentRiskAssessmentPredictionComponentInner(RiskAssessment.RiskAssessmentPredictionComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesis(String name, RiskEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisInner(RiskEvidenceSynthesis element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisSampleSizeComponentInner(RiskEvidenceSynthesis.RiskEvidenceSynthesisSampleSizeComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimateComponentInner(RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponentInner(RiskEvidenceSynthesis.RiskEvidenceSynthesisRiskEstimatePrecisionEstimateComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyComponentInner(RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent(String name, RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeRiskEvidenceSynthesisRiskEvidenceSynthesisCertaintyCertaintySubcomponentComponentInner(RiskEvidenceSynthesis.RiskEvidenceSynthesisCertaintyCertaintySubcomponentComponent element) throws IOException
IOExceptionprotected void composeSchedule(String name, Schedule element) throws IOException
IOExceptionprotected void composeScheduleInner(Schedule element) throws IOException
IOExceptionprotected void composeSearchParameter(String name, SearchParameter element) throws IOException
IOExceptionprotected void composeSearchParameterInner(SearchParameter element) throws IOException
IOExceptionprotected void composeSearchParameterSearchParameterComponentComponent(String name, SearchParameter.SearchParameterComponentComponent element) throws IOException
IOExceptionprotected void composeSearchParameterSearchParameterComponentComponentInner(SearchParameter.SearchParameterComponentComponent element) throws IOException
IOExceptionprotected void composeServiceRequest(String name, ServiceRequest element) throws IOException
IOExceptionprotected void composeServiceRequestInner(ServiceRequest element) throws IOException
IOExceptionprotected void composeSlot(String name, Slot element) throws IOException
IOExceptionprotected void composeSlotInner(Slot element) throws IOException
IOExceptionprotected void composeSpecimen(String name, Specimen element) throws IOException
IOExceptionprotected void composeSpecimenInner(Specimen element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenCollectionComponent(String name, Specimen.SpecimenCollectionComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenCollectionComponentInner(Specimen.SpecimenCollectionComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenProcessingComponent(String name, Specimen.SpecimenProcessingComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenProcessingComponentInner(Specimen.SpecimenProcessingComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenContainerComponent(String name, Specimen.SpecimenContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenSpecimenContainerComponentInner(Specimen.SpecimenContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinition(String name, SpecimenDefinition element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionInner(SpecimenDefinition element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedComponentInner(SpecimenDefinition.SpecimenDefinitionTypeTestedComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerComponentInner(SpecimenDefinition.SpecimenDefinitionTypeTestedContainerComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedContainerAdditiveComponentInner(SpecimenDefinition.SpecimenDefinitionTypeTestedContainerAdditiveComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponent(String name, SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent element) throws IOException
IOExceptionprotected void composeSpecimenDefinitionSpecimenDefinitionTypeTestedHandlingComponentInner(SpecimenDefinition.SpecimenDefinitionTypeTestedHandlingComponent element) throws IOException
IOExceptionprotected void composeStructureDefinition(String name, StructureDefinition element) throws IOException
IOExceptionprotected void composeStructureDefinitionInner(StructureDefinition element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionMappingComponent(String name, StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionMappingComponentInner(StructureDefinition.StructureDefinitionMappingComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionContextComponent(String name, StructureDefinition.StructureDefinitionContextComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionContextComponentInner(StructureDefinition.StructureDefinitionContextComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionSnapshotComponent(String name, StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionSnapshotComponentInner(StructureDefinition.StructureDefinitionSnapshotComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionDifferentialComponent(String name, StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
IOExceptionprotected void composeStructureDefinitionStructureDefinitionDifferentialComponentInner(StructureDefinition.StructureDefinitionDifferentialComponent element) throws IOException
IOExceptionprotected void composeStructureMap(String name, StructureMap element) throws IOException
IOExceptionprotected void composeStructureMapInner(StructureMap element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapStructureComponent(String name, StructureMap.StructureMapStructureComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapStructureComponentInner(StructureMap.StructureMapStructureComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupComponent(String name, StructureMap.StructureMapGroupComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupComponentInner(StructureMap.StructureMapGroupComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupInputComponent(String name, StructureMap.StructureMapGroupInputComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupInputComponentInner(StructureMap.StructureMapGroupInputComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleComponent(String name, StructureMap.StructureMapGroupRuleComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleComponentInner(StructureMap.StructureMapGroupRuleComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleSourceComponent(String name, StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleSourceComponentInner(StructureMap.StructureMapGroupRuleSourceComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetComponent(String name, StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetComponentInner(StructureMap.StructureMapGroupRuleTargetComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetParameterComponent(String name, StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleTargetParameterComponentInner(StructureMap.StructureMapGroupRuleTargetParameterComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleDependentComponent(String name, StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
IOExceptionprotected void composeStructureMapStructureMapGroupRuleDependentComponentInner(StructureMap.StructureMapGroupRuleDependentComponent element) throws IOException
IOExceptionprotected void composeSubscription(String name, Subscription element) throws IOException
IOExceptionprotected void composeSubscriptionInner(Subscription element) throws IOException
IOExceptionprotected void composeSubscriptionSubscriptionChannelComponent(String name, Subscription.SubscriptionChannelComponent element) throws IOException
IOExceptionprotected void composeSubscriptionSubscriptionChannelComponentInner(Subscription.SubscriptionChannelComponent element) throws IOException
IOExceptionprotected void composeSubstance(String name, Substance element) throws IOException
IOExceptionprotected void composeSubstanceInner(Substance element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceInstanceComponent(String name, Substance.SubstanceInstanceComponent element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceInstanceComponentInner(Substance.SubstanceInstanceComponent element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceIngredientComponent(String name, Substance.SubstanceIngredientComponent element) throws IOException
IOExceptionprotected void composeSubstanceSubstanceIngredientComponentInner(Substance.SubstanceIngredientComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcid(String name, SubstanceNucleicAcid element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidInner(SubstanceNucleicAcid element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponent(String name, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitComponentInner(SubstanceNucleicAcid.SubstanceNucleicAcidSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponent(String name, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitLinkageComponentInner(SubstanceNucleicAcid.SubstanceNucleicAcidSubunitLinkageComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponent(String name, SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent element) throws IOException
IOExceptionprotected void composeSubstanceNucleicAcidSubstanceNucleicAcidSubunitSugarComponentInner(SubstanceNucleicAcid.SubstanceNucleicAcidSubunitSugarComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymer(String name, SubstancePolymer element) throws IOException
IOExceptionprotected void composeSubstancePolymerInner(SubstancePolymer element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetComponent(String name, SubstancePolymer.SubstancePolymerMonomerSetComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetComponentInner(SubstancePolymer.SubstancePolymerMonomerSetComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponent(String name, SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerMonomerSetStartingMaterialComponentInner(SubstancePolymer.SubstancePolymerMonomerSetStartingMaterialComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatComponent(String name, SubstancePolymer.SubstancePolymerRepeatComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatComponentInner(SubstancePolymer.SubstancePolymerRepeatComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitComponent(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitComponentInner(SubstancePolymer.SubstancePolymerRepeatRepeatUnitComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponentInner(SubstancePolymer.SubstancePolymerRepeatRepeatUnitDegreeOfPolymerisationComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent(String name, SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstancePolymerSubstancePolymerRepeatRepeatUnitStructuralRepresentationComponentInner(SubstancePolymer.SubstancePolymerRepeatRepeatUnitStructuralRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstanceProtein(String name, SubstanceProtein element) throws IOException
IOExceptionprotected void composeSubstanceProteinInner(SubstanceProtein element) throws IOException
IOExceptionprotected void composeSubstanceProteinSubstanceProteinSubunitComponent(String name, SubstanceProtein.SubstanceProteinSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceProteinSubstanceProteinSubunitComponentInner(SubstanceProtein.SubstanceProteinSubunitComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformation(String name, SubstanceReferenceInformation element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationInner(SubstanceReferenceInformation element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneComponentInner(SubstanceReferenceInformation.SubstanceReferenceInformationGeneComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationGeneElementComponentInner(SubstanceReferenceInformation.SubstanceReferenceInformationGeneElementComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationClassificationComponentInner(SubstanceReferenceInformation.SubstanceReferenceInformationClassificationComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationTargetComponent(String name, SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent element) throws IOException
IOExceptionprotected void composeSubstanceReferenceInformationSubstanceReferenceInformationTargetComponentInner(SubstanceReferenceInformation.SubstanceReferenceInformationTargetComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterial(String name, SubstanceSourceMaterial element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialInner(SubstanceSourceMaterial element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialFractionDescriptionComponentInner(SubstanceSourceMaterial.SubstanceSourceMaterialFractionDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismComponentInner(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismAuthorComponentInner(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismAuthorComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismHybridComponentInner(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismHybridComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialOrganismOrganismGeneralComponentInner(SubstanceSourceMaterial.SubstanceSourceMaterialOrganismOrganismGeneralComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponent(String name, SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSourceMaterialSubstanceSourceMaterialPartDescriptionComponentInner(SubstanceSourceMaterial.SubstanceSourceMaterialPartDescriptionComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecification(String name, SubstanceSpecification element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationInner(SubstanceSpecification element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationMoietyComponent(String name, SubstanceSpecification.SubstanceSpecificationMoietyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationMoietyComponentInner(SubstanceSpecification.SubstanceSpecificationMoietyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationPropertyComponent(String name, SubstanceSpecification.SubstanceSpecificationPropertyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationPropertyComponentInner(SubstanceSpecification.SubstanceSpecificationPropertyComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureComponentInner(SubstanceSpecification.SubstanceSpecificationStructureComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeComponentInner(SubstanceSpecification.SubstanceSpecificationStructureIsotopeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureIsotopeMolecularWeightComponentInner(SubstanceSpecification.SubstanceSpecificationStructureIsotopeMolecularWeightComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponent(String name, SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationStructureRepresentationComponentInner(SubstanceSpecification.SubstanceSpecificationStructureRepresentationComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationCodeComponent(String name, SubstanceSpecification.SubstanceSpecificationCodeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationCodeComponentInner(SubstanceSpecification.SubstanceSpecificationCodeComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameComponent(String name, SubstanceSpecification.SubstanceSpecificationNameComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameComponentInner(SubstanceSpecification.SubstanceSpecificationNameComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameOfficialComponent(String name, SubstanceSpecification.SubstanceSpecificationNameOfficialComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationNameOfficialComponentInner(SubstanceSpecification.SubstanceSpecificationNameOfficialComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationRelationshipComponent(String name, SubstanceSpecification.SubstanceSpecificationRelationshipComponent element) throws IOException
IOExceptionprotected void composeSubstanceSpecificationSubstanceSpecificationRelationshipComponentInner(SubstanceSpecification.SubstanceSpecificationRelationshipComponent element) throws IOException
IOExceptionprotected void composeSupplyDelivery(String name, SupplyDelivery element) throws IOException
IOExceptionprotected void composeSupplyDeliveryInner(SupplyDelivery element) throws IOException
IOExceptionprotected void composeSupplyDeliverySupplyDeliverySuppliedItemComponent(String name, SupplyDelivery.SupplyDeliverySuppliedItemComponent element) throws IOException
IOExceptionprotected void composeSupplyDeliverySupplyDeliverySuppliedItemComponentInner(SupplyDelivery.SupplyDeliverySuppliedItemComponent element) throws IOException
IOExceptionprotected void composeSupplyRequest(String name, SupplyRequest element) throws IOException
IOExceptionprotected void composeSupplyRequestInner(SupplyRequest element) throws IOException
IOExceptionprotected void composeSupplyRequestSupplyRequestParameterComponent(String name, SupplyRequest.SupplyRequestParameterComponent element) throws IOException
IOExceptionprotected void composeSupplyRequestSupplyRequestParameterComponentInner(SupplyRequest.SupplyRequestParameterComponent element) throws IOException
IOExceptionprotected void composeTask(String name, Task element) throws IOException
IOExceptionprotected void composeTaskInner(Task element) throws IOException
IOExceptionprotected void composeTaskTaskRestrictionComponent(String name, Task.TaskRestrictionComponent element) throws IOException
IOExceptionprotected void composeTaskTaskRestrictionComponentInner(Task.TaskRestrictionComponent element) throws IOException
IOExceptionprotected void composeTaskParameterComponent(String name, Task.ParameterComponent element) throws IOException
IOExceptionprotected void composeTaskParameterComponentInner(Task.ParameterComponent element) throws IOException
IOExceptionprotected void composeTaskTaskOutputComponent(String name, Task.TaskOutputComponent element) throws IOException
IOExceptionprotected void composeTaskTaskOutputComponentInner(Task.TaskOutputComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilities(String name, TerminologyCapabilities element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesInner(TerminologyCapabilities element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesSoftwareComponentInner(TerminologyCapabilities.TerminologyCapabilitiesSoftwareComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesImplementationComponentInner(TerminologyCapabilities.TerminologyCapabilitiesImplementationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemComponentInner(TerminologyCapabilities.TerminologyCapabilitiesCodeSystemComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionComponentInner(TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesCodeSystemVersionFilterComponentInner(TerminologyCapabilities.TerminologyCapabilitiesCodeSystemVersionFilterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionComponentInner(TerminologyCapabilities.TerminologyCapabilitiesExpansionComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesExpansionParameterComponentInner(TerminologyCapabilities.TerminologyCapabilitiesExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesValidateCodeComponentInner(TerminologyCapabilities.TerminologyCapabilitiesValidateCodeComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesTranslationComponentInner(TerminologyCapabilities.TerminologyCapabilitiesTranslationComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesClosureComponent(String name, TerminologyCapabilities.TerminologyCapabilitiesClosureComponent element) throws IOException
IOExceptionprotected void composeTerminologyCapabilitiesTerminologyCapabilitiesClosureComponentInner(TerminologyCapabilities.TerminologyCapabilitiesClosureComponent element) throws IOException
IOExceptionprotected void composeTestReport(String name, TestReport element) throws IOException
IOExceptionprotected void composeTestReportInner(TestReport element) throws IOException
IOExceptionprotected void composeTestReportTestReportParticipantComponent(String name, TestReport.TestReportParticipantComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportParticipantComponentInner(TestReport.TestReportParticipantComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportSetupComponent(String name, TestReport.TestReportSetupComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportSetupComponentInner(TestReport.TestReportSetupComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionComponent(String name, TestReport.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionComponentInner(TestReport.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionOperationComponent(String name, TestReport.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionOperationComponentInner(TestReport.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionAssertComponent(String name, TestReport.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestReportSetupActionAssertComponentInner(TestReport.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTestComponent(String name, TestReport.TestReportTestComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTestComponentInner(TestReport.TestReportTestComponent element) throws IOException
IOExceptionprotected void composeTestReportTestActionComponent(String name, TestReport.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestReportTestActionComponentInner(TestReport.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTeardownComponent(String name, TestReport.TestReportTeardownComponent element) throws IOException
IOExceptionprotected void composeTestReportTestReportTeardownComponentInner(TestReport.TestReportTeardownComponent element) throws IOException
IOExceptionprotected void composeTestReportTeardownActionComponent(String name, TestReport.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeTestReportTeardownActionComponentInner(TestReport.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeTestScript(String name, TestScript element) throws IOException
IOExceptionprotected void composeTestScriptInner(TestScript element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptOriginComponent(String name, TestScript.TestScriptOriginComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptOriginComponentInner(TestScript.TestScriptOriginComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptDestinationComponent(String name, TestScript.TestScriptDestinationComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptDestinationComponentInner(TestScript.TestScriptDestinationComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataComponent(String name, TestScript.TestScriptMetadataComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataComponentInner(TestScript.TestScriptMetadataComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataLinkComponent(String name, TestScript.TestScriptMetadataLinkComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataLinkComponentInner(TestScript.TestScriptMetadataLinkComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataCapabilityComponent(String name, TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptMetadataCapabilityComponentInner(TestScript.TestScriptMetadataCapabilityComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptFixtureComponent(String name, TestScript.TestScriptFixtureComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptFixtureComponentInner(TestScript.TestScriptFixtureComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptVariableComponent(String name, TestScript.TestScriptVariableComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptVariableComponentInner(TestScript.TestScriptVariableComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptSetupComponent(String name, TestScript.TestScriptSetupComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptSetupComponentInner(TestScript.TestScriptSetupComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionComponent(String name, TestScript.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionComponentInner(TestScript.SetupActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationComponent(String name, TestScript.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationComponentInner(TestScript.SetupActionOperationComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationRequestHeaderComponent(String name, TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionOperationRequestHeaderComponentInner(TestScript.SetupActionOperationRequestHeaderComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionAssertComponent(String name, TestScript.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestScriptSetupActionAssertComponentInner(TestScript.SetupActionAssertComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTestComponent(String name, TestScript.TestScriptTestComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTestComponentInner(TestScript.TestScriptTestComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestActionComponent(String name, TestScript.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestActionComponentInner(TestScript.TestActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTeardownComponent(String name, TestScript.TestScriptTeardownComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptTeardownComponentInner(TestScript.TestScriptTeardownComponent element) throws IOException
IOExceptionprotected void composeTestScriptTeardownActionComponent(String name, TestScript.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeTestScriptTeardownActionComponentInner(TestScript.TeardownActionComponent element) throws IOException
IOExceptionprotected void composeValueSet(String name, ValueSet element) throws IOException
IOExceptionprotected void composeValueSetInner(ValueSet element) throws IOException
IOExceptionprotected void composeValueSetValueSetComposeComponent(String name, ValueSet.ValueSetComposeComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetComposeComponentInner(ValueSet.ValueSetComposeComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetComponent(String name, ValueSet.ConceptSetComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetComponentInner(ValueSet.ConceptSetComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceComponent(String name, ValueSet.ConceptReferenceComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceComponentInner(ValueSet.ConceptReferenceComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceDesignationComponent(String name, ValueSet.ConceptReferenceDesignationComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptReferenceDesignationComponentInner(ValueSet.ConceptReferenceDesignationComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetFilterComponent(String name, ValueSet.ConceptSetFilterComponent element) throws IOException
IOExceptionprotected void composeValueSetConceptSetFilterComponentInner(ValueSet.ConceptSetFilterComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionComponent(String name, ValueSet.ValueSetExpansionComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionComponentInner(ValueSet.ValueSetExpansionComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionParameterComponent(String name, ValueSet.ValueSetExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionParameterComponentInner(ValueSet.ValueSetExpansionParameterComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionContainsComponent(String name, ValueSet.ValueSetExpansionContainsComponent element) throws IOException
IOExceptionprotected void composeValueSetValueSetExpansionContainsComponentInner(ValueSet.ValueSetExpansionContainsComponent element) throws IOException
IOExceptionprotected void composeVerificationResult(String name, VerificationResult element) throws IOException
IOExceptionprotected void composeVerificationResultInner(VerificationResult element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultPrimarySourceComponent(String name, VerificationResult.VerificationResultPrimarySourceComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultPrimarySourceComponentInner(VerificationResult.VerificationResultPrimarySourceComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultAttestationComponent(String name, VerificationResult.VerificationResultAttestationComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultAttestationComponentInner(VerificationResult.VerificationResultAttestationComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultValidatorComponent(String name, VerificationResult.VerificationResultValidatorComponent element) throws IOException
IOExceptionprotected void composeVerificationResultVerificationResultValidatorComponentInner(VerificationResult.VerificationResultValidatorComponent element) throws IOException
IOExceptionprotected void composeVisionPrescription(String name, VisionPrescription element) throws IOException
IOExceptionprotected void composeVisionPrescriptionInner(VisionPrescription element) throws IOException
IOExceptionprotected void composeVisionPrescriptionVisionPrescriptionLensSpecificationComponent(String name, VisionPrescription.VisionPrescriptionLensSpecificationComponent element) throws IOException
IOExceptionprotected void composeVisionPrescriptionVisionPrescriptionLensSpecificationComponentInner(VisionPrescription.VisionPrescriptionLensSpecificationComponent element) throws IOException
IOExceptionprotected void composeVisionPrescriptionPrismComponent(String name, VisionPrescription.PrismComponent element) throws IOException
IOExceptionprotected void composeVisionPrescriptionPrismComponentInner(VisionPrescription.PrismComponent element) throws IOException
IOExceptionprotected void composeResource(Resource resource) throws IOException
composeResource in class JsonParserBaseIOExceptionprotected void composeNamedReference(String name, Resource resource) throws IOException
IOExceptionprotected void composeType(String prefix, Type type) throws IOException
composeType in class JsonParserBaseIOExceptionprotected void composeTypeInner(Type type) throws IOException
composeTypeInner in class JsonParserBaseIOExceptionCopyright © 2014–2021 Health Level 7. All rights reserved.