-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into 1212-update-python-docs
- Loading branch information
Showing
140 changed files
with
5,917 additions
and
366 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file was auto-generated by Fern from our API Definition. | ||
|
||
from .resources import Address, UsState, commons, medical | ||
from .resources import Address, UsState, commons, fhir, medical | ||
from .environment import MetriportEnvironment | ||
|
||
__all__ = ["Address", "MetriportEnvironment", "UsState", "commons", "medical"] | ||
__all__ = ["Address", "MetriportEnvironment", "UsState", "commons", "fhir", "medical"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# This file was auto-generated by Fern from our API Definition. | ||
|
||
from . import commons, medical | ||
from . import commons, fhir, medical | ||
from .commons import Address, UsState | ||
|
||
__all__ = ["Address", "UsState", "commons", "medical"] | ||
__all__ = ["Address", "UsState", "commons", "fhir", "medical"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,183 @@ | ||
# This file was auto-generated by Fern from our API Definition. | ||
|
||
from .types import ( | ||
Address, | ||
AddressType, | ||
AddressUse, | ||
Age, | ||
AgeComparator, | ||
Annotation, | ||
Attachment, | ||
Base64Binary, | ||
BaseResource, | ||
Bundle, | ||
BundleEntry, | ||
BundleLink, | ||
BundleRequest, | ||
BundleRequestMethod, | ||
BundleResponse, | ||
BundleSearch, | ||
BundleSearchMode, | ||
BundleType, | ||
Canonical, | ||
Code, | ||
CodeableConcept, | ||
Coding, | ||
ContactDetail, | ||
ContactPoint, | ||
ContactPointSystem, | ||
ContactPointUse, | ||
Contributor, | ||
ContributorType, | ||
Count, | ||
CountComparator, | ||
DataRequirement, | ||
DataRequirementCodeFilter, | ||
DataRequirementDateFilter, | ||
DataRequirementSort, | ||
DataRequirementSortDirection, | ||
DateTime, | ||
Decimal, | ||
Distance, | ||
DistanceComparator, | ||
DocumentReference, | ||
DocumentReferenceContent, | ||
DocumentReferenceContext, | ||
DocumentReferenceRelatesTo, | ||
DocumentReferenceRelatesToCode, | ||
DocumentReferenceStatus, | ||
Dosage, | ||
DosageDoseAndRate, | ||
Duration, | ||
DurationComparator, | ||
Expression, | ||
ExpressionLanguage, | ||
Extension, | ||
HumanName, | ||
HumanNameUse, | ||
Id, | ||
Identifier, | ||
IdentifierUse, | ||
Instant, | ||
Markdown, | ||
Meta, | ||
Money, | ||
Narrative, | ||
NarrativeStatus, | ||
ParameterDefinition, | ||
Period, | ||
PositiveInt, | ||
Quantity, | ||
QuantityComparator, | ||
Range, | ||
Ratio, | ||
Reference, | ||
RelatedArtifact, | ||
RelatedArtifactType, | ||
SampledData, | ||
Signature, | ||
Time, | ||
Timing, | ||
TimingRepeat, | ||
TimingRepeatDurationUnit, | ||
TimingRepeatPeriodUnit, | ||
TimingRepeatWhenItem, | ||
TriggerDefinition, | ||
TriggerDefinitionType, | ||
UnsignedInt, | ||
Uri, | ||
Url, | ||
UsageContext, | ||
Xhtml, | ||
) | ||
|
||
__all__ = [ | ||
"Address", | ||
"AddressType", | ||
"AddressUse", | ||
"Age", | ||
"AgeComparator", | ||
"Annotation", | ||
"Attachment", | ||
"Base64Binary", | ||
"BaseResource", | ||
"Bundle", | ||
"BundleEntry", | ||
"BundleLink", | ||
"BundleRequest", | ||
"BundleRequestMethod", | ||
"BundleResponse", | ||
"BundleSearch", | ||
"BundleSearchMode", | ||
"BundleType", | ||
"Canonical", | ||
"Code", | ||
"CodeableConcept", | ||
"Coding", | ||
"ContactDetail", | ||
"ContactPoint", | ||
"ContactPointSystem", | ||
"ContactPointUse", | ||
"Contributor", | ||
"ContributorType", | ||
"Count", | ||
"CountComparator", | ||
"DataRequirement", | ||
"DataRequirementCodeFilter", | ||
"DataRequirementDateFilter", | ||
"DataRequirementSort", | ||
"DataRequirementSortDirection", | ||
"DateTime", | ||
"Decimal", | ||
"Distance", | ||
"DistanceComparator", | ||
"DocumentReference", | ||
"DocumentReferenceContent", | ||
"DocumentReferenceContext", | ||
"DocumentReferenceRelatesTo", | ||
"DocumentReferenceRelatesToCode", | ||
"DocumentReferenceStatus", | ||
"Dosage", | ||
"DosageDoseAndRate", | ||
"Duration", | ||
"DurationComparator", | ||
"Expression", | ||
"ExpressionLanguage", | ||
"Extension", | ||
"HumanName", | ||
"HumanNameUse", | ||
"Id", | ||
"Identifier", | ||
"IdentifierUse", | ||
"Instant", | ||
"Markdown", | ||
"Meta", | ||
"Money", | ||
"Narrative", | ||
"NarrativeStatus", | ||
"ParameterDefinition", | ||
"Period", | ||
"PositiveInt", | ||
"Quantity", | ||
"QuantityComparator", | ||
"Range", | ||
"Ratio", | ||
"Reference", | ||
"RelatedArtifact", | ||
"RelatedArtifactType", | ||
"SampledData", | ||
"Signature", | ||
"Time", | ||
"Timing", | ||
"TimingRepeat", | ||
"TimingRepeatDurationUnit", | ||
"TimingRepeatPeriodUnit", | ||
"TimingRepeatWhenItem", | ||
"TriggerDefinition", | ||
"TriggerDefinitionType", | ||
"UnsignedInt", | ||
"Uri", | ||
"Url", | ||
"UsageContext", | ||
"Xhtml", | ||
] |
Oops, something went wrong.