public class JsonParser extends JsonParserBase
IParser.OutputStylejsonallowUnknownContent, handleComments, idMap, style, xhtmlMessageFHIR_NS, ID_REGEX, NS_XSI, XHTML_NS| Constructor and Description |
|---|
JsonParser() |
anyHasExtras, close, closeArray, closeObject, compose, compose, compose, composeDomainResource, composeStringCore, composeStringExtras, composeXhtml, getType, makeComments, open, openArray, openObject, parse, parse, parseDomainResource, parseElementProperties, parseElementProperties, parseType, parseXhtml, prop, prop, prop, prop, writeNullcomposeBytes, composeBytes, composeString, composeString, getHandleComments, getOutputStyle, isAllowUnknownContent, parse, parse, parseBase64BinaryPrimitive, parseBooleanPrimitive, parseBooleanPrimitive, parseCodePrimitive, parseDecimalPrimitive, parseDecimalPrimitive, parseIdPrimitive, parseIntegerPrimitive, parseIntegerPrimitive, parseOidPrimitive, parseStringPrimitive, parseTimePrimitive, parseType, parseType, parseUriPrimitive, parseUuidPrimitive, setAllowUnknownContent, setHandleComments, setOutputStyle, setSuppressXhtmlisValidId, makeId, 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()
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 parseBackboneProperties(com.google.gson.JsonObject json, BackboneElement 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 SimpleQuantity parseSimpleQuantity(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSimpleQuantityProperties(com.google.gson.JsonObject json, SimpleQuantity 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 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 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 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 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 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 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 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 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 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 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 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 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 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 BodySite parseBodySite(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseBodySiteProperties(com.google.gson.JsonObject json, BodySite 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.CapabilityStatementRestSecurityCertificateComponent parseCapabilityStatementCapabilityStatementRestSecurityCertificateComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementRestSecurityCertificateComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent 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.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.CapabilityStatementRestOperationComponent parseCapabilityStatementCapabilityStatementRestOperationComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementRestOperationComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementRestOperationComponent 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.CapabilityStatementMessagingEventComponent parseCapabilityStatementCapabilityStatementMessagingEventComponent(com.google.gson.JsonObject json, CapabilityStatement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCapabilityStatementCapabilityStatementMessagingEventComponentProperties(com.google.gson.JsonObject json, CapabilityStatement owner, CapabilityStatement.CapabilityStatementMessagingEventComponent 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 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.ChargeItemParticipantComponent parseChargeItemChargeItemParticipantComponent(com.google.gson.JsonObject json, ChargeItem owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseChargeItemChargeItemParticipantComponentProperties(com.google.gson.JsonObject json, ChargeItem owner, ChargeItem.ChargeItemParticipantComponent 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.SpecialConditionComponent parseClaimSpecialConditionComponent(com.google.gson.JsonObject json, Claim owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimSpecialConditionComponentProperties(com.google.gson.JsonObject json, Claim owner, Claim.SpecialConditionComponent 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.AddedItemsDetailComponent parseClaimResponseAddedItemsDetailComponent(com.google.gson.JsonObject json, ClaimResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseClaimResponseAddedItemsDetailComponentProperties(com.google.gson.JsonObject json, ClaimResponse owner, ClaimResponse.AddedItemsDetailComponent 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 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 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 CommunicationRequest.CommunicationRequestRequesterComponent parseCommunicationRequestCommunicationRequestRequesterComponent(com.google.gson.JsonObject json, CommunicationRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCommunicationRequestCommunicationRequestRequesterComponentProperties(com.google.gson.JsonObject json, CommunicationRequest owner, CommunicationRequest.CommunicationRequestRequesterComponent 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.ConsentActorComponent parseConsentConsentActorComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentConsentActorComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentActorComponent 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.ConsentDataComponent parseConsentConsentDataComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentConsentDataComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ConsentDataComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.ExceptComponent parseConsentExceptComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentExceptComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ExceptComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.ExceptActorComponent parseConsentExceptActorComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentExceptActorComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ExceptActorComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Consent.ExceptDataComponent parseConsentExceptDataComponent(com.google.gson.JsonObject json, Consent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseConsentExceptDataComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ExceptDataComponent 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.AgentComponent parseContractAgentComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractAgentComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.AgentComponent 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.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.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.TermAgentComponent parseContractTermAgentComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractTermAgentComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.TermAgentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Contract.TermValuedItemComponent parseContractTermValuedItemComponent(com.google.gson.JsonObject json, Contract owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseContractTermValuedItemComponentProperties(com.google.gson.JsonObject json, Contract owner, Contract.TermValuedItemComponent 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.GroupComponent parseCoverageGroupComponent(com.google.gson.JsonObject json, Coverage owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseCoverageGroupComponentProperties(com.google.gson.JsonObject json, Coverage owner, Coverage.GroupComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataElement parseDataElement(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDataElementProperties(com.google.gson.JsonObject json, DataElement res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DataElement.DataElementMappingComponent parseDataElementDataElementMappingComponent(com.google.gson.JsonObject json, DataElement owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDataElementDataElementMappingComponentProperties(com.google.gson.JsonObject json, DataElement owner, DataElement.DataElementMappingComponent 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.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.DeviceUdiComponent parseDeviceDeviceUdiComponent(com.google.gson.JsonObject json, Device owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceDeviceUdiComponentProperties(com.google.gson.JsonObject json, Device owner, Device.DeviceUdiComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceComponent parseDeviceComponent(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceComponentProperties(com.google.gson.JsonObject json, DeviceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DeviceComponent.DeviceComponentProductionSpecificationComponent parseDeviceComponentDeviceComponentProductionSpecificationComponent(com.google.gson.JsonObject json, DeviceComponent owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceComponentDeviceComponentProductionSpecificationComponentProperties(com.google.gson.JsonObject json, DeviceComponent owner, DeviceComponent.DeviceComponentProductionSpecificationComponent 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.DeviceRequestRequesterComponent parseDeviceRequestDeviceRequestRequesterComponent(com.google.gson.JsonObject json, DeviceRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDeviceRequestDeviceRequestRequesterComponentProperties(com.google.gson.JsonObject json, DeviceRequest owner, DeviceRequest.DeviceRequestRequesterComponent 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.DiagnosticReportPerformerComponent parseDiagnosticReportDiagnosticReportPerformerComponent(com.google.gson.JsonObject json, DiagnosticReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDiagnosticReportDiagnosticReportPerformerComponentProperties(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportPerformerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected DiagnosticReport.DiagnosticReportImageComponent parseDiagnosticReportDiagnosticReportImageComponent(com.google.gson.JsonObject json, DiagnosticReport owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDiagnosticReportDiagnosticReportImageComponentProperties(com.google.gson.JsonObject json, DiagnosticReport owner, DiagnosticReport.DiagnosticReportImageComponent 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.DocumentManifestContentComponent parseDocumentManifestDocumentManifestContentComponent(com.google.gson.JsonObject json, DocumentManifest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentManifestDocumentManifestContentComponentProperties(com.google.gson.JsonObject json, DocumentManifest owner, DocumentManifest.DocumentManifestContentComponent 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 DocumentReference.DocumentReferenceContextRelatedComponent parseDocumentReferenceDocumentReferenceContextRelatedComponent(com.google.gson.JsonObject json, DocumentReference owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseDocumentReferenceDocumentReferenceContextRelatedComponentProperties(com.google.gson.JsonObject json, DocumentReference owner, DocumentReference.DocumentReferenceContextRelatedComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EligibilityRequest parseEligibilityRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEligibilityRequestProperties(com.google.gson.JsonObject json, EligibilityRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EligibilityResponse parseEligibilityResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEligibilityResponseProperties(com.google.gson.JsonObject json, EligibilityResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EligibilityResponse.InsuranceComponent parseEligibilityResponseInsuranceComponent(com.google.gson.JsonObject json, EligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEligibilityResponseInsuranceComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.InsuranceComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EligibilityResponse.BenefitsComponent parseEligibilityResponseBenefitsComponent(com.google.gson.JsonObject json, EligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEligibilityResponseBenefitsComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.BenefitsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EligibilityResponse.BenefitComponent parseEligibilityResponseBenefitComponent(com.google.gson.JsonObject json, EligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEligibilityResponseBenefitComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.BenefitComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected EligibilityResponse.ErrorsComponent parseEligibilityResponseErrorsComponent(com.google.gson.JsonObject json, EligibilityResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseEligibilityResponseErrorsComponentProperties(com.google.gson.JsonObject json, EligibilityResponse owner, EligibilityResponse.ErrorsComponent 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 ExpansionProfile parseExpansionProfile(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileProperties(com.google.gson.JsonObject json, ExpansionProfile res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExpansionProfile.ExpansionProfileFixedVersionComponent parseExpansionProfileExpansionProfileFixedVersionComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileExpansionProfileFixedVersionComponentProperties(com.google.gson.JsonObject json, ExpansionProfile owner, ExpansionProfile.ExpansionProfileFixedVersionComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExpansionProfile.ExpansionProfileExcludedSystemComponent parseExpansionProfileExpansionProfileExcludedSystemComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileExpansionProfileExcludedSystemComponentProperties(com.google.gson.JsonObject json, ExpansionProfile owner, ExpansionProfile.ExpansionProfileExcludedSystemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExpansionProfile.ExpansionProfileDesignationComponent parseExpansionProfileExpansionProfileDesignationComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileExpansionProfileDesignationComponentProperties(com.google.gson.JsonObject json, ExpansionProfile owner, ExpansionProfile.ExpansionProfileDesignationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExpansionProfile.DesignationIncludeComponent parseExpansionProfileDesignationIncludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileDesignationIncludeComponentProperties(com.google.gson.JsonObject json, ExpansionProfile owner, ExpansionProfile.DesignationIncludeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExpansionProfile.DesignationIncludeDesignationComponent parseExpansionProfileDesignationIncludeDesignationComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileDesignationIncludeDesignationComponentProperties(com.google.gson.JsonObject json, ExpansionProfile owner, ExpansionProfile.DesignationIncludeDesignationComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExpansionProfile.DesignationExcludeComponent parseExpansionProfileDesignationExcludeComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileDesignationExcludeComponentProperties(com.google.gson.JsonObject json, ExpansionProfile owner, ExpansionProfile.DesignationExcludeComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ExpansionProfile.DesignationExcludeDesignationComponent parseExpansionProfileDesignationExcludeDesignationComponent(com.google.gson.JsonObject json, ExpansionProfile owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExpansionProfileDesignationExcludeDesignationComponentProperties(com.google.gson.JsonObject json, ExpansionProfile owner, ExpansionProfile.DesignationExcludeDesignationComponent 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.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.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.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.AddedItemsDetailComponent parseExplanationOfBenefitAddedItemsDetailComponent(com.google.gson.JsonObject json, ExplanationOfBenefit owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseExplanationOfBenefitAddedItemsDetailComponentProperties(com.google.gson.JsonObject json, ExplanationOfBenefit owner, ExplanationOfBenefit.AddedItemsDetailComponent 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.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 ImagingManifest parseImagingManifest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingManifestProperties(com.google.gson.JsonObject json, ImagingManifest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingManifest.StudyComponent parseImagingManifestStudyComponent(com.google.gson.JsonObject json, ImagingManifest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingManifestStudyComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.StudyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingManifest.SeriesComponent parseImagingManifestSeriesComponent(com.google.gson.JsonObject json, ImagingManifest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingManifestSeriesComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.SeriesComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImagingManifest.InstanceComponent parseImagingManifestInstanceComponent(com.google.gson.JsonObject json, ImagingManifest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImagingManifestInstanceComponentProperties(com.google.gson.JsonObject json, ImagingManifest owner, ImagingManifest.InstanceComponent 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.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.ImmunizationPractitionerComponent parseImmunizationImmunizationPractitionerComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationImmunizationPractitionerComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationPractitionerComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Immunization.ImmunizationExplanationComponent parseImmunizationImmunizationExplanationComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationImmunizationExplanationComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationExplanationComponent 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.ImmunizationVaccinationProtocolComponent parseImmunizationImmunizationVaccinationProtocolComponent(com.google.gson.JsonObject json, Immunization owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationImmunizationVaccinationProtocolComponentProperties(com.google.gson.JsonObject json, Immunization owner, Immunization.ImmunizationVaccinationProtocolComponent 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 ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(com.google.gson.JsonObject json, ImmunizationRecommendation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentProperties(com.google.gson.JsonObject json, ImmunizationRecommendation owner, ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent 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.ImplementationGuideDependencyComponent parseImplementationGuideImplementationGuideDependencyComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuideDependencyComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuideDependencyComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuidePackageComponent parseImplementationGuideImplementationGuidePackageComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuidePackageComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuidePackageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ImplementationGuide.ImplementationGuidePackageResourceComponent parseImplementationGuideImplementationGuidePackageResourceComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuidePackageResourceComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuidePackageResourceComponent 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.ImplementationGuidePageComponent parseImplementationGuideImplementationGuidePageComponent(com.google.gson.JsonObject json, ImplementationGuide owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseImplementationGuideImplementationGuidePageComponentProperties(com.google.gson.JsonObject json, ImplementationGuide owner, ImplementationGuide.ImplementationGuidePageComponent 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 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.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.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.MedicationPackageComponent parseMedicationMedicationPackageComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationMedicationPackageComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationPackageComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication.MedicationPackageContentComponent parseMedicationMedicationPackageContentComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationMedicationPackageContentComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationPackageContentComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Medication.MedicationPackageBatchComponent parseMedicationMedicationPackageBatchComponent(com.google.gson.JsonObject json, Medication owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationMedicationPackageBatchComponentProperties(com.google.gson.JsonObject json, Medication owner, Medication.MedicationPackageBatchComponent 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 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.MedicationRequestRequesterComponent parseMedicationRequestMedicationRequestRequesterComponent(com.google.gson.JsonObject json, MedicationRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseMedicationRequestMedicationRequestRequesterComponentProperties(com.google.gson.JsonObject json, MedicationRequest owner, MedicationRequest.MedicationRequestRequesterComponent 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.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 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 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.ObservationRelatedComponent parseObservationObservationRelatedComponent(com.google.gson.JsonObject json, Observation owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseObservationObservationRelatedComponentProperties(com.google.gson.JsonObject json, Observation owner, Observation.ObservationRelatedComponent 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 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.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 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.AnimalComponent parsePatientAnimalComponent(com.google.gson.JsonObject json, Patient owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parsePatientAnimalComponentProperties(com.google.gson.JsonObject json, Patient owner, Patient.AnimalComponent 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 ProcedureRequest parseProcedureRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcedureRequestProperties(com.google.gson.JsonObject json, ProcedureRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProcedureRequest.ProcedureRequestRequesterComponent parseProcedureRequestProcedureRequestRequesterComponent(com.google.gson.JsonObject json, ProcedureRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcedureRequestProcedureRequestRequesterComponentProperties(com.google.gson.JsonObject json, ProcedureRequest owner, ProcedureRequest.ProcedureRequestRequesterComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProcessRequest parseProcessRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcessRequestProperties(com.google.gson.JsonObject json, ProcessRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProcessRequest.ItemsComponent parseProcessRequestItemsComponent(com.google.gson.JsonObject json, ProcessRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcessRequestItemsComponentProperties(com.google.gson.JsonObject json, ProcessRequest owner, ProcessRequest.ItemsComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProcessResponse parseProcessResponse(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcessResponseProperties(com.google.gson.JsonObject json, ProcessResponse res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ProcessResponse.ProcessResponseProcessNoteComponent parseProcessResponseProcessResponseProcessNoteComponent(com.google.gson.JsonObject json, ProcessResponse owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseProcessResponseProcessResponseProcessNoteComponentProperties(com.google.gson.JsonObject json, ProcessResponse owner, ProcessResponse.ProcessResponseProcessNoteComponent 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.QuestionnaireItemOptionComponent parseQuestionnaireQuestionnaireItemOptionComponent(com.google.gson.JsonObject json, Questionnaire owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseQuestionnaireQuestionnaireItemOptionComponentProperties(com.google.gson.JsonObject json, Questionnaire owner, Questionnaire.QuestionnaireItemOptionComponent 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 ReferralRequest parseReferralRequest(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseReferralRequestProperties(com.google.gson.JsonObject json, ReferralRequest res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ReferralRequest.ReferralRequestRequesterComponent parseReferralRequestReferralRequestRequesterComponent(com.google.gson.JsonObject json, ReferralRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseReferralRequestReferralRequestRequesterComponentProperties(com.google.gson.JsonObject json, ReferralRequest owner, ReferralRequest.ReferralRequestRequesterComponent 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 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 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 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 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 Sequence parseSequence(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSequenceProperties(com.google.gson.JsonObject json, Sequence res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Sequence.SequenceReferenceSeqComponent parseSequenceSequenceReferenceSeqComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSequenceSequenceReferenceSeqComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceReferenceSeqComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Sequence.SequenceVariantComponent parseSequenceSequenceVariantComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSequenceSequenceVariantComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceVariantComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Sequence.SequenceQualityComponent parseSequenceSequenceQualityComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSequenceSequenceQualityComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceQualityComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected Sequence.SequenceRepositoryComponent parseSequenceSequenceRepositoryComponent(com.google.gson.JsonObject json, Sequence owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSequenceSequenceRepositoryComponentProperties(com.google.gson.JsonObject json, Sequence owner, Sequence.SequenceRepositoryComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected ServiceDefinition parseServiceDefinition(com.google.gson.JsonObject json) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseServiceDefinitionProperties(com.google.gson.JsonObject json, ServiceDefinition 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 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.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 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.SupplyRequestOrderedItemComponent parseSupplyRequestSupplyRequestOrderedItemComponent(com.google.gson.JsonObject json, SupplyRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSupplyRequestSupplyRequestOrderedItemComponentProperties(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestOrderedItemComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected SupplyRequest.SupplyRequestRequesterComponent parseSupplyRequestSupplyRequestRequesterComponent(com.google.gson.JsonObject json, SupplyRequest owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseSupplyRequestSupplyRequestRequesterComponentProperties(com.google.gson.JsonObject json, SupplyRequest owner, SupplyRequest.SupplyRequestRequesterComponent 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.TaskRequesterComponent parseTaskTaskRequesterComponent(com.google.gson.JsonObject json, Task owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTaskTaskRequesterComponentProperties(com.google.gson.JsonObject json, Task owner, Task.TaskRequesterComponent 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 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.TestScriptRuleComponent parseTestScriptTestScriptRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptRuleComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptRuleComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.RuleParamComponent parseTestScriptRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptRuleParamComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.RuleParamComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.TestScriptRulesetComponent parseTestScriptTestScriptRulesetComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptTestScriptRulesetComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.TestScriptRulesetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.RulesetRuleComponent parseTestScriptRulesetRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptRulesetRuleComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.RulesetRuleComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.RulesetRuleParamComponent parseTestScriptRulesetRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptRulesetRuleParamComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.RulesetRuleParamComponent 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.ActionAssertRuleComponent parseTestScriptActionAssertRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptActionAssertRuleComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.ActionAssertRuleComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.ActionAssertRuleParamComponent parseTestScriptActionAssertRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptActionAssertRuleParamComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.ActionAssertRuleParamComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.ActionAssertRulesetComponent parseTestScriptActionAssertRulesetComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptActionAssertRulesetComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.ActionAssertRulesetComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.ActionAssertRulesetRuleComponent parseTestScriptActionAssertRulesetRuleComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptActionAssertRulesetRuleComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.ActionAssertRulesetRuleComponent res) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected TestScript.ActionAssertRulesetRuleParamComponent parseTestScriptActionAssertRulesetRuleParamComponent(com.google.gson.JsonObject json, TestScript owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseTestScriptActionAssertRulesetRuleParamComponentProperties(com.google.gson.JsonObject json, TestScript owner, TestScript.ActionAssertRulesetRuleParamComponent 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 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.VisionPrescriptionDispenseComponent parseVisionPrescriptionVisionPrescriptionDispenseComponent(com.google.gson.JsonObject json, VisionPrescription owner) throws IOException, org.hl7.fhir.exceptions.FHIRFormatError
IOExceptionorg.hl7.fhir.exceptions.FHIRFormatErrorprotected void parseVisionPrescriptionVisionPrescriptionDispenseComponentProperties(com.google.gson.JsonObject json, VisionPrescription owner, VisionPrescription.VisionPrescriptionDispenseComponent 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 void composeElement(Element element) throws IOException
IOExceptionprotected void composeBackbone(BackboneElement 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 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 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 composeDuration(String name, Duration element) throws IOException
IOExceptionprotected void composeDurationInner(Duration element) throws IOException
IOExceptionprotected void composeCount(String name, Count element) throws IOException
IOExceptionprotected void composeCountInner(Count element) throws IOException
IOExceptionprotected void composeMoney(String name, Money element) throws IOException
IOExceptionprotected void composeMoneyInner(Money 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 composeReference(String name, Reference element) throws IOException
IOExceptionprotected void composeReferenceInner(Reference 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 composeAttachment(String name, Attachment element) throws IOException
IOExceptionprotected void composeAttachmentInner(Attachment element) throws IOException
IOExceptionprotected void composeRange(String name, Range element) throws IOException
IOExceptionprotected void composeRangeInner(Range element) throws IOException
IOExceptionprotected void composeAnnotation(String name, Annotation element) throws IOException
IOExceptionprotected void composeAnnotationInner(Annotation 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 composeSignature(String name, Signature element) throws IOException
IOExceptionprotected void composeSignatureInner(Signature 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 composeCodeableConcept(String name, CodeableConcept element) throws IOException
IOExceptionprotected void composeCodeableConceptInner(CodeableConcept element) throws IOException
IOExceptionprotected void composeSimpleQuantity(String name, SimpleQuantity element) throws IOException
IOExceptionprotected void composeSimpleQuantityInner(SimpleQuantity 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 composeTriggerDefinition(String name, TriggerDefinition element) throws IOException
IOExceptionprotected void composeTriggerDefinitionInner(TriggerDefinition element) throws IOException
IOExceptionprotected void composeContributor(String name, Contributor element) throws IOException
IOExceptionprotected void composeContributorInner(Contributor 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 composeDosage(String name, Dosage element) throws IOException
IOExceptionprotected void composeDosageInner(Dosage element) throws IOException
IOExceptionprotected void composeRelatedArtifact(String name, RelatedArtifact element) throws IOException
IOExceptionprotected void composeRelatedArtifactInner(RelatedArtifact element) throws IOException
IOExceptionprotected void composeContactDetail(String name, ContactDetail element) throws IOException
IOExceptionprotected void composeContactDetailInner(ContactDetail 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 composeUsageContext(String name, UsageContext element) throws IOException
IOExceptionprotected void composeUsageContextInner(UsageContext 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 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 composeParameterDefinition(String name, ParameterDefinition element) throws IOException
IOExceptionprotected void composeParameterDefinitionInner(ParameterDefinition 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 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 composeBodySite(String name, BodySite element) throws IOException
IOExceptionprotected void composeBodySiteInner(BodySite 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 composeCapabilityStatementCapabilityStatementRestSecurityCertificateComponent(String name, CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestSecurityCertificateComponentInner(CapabilityStatement.CapabilityStatementRestSecurityCertificateComponent 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 composeCapabilityStatementSystemInteractionComponent(String name, CapabilityStatement.SystemInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementSystemInteractionComponentInner(CapabilityStatement.SystemInteractionComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestOperationComponent(String name, CapabilityStatement.CapabilityStatementRestOperationComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementRestOperationComponentInner(CapabilityStatement.CapabilityStatementRestOperationComponent 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 composeCapabilityStatementCapabilityStatementMessagingEventComponent(String name, CapabilityStatement.CapabilityStatementMessagingEventComponent element) throws IOException
IOExceptionprotected void composeCapabilityStatementCapabilityStatementMessagingEventComponentInner(CapabilityStatement.CapabilityStatementMessagingEventComponent 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 composeChargeItem(String name, ChargeItem element) throws IOException
IOExceptionprotected void composeChargeItemInner(ChargeItem element) throws IOException
IOExceptionprotected void composeChargeItemChargeItemParticipantComponent(String name, ChargeItem.ChargeItemParticipantComponent element) throws IOException
IOExceptionprotected void composeChargeItemChargeItemParticipantComponentInner(ChargeItem.ChargeItemParticipantComponent 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 composeClaimSpecialConditionComponent(String name, Claim.SpecialConditionComponent element) throws IOException
IOExceptionprotected void composeClaimSpecialConditionComponentInner(Claim.SpecialConditionComponent 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 composeClaimResponseAddedItemsDetailComponent(String name, ClaimResponse.AddedItemsDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseAddedItemsDetailComponentInner(ClaimResponse.AddedItemsDetailComponent element) throws IOException
IOExceptionprotected void composeClaimResponseErrorComponent(String name, ClaimResponse.ErrorComponent element) throws IOException
IOExceptionprotected void composeClaimResponseErrorComponentInner(ClaimResponse.ErrorComponent 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 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 composeCommunicationRequestCommunicationRequestRequesterComponent(String name, CommunicationRequest.CommunicationRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeCommunicationRequestCommunicationRequestRequesterComponentInner(CommunicationRequest.CommunicationRequestRequesterComponent 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 composeConsentConsentActorComponent(String name, Consent.ConsentActorComponent element) throws IOException
IOExceptionprotected void composeConsentConsentActorComponentInner(Consent.ConsentActorComponent element) throws IOException
IOExceptionprotected void composeConsentConsentPolicyComponent(String name, Consent.ConsentPolicyComponent element) throws IOException
IOExceptionprotected void composeConsentConsentPolicyComponentInner(Consent.ConsentPolicyComponent element) throws IOException
IOExceptionprotected void composeConsentConsentDataComponent(String name, Consent.ConsentDataComponent element) throws IOException
IOExceptionprotected void composeConsentConsentDataComponentInner(Consent.ConsentDataComponent element) throws IOException
IOExceptionprotected void composeConsentExceptComponent(String name, Consent.ExceptComponent element) throws IOException
IOExceptionprotected void composeConsentExceptComponentInner(Consent.ExceptComponent element) throws IOException
IOExceptionprotected void composeConsentExceptActorComponent(String name, Consent.ExceptActorComponent element) throws IOException
IOExceptionprotected void composeConsentExceptActorComponentInner(Consent.ExceptActorComponent element) throws IOException
IOExceptionprotected void composeConsentExceptDataComponent(String name, Consent.ExceptDataComponent element) throws IOException
IOExceptionprotected void composeConsentExceptDataComponentInner(Consent.ExceptDataComponent element) throws IOException
IOExceptionprotected void composeContract(String name, Contract element) throws IOException
IOExceptionprotected void composeContractInner(Contract element) throws IOException
IOExceptionprotected void composeContractAgentComponent(String name, Contract.AgentComponent element) throws IOException
IOExceptionprotected void composeContractAgentComponentInner(Contract.AgentComponent element) throws IOException
IOExceptionprotected void composeContractSignatoryComponent(String name, Contract.SignatoryComponent element) throws IOException
IOExceptionprotected void composeContractSignatoryComponentInner(Contract.SignatoryComponent element) throws IOException
IOExceptionprotected void composeContractValuedItemComponent(String name, Contract.ValuedItemComponent element) throws IOException
IOExceptionprotected void composeContractValuedItemComponentInner(Contract.ValuedItemComponent element) throws IOException
IOExceptionprotected void composeContractTermComponent(String name, Contract.TermComponent element) throws IOException
IOExceptionprotected void composeContractTermComponentInner(Contract.TermComponent element) throws IOException
IOExceptionprotected void composeContractTermAgentComponent(String name, Contract.TermAgentComponent element) throws IOException
IOExceptionprotected void composeContractTermAgentComponentInner(Contract.TermAgentComponent element) throws IOException
IOExceptionprotected void composeContractTermValuedItemComponent(String name, Contract.TermValuedItemComponent element) throws IOException
IOExceptionprotected void composeContractTermValuedItemComponentInner(Contract.TermValuedItemComponent 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 composeCoverageGroupComponent(String name, Coverage.GroupComponent element) throws IOException
IOExceptionprotected void composeCoverageGroupComponentInner(Coverage.GroupComponent element) throws IOException
IOExceptionprotected void composeDataElement(String name, DataElement element) throws IOException
IOExceptionprotected void composeDataElementInner(DataElement element) throws IOException
IOExceptionprotected void composeDataElementDataElementMappingComponent(String name, DataElement.DataElementMappingComponent element) throws IOException
IOExceptionprotected void composeDataElementDataElementMappingComponentInner(DataElement.DataElementMappingComponent element) throws IOException
IOExceptionprotected void composeDetectedIssue(String name, DetectedIssue element) throws IOException
IOExceptionprotected void composeDetectedIssueInner(DetectedIssue 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 composeDeviceDeviceUdiComponent(String name, Device.DeviceUdiComponent element) throws IOException
IOExceptionprotected void composeDeviceDeviceUdiComponentInner(Device.DeviceUdiComponent element) throws IOException
IOExceptionprotected void composeDeviceComponent(String name, DeviceComponent element) throws IOException
IOExceptionprotected void composeDeviceComponentInner(DeviceComponent element) throws IOException
IOExceptionprotected void composeDeviceComponentDeviceComponentProductionSpecificationComponent(String name, DeviceComponent.DeviceComponentProductionSpecificationComponent element) throws IOException
IOExceptionprotected void composeDeviceComponentDeviceComponentProductionSpecificationComponentInner(DeviceComponent.DeviceComponentProductionSpecificationComponent 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 composeDeviceRequestDeviceRequestRequesterComponent(String name, DeviceRequest.DeviceRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeDeviceRequestDeviceRequestRequesterComponentInner(DeviceRequest.DeviceRequestRequesterComponent 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 composeDiagnosticReportDiagnosticReportPerformerComponent(String name, DiagnosticReport.DiagnosticReportPerformerComponent element) throws IOException
IOExceptionprotected void composeDiagnosticReportDiagnosticReportPerformerComponentInner(DiagnosticReport.DiagnosticReportPerformerComponent element) throws IOException
IOExceptionprotected void composeDiagnosticReportDiagnosticReportImageComponent(String name, DiagnosticReport.DiagnosticReportImageComponent element) throws IOException
IOExceptionprotected void composeDiagnosticReportDiagnosticReportImageComponentInner(DiagnosticReport.DiagnosticReportImageComponent element) throws IOException
IOExceptionprotected void composeDocumentManifest(String name, DocumentManifest element) throws IOException
IOExceptionprotected void composeDocumentManifestInner(DocumentManifest element) throws IOException
IOExceptionprotected void composeDocumentManifestDocumentManifestContentComponent(String name, DocumentManifest.DocumentManifestContentComponent element) throws IOException
IOExceptionprotected void composeDocumentManifestDocumentManifestContentComponentInner(DocumentManifest.DocumentManifestContentComponent 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 composeDocumentReferenceDocumentReferenceContextRelatedComponent(String name, DocumentReference.DocumentReferenceContextRelatedComponent element) throws IOException
IOExceptionprotected void composeDocumentReferenceDocumentReferenceContextRelatedComponentInner(DocumentReference.DocumentReferenceContextRelatedComponent element) throws IOException
IOExceptionprotected void composeEligibilityRequest(String name, EligibilityRequest element) throws IOException
IOExceptionprotected void composeEligibilityRequestInner(EligibilityRequest element) throws IOException
IOExceptionprotected void composeEligibilityResponse(String name, EligibilityResponse element) throws IOException
IOExceptionprotected void composeEligibilityResponseInner(EligibilityResponse element) throws IOException
IOExceptionprotected void composeEligibilityResponseInsuranceComponent(String name, EligibilityResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeEligibilityResponseInsuranceComponentInner(EligibilityResponse.InsuranceComponent element) throws IOException
IOExceptionprotected void composeEligibilityResponseBenefitsComponent(String name, EligibilityResponse.BenefitsComponent element) throws IOException
IOExceptionprotected void composeEligibilityResponseBenefitsComponentInner(EligibilityResponse.BenefitsComponent element) throws IOException
IOExceptionprotected void composeEligibilityResponseBenefitComponent(String name, EligibilityResponse.BenefitComponent element) throws IOException
IOExceptionprotected void composeEligibilityResponseBenefitComponentInner(EligibilityResponse.BenefitComponent element) throws IOException
IOExceptionprotected void composeEligibilityResponseErrorsComponent(String name, EligibilityResponse.ErrorsComponent element) throws IOException
IOExceptionprotected void composeEligibilityResponseErrorsComponentInner(EligibilityResponse.ErrorsComponent 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 composeExpansionProfile(String name, ExpansionProfile element) throws IOException
IOExceptionprotected void composeExpansionProfileInner(ExpansionProfile element) throws IOException
IOExceptionprotected void composeExpansionProfileExpansionProfileFixedVersionComponent(String name, ExpansionProfile.ExpansionProfileFixedVersionComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileExpansionProfileFixedVersionComponentInner(ExpansionProfile.ExpansionProfileFixedVersionComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileExpansionProfileExcludedSystemComponent(String name, ExpansionProfile.ExpansionProfileExcludedSystemComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileExpansionProfileExcludedSystemComponentInner(ExpansionProfile.ExpansionProfileExcludedSystemComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileExpansionProfileDesignationComponent(String name, ExpansionProfile.ExpansionProfileDesignationComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileExpansionProfileDesignationComponentInner(ExpansionProfile.ExpansionProfileDesignationComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationIncludeComponent(String name, ExpansionProfile.DesignationIncludeComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationIncludeComponentInner(ExpansionProfile.DesignationIncludeComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationIncludeDesignationComponent(String name, ExpansionProfile.DesignationIncludeDesignationComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationIncludeDesignationComponentInner(ExpansionProfile.DesignationIncludeDesignationComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationExcludeComponent(String name, ExpansionProfile.DesignationExcludeComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationExcludeComponentInner(ExpansionProfile.DesignationExcludeComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationExcludeDesignationComponent(String name, ExpansionProfile.DesignationExcludeDesignationComponent element) throws IOException
IOExceptionprotected void composeExpansionProfileDesignationExcludeDesignationComponentInner(ExpansionProfile.DesignationExcludeDesignationComponent 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 composeExplanationOfBenefitSupportingInformationComponent(String name, ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitSupportingInformationComponentInner(ExplanationOfBenefit.SupportingInformationComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitCareTeamComponent(String name, ExplanationOfBenefit.CareTeamComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitCareTeamComponentInner(ExplanationOfBenefit.CareTeamComponent 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 composeExplanationOfBenefitAddedItemsDetailComponent(String name, ExplanationOfBenefit.AddedItemsDetailComponent element) throws IOException
IOExceptionprotected void composeExplanationOfBenefitAddedItemsDetailComponentInner(ExplanationOfBenefit.AddedItemsDetailComponent 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 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 composeImagingManifest(String name, ImagingManifest element) throws IOException
IOExceptionprotected void composeImagingManifestInner(ImagingManifest element) throws IOException
IOExceptionprotected void composeImagingManifestStudyComponent(String name, ImagingManifest.StudyComponent element) throws IOException
IOExceptionprotected void composeImagingManifestStudyComponentInner(ImagingManifest.StudyComponent element) throws IOException
IOExceptionprotected void composeImagingManifestSeriesComponent(String name, ImagingManifest.SeriesComponent element) throws IOException
IOExceptionprotected void composeImagingManifestSeriesComponentInner(ImagingManifest.SeriesComponent element) throws IOException
IOExceptionprotected void composeImagingManifestInstanceComponent(String name, ImagingManifest.InstanceComponent element) throws IOException
IOExceptionprotected void composeImagingManifestInstanceComponentInner(ImagingManifest.InstanceComponent 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 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 composeImmunizationImmunizationPractitionerComponent(String name, Immunization.ImmunizationPractitionerComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationPractitionerComponentInner(Immunization.ImmunizationPractitionerComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationExplanationComponent(String name, Immunization.ImmunizationExplanationComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationExplanationComponentInner(Immunization.ImmunizationExplanationComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationReactionComponent(String name, Immunization.ImmunizationReactionComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationReactionComponentInner(Immunization.ImmunizationReactionComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationVaccinationProtocolComponent(String name, Immunization.ImmunizationVaccinationProtocolComponent element) throws IOException
IOExceptionprotected void composeImmunizationImmunizationVaccinationProtocolComponentInner(Immunization.ImmunizationVaccinationProtocolComponent 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 composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponent(String name, ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent element) throws IOException
IOExceptionprotected void composeImmunizationRecommendationImmunizationRecommendationRecommendationProtocolComponentInner(ImmunizationRecommendation.ImmunizationRecommendationRecommendationProtocolComponent element) throws IOException
IOExceptionprotected void composeImplementationGuide(String name, ImplementationGuide element) throws IOException
IOExceptionprotected void composeImplementationGuideInner(ImplementationGuide element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDependencyComponent(String name, ImplementationGuide.ImplementationGuideDependencyComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideDependencyComponentInner(ImplementationGuide.ImplementationGuideDependencyComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuidePackageComponent(String name, ImplementationGuide.ImplementationGuidePackageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuidePackageComponentInner(ImplementationGuide.ImplementationGuidePackageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuidePackageResourceComponent(String name, ImplementationGuide.ImplementationGuidePackageResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuidePackageResourceComponentInner(ImplementationGuide.ImplementationGuidePackageResourceComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideGlobalComponent(String name, ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuideGlobalComponentInner(ImplementationGuide.ImplementationGuideGlobalComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuidePageComponent(String name, ImplementationGuide.ImplementationGuidePageComponent element) throws IOException
IOExceptionprotected void composeImplementationGuideImplementationGuidePageComponentInner(ImplementationGuide.ImplementationGuidePageComponent 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 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 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 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 composeMedicationMedicationPackageComponent(String name, Medication.MedicationPackageComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationPackageComponentInner(Medication.MedicationPackageComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationPackageContentComponent(String name, Medication.MedicationPackageContentComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationPackageContentComponentInner(Medication.MedicationPackageContentComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationPackageBatchComponent(String name, Medication.MedicationPackageBatchComponent element) throws IOException
IOExceptionprotected void composeMedicationMedicationPackageBatchComponentInner(Medication.MedicationPackageBatchComponent 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 composeMedicationRequest(String name, MedicationRequest element) throws IOException
IOExceptionprotected void composeMedicationRequestInner(MedicationRequest element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestRequesterComponent(String name, MedicationRequest.MedicationRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestRequesterComponentInner(MedicationRequest.MedicationRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestComponent(String name, MedicationRequest.MedicationRequestDispenseRequestComponent element) throws IOException
IOExceptionprotected void composeMedicationRequestMedicationRequestDispenseRequestComponentInner(MedicationRequest.MedicationRequestDispenseRequestComponent 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 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 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 composeObservationObservationRelatedComponent(String name, Observation.ObservationRelatedComponent element) throws IOException
IOExceptionprotected void composeObservationObservationRelatedComponentInner(Observation.ObservationRelatedComponent element) throws IOException
IOExceptionprotected void composeObservationObservationComponentComponent(String name, Observation.ObservationComponentComponent element) throws IOException
IOExceptionprotected void composeObservationObservationComponentComponentInner(Observation.ObservationComponentComponent 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 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 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 composePatientAnimalComponent(String name, Patient.AnimalComponent element) throws IOException
IOExceptionprotected void composePatientAnimalComponentInner(Patient.AnimalComponent 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 composeProcedureRequest(String name, ProcedureRequest element) throws IOException
IOExceptionprotected void composeProcedureRequestInner(ProcedureRequest element) throws IOException
IOExceptionprotected void composeProcedureRequestProcedureRequestRequesterComponent(String name, ProcedureRequest.ProcedureRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeProcedureRequestProcedureRequestRequesterComponentInner(ProcedureRequest.ProcedureRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeProcessRequest(String name, ProcessRequest element) throws IOException
IOExceptionprotected void composeProcessRequestInner(ProcessRequest element) throws IOException
IOExceptionprotected void composeProcessRequestItemsComponent(String name, ProcessRequest.ItemsComponent element) throws IOException
IOExceptionprotected void composeProcessRequestItemsComponentInner(ProcessRequest.ItemsComponent element) throws IOException
IOExceptionprotected void composeProcessResponse(String name, ProcessResponse element) throws IOException
IOExceptionprotected void composeProcessResponseInner(ProcessResponse element) throws IOException
IOExceptionprotected void composeProcessResponseProcessResponseProcessNoteComponent(String name, ProcessResponse.ProcessResponseProcessNoteComponent element) throws IOException
IOExceptionprotected void composeProcessResponseProcessResponseProcessNoteComponentInner(ProcessResponse.ProcessResponseProcessNoteComponent 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 composeQuestionnaireQuestionnaireItemOptionComponent(String name, Questionnaire.QuestionnaireItemOptionComponent element) throws IOException
IOExceptionprotected void composeQuestionnaireQuestionnaireItemOptionComponentInner(Questionnaire.QuestionnaireItemOptionComponent 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 composeReferralRequest(String name, ReferralRequest element) throws IOException
IOExceptionprotected void composeReferralRequestInner(ReferralRequest element) throws IOException
IOExceptionprotected void composeReferralRequestReferralRequestRequesterComponent(String name, ReferralRequest.ReferralRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeReferralRequestReferralRequestRequesterComponentInner(ReferralRequest.ReferralRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeRelatedPerson(String name, RelatedPerson element) throws IOException
IOExceptionprotected void composeRelatedPersonInner(RelatedPerson 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 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 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 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 composeSequence(String name, Sequence element) throws IOException
IOExceptionprotected void composeSequenceInner(Sequence element) throws IOException
IOExceptionprotected void composeSequenceSequenceReferenceSeqComponent(String name, Sequence.SequenceReferenceSeqComponent element) throws IOException
IOExceptionprotected void composeSequenceSequenceReferenceSeqComponentInner(Sequence.SequenceReferenceSeqComponent element) throws IOException
IOExceptionprotected void composeSequenceSequenceVariantComponent(String name, Sequence.SequenceVariantComponent element) throws IOException
IOExceptionprotected void composeSequenceSequenceVariantComponentInner(Sequence.SequenceVariantComponent element) throws IOException
IOExceptionprotected void composeSequenceSequenceQualityComponent(String name, Sequence.SequenceQualityComponent element) throws IOException
IOExceptionprotected void composeSequenceSequenceQualityComponentInner(Sequence.SequenceQualityComponent element) throws IOException
IOExceptionprotected void composeSequenceSequenceRepositoryComponent(String name, Sequence.SequenceRepositoryComponent element) throws IOException
IOExceptionprotected void composeSequenceSequenceRepositoryComponentInner(Sequence.SequenceRepositoryComponent element) throws IOException
IOExceptionprotected void composeServiceDefinition(String name, ServiceDefinition element) throws IOException
IOExceptionprotected void composeServiceDefinitionInner(ServiceDefinition 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 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 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 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 composeSupplyRequestSupplyRequestOrderedItemComponent(String name, SupplyRequest.SupplyRequestOrderedItemComponent element) throws IOException
IOExceptionprotected void composeSupplyRequestSupplyRequestOrderedItemComponentInner(SupplyRequest.SupplyRequestOrderedItemComponent element) throws IOException
IOExceptionprotected void composeSupplyRequestSupplyRequestRequesterComponent(String name, SupplyRequest.SupplyRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeSupplyRequestSupplyRequestRequesterComponentInner(SupplyRequest.SupplyRequestRequesterComponent element) throws IOException
IOExceptionprotected void composeTask(String name, Task element) throws IOException
IOExceptionprotected void composeTaskInner(Task element) throws IOException
IOExceptionprotected void composeTaskTaskRequesterComponent(String name, Task.TaskRequesterComponent element) throws IOException
IOExceptionprotected void composeTaskTaskRequesterComponentInner(Task.TaskRequesterComponent 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 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 composeTestScriptTestScriptRuleComponent(String name, TestScript.TestScriptRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptRuleComponentInner(TestScript.TestScriptRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptRuleParamComponent(String name, TestScript.RuleParamComponent element) throws IOException
IOExceptionprotected void composeTestScriptRuleParamComponentInner(TestScript.RuleParamComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptRulesetComponent(String name, TestScript.TestScriptRulesetComponent element) throws IOException
IOExceptionprotected void composeTestScriptTestScriptRulesetComponentInner(TestScript.TestScriptRulesetComponent element) throws IOException
IOExceptionprotected void composeTestScriptRulesetRuleComponent(String name, TestScript.RulesetRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptRulesetRuleComponentInner(TestScript.RulesetRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptRulesetRuleParamComponent(String name, TestScript.RulesetRuleParamComponent element) throws IOException
IOExceptionprotected void composeTestScriptRulesetRuleParamComponentInner(TestScript.RulesetRuleParamComponent 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 composeTestScriptActionAssertRuleComponent(String name, TestScript.ActionAssertRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRuleComponentInner(TestScript.ActionAssertRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRuleParamComponent(String name, TestScript.ActionAssertRuleParamComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRuleParamComponentInner(TestScript.ActionAssertRuleParamComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRulesetComponent(String name, TestScript.ActionAssertRulesetComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRulesetComponentInner(TestScript.ActionAssertRulesetComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRulesetRuleComponent(String name, TestScript.ActionAssertRulesetRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRulesetRuleComponentInner(TestScript.ActionAssertRulesetRuleComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRulesetRuleParamComponent(String name, TestScript.ActionAssertRulesetRuleParamComponent element) throws IOException
IOExceptionprotected void composeTestScriptActionAssertRulesetRuleParamComponentInner(TestScript.ActionAssertRulesetRuleParamComponent 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 composeVisionPrescription(String name, VisionPrescription element) throws IOException
IOExceptionprotected void composeVisionPrescriptionInner(VisionPrescription element) throws IOException
IOExceptionprotected void composeVisionPrescriptionVisionPrescriptionDispenseComponent(String name, VisionPrescription.VisionPrescriptionDispenseComponent element) throws IOException
IOExceptionprotected void composeVisionPrescriptionVisionPrescriptionDispenseComponentInner(VisionPrescription.VisionPrescriptionDispenseComponent 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–2018 University Health Network. All rights reserved.