@icanbwell/bwell-sdk-ts 2.0.0-beta.6 → 2.0.0-beta.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/__version__.d.ts +1 -1
- package/dist/__version__.js +1 -1
- package/dist/graphql/operations/index.d.ts +1 -1
- package/dist/graphql/operations/index.js +2 -0
- package/dist/graphql/operations/types.d.ts +2 -0
- package/dist/graphql/schema.d.ts +64 -0
- package/dist/models/common/organization.d.ts +2 -0
- package/dist/models/search/health-resources.d.ts +2 -0
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
|
@@ -156,7 +156,7 @@ export declare const GetPractitionersDocument = "\n query getPractitioners($r
|
|
|
156
156
|
export declare const GetQuestionnaireResponsesDocument = "\n query getQuestionnaireResponses($page: Int, $pageSize: Int, $id: SearchString, $lastUpdated: SearchDate, $sort: [String], $status: SearchToken, $total: TotalType) {\n questionnaireResponses(\n _getpagesoffset: $page\n _count: $pageSize\n id: $id\n _lastUpdated: $lastUpdated\n _sort: $sort\n status: $status\n _total: $total\n ) {\n id\n total\n entry {\n id\n resource {\n ...QuestionnaireResponseFields\n }\n }\n }\n}\n \n fragment QuestionnaireResponseFields on QuestionnaireResponse {\n resourceType\n id\n meta {\n ...MetaFields\n }\n identifier {\n ...IdentifierFields\n }\n questionnaire\n status\n item {\n ...QuestionnaireResponseItemFields\n item {\n ...QuestionnaireResponseItemFields\n item {\n ...QuestionnaireResponseItemFields\n }\n }\n }\n contained {\n ...QuestionnaireFields\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuestionnaireResponseItemFields on QuestionnaireResponseItem {\n linkId\n text\n answer {\n valueBoolean\n valueDecimal\n valueInteger\n valueDate\n valueDateTime\n valueString\n valueUri\n valueAttachment {\n contentType\n data\n url\n title\n }\n valueCoding {\n ...CodingFields\n }\n valueQuantity {\n ...QuantityFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuestionnaireFields on Questionnaire {\n resourceType\n id\n meta {\n ...MetaFields\n }\n identifier {\n ...IdentifierFields\n }\n name\n title\n status\n description\n item {\n ...QuestionnaireItemFields\n item {\n ...QuestionnaireItemFields\n item {\n ...QuestionnaireItemFields\n }\n }\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuestionnaireItemFields on QuestionnaireItem {\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n linkId\n prefix\n text\n type\n enableWhen {\n question\n operator\n answerBoolean\n answerDecimal\n answerInteger\n answerDate\n answerDateTime\n answerTime\n answerString\n answerCoding {\n ...CodingFields\n }\n answerQuantity {\n ...QuantityFields\n }\n answerReference {\n reference\n type\n display\n }\n }\n enableBehavior\n required\n repeats\n readOnly\n maxLength\n answerOption {\n valueInteger\n valueDate\n valueString\n valueCoding {\n ...CodingFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n initialSelected\n }\n initial {\n valueBoolean\n valueDecimal\n valueInteger\n valueDate\n valueDateTime\n valueString\n valueUri\n valueAttachment {\n contentType\n data\n url\n title\n }\n valueCoding {\n ...CodingFields\n }\n valueQuantity {\n ...QuantityFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
157
157
|
export declare const NextQuestionDocument = "\n mutation nextQuestion($questionnaireResponse: QuestionnaireResponseInput!) {\n nextQuestion(input: $questionnaireResponse) {\n ...QuestionnaireResponseFields\n }\n}\n \n fragment QuestionnaireResponseFields on QuestionnaireResponse {\n resourceType\n id\n meta {\n ...MetaFields\n }\n identifier {\n ...IdentifierFields\n }\n questionnaire\n status\n item {\n ...QuestionnaireResponseItemFields\n item {\n ...QuestionnaireResponseItemFields\n item {\n ...QuestionnaireResponseItemFields\n }\n }\n }\n contained {\n ...QuestionnaireFields\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuestionnaireResponseItemFields on QuestionnaireResponseItem {\n linkId\n text\n answer {\n valueBoolean\n valueDecimal\n valueInteger\n valueDate\n valueDateTime\n valueString\n valueUri\n valueAttachment {\n contentType\n data\n url\n title\n }\n valueCoding {\n ...CodingFields\n }\n valueQuantity {\n ...QuantityFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuestionnaireFields on Questionnaire {\n resourceType\n id\n meta {\n ...MetaFields\n }\n identifier {\n ...IdentifierFields\n }\n name\n title\n status\n description\n item {\n ...QuestionnaireItemFields\n item {\n ...QuestionnaireItemFields\n item {\n ...QuestionnaireItemFields\n }\n }\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuestionnaireItemFields on QuestionnaireItem {\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n linkId\n prefix\n text\n type\n enableWhen {\n question\n operator\n answerBoolean\n answerDecimal\n answerInteger\n answerDate\n answerDateTime\n answerTime\n answerString\n answerCoding {\n ...CodingFields\n }\n answerQuantity {\n ...QuantityFields\n }\n answerReference {\n reference\n type\n display\n }\n }\n enableBehavior\n required\n repeats\n readOnly\n maxLength\n answerOption {\n valueInteger\n valueDate\n valueString\n valueCoding {\n ...CodingFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n initialSelected\n }\n initial {\n valueBoolean\n valueDecimal\n valueInteger\n valueDate\n valueDateTime\n valueString\n valueUri\n valueAttachment {\n contentType\n data\n url\n title\n }\n valueCoding {\n ...CodingFields\n }\n valueQuantity {\n ...QuantityFields\n }\n valueReference {\n reference\n type\n display\n extension {\n url\n valueBoolean\n valueInteger\n valueString\n valueExpression {\n description\n name\n language\n expression\n reference\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueDateTime\n valueCode\n valueUri\n valueReference {\n reference\n type\n display\n }\n }\n }\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n id\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
158
158
|
export declare const RequestConnectionDocument = "\n mutation requestConnection($city: String, $institution: String, $provider: String, $state: String) {\n requestConnection(\n city: $city\n institution: $institution\n provider: $provider\n state: $state\n ) {\n resourceType\n issue {\n severity\n code\n details {\n text\n }\n }\n }\n}\n ";
|
|
159
|
-
export declare const SearchHealthResourcesDocument = "\n query SearchHealthResources($searchInput: SearchHealthResourcesInput) {\n searchHealthResources(searchInput: $searchInput) {\n pagingInfo {\n pageNumber\n pageSize\n totalItems\n totalPages\n }\n filterValues {\n field\n values {\n value\n count\n }\n }\n results {\n type\n id\n content\n specialty {\n code\n system\n display\n }\n bookable {\n online\n phone\n }\n location {\n scheduling {\n identifier {\n system\n value\n }\n bookable {\n online\n phone\n }\n }\n name\n address {\n line\n city\n state\n postalCode\n country\n }\n position {\n latitude\n longitude\n }\n distanceInMiles\n }\n organization {\n name\n endpoint {\n name\n }\n }\n npi\n gender\n endpoint {\n name\n }\n }\n }\n}\n ";
|
|
159
|
+
export declare const SearchHealthResourcesDocument = "\n query SearchHealthResources($searchInput: SearchHealthResourcesInput) {\n searchHealthResources(searchInput: $searchInput) {\n pagingInfo {\n pageNumber\n pageSize\n totalItems\n totalPages\n }\n filterValues {\n field\n values {\n value\n count\n }\n }\n results {\n type\n id\n content\n logoUrl\n specialty {\n code\n system\n display\n }\n bookable {\n online\n phone\n }\n location {\n scheduling {\n identifier {\n system\n value\n }\n bookable {\n online\n phone\n }\n }\n name\n address {\n line\n city\n state\n postalCode\n country\n }\n position {\n latitude\n longitude\n }\n distanceInMiles\n }\n organization {\n name\n endpoint {\n name\n }\n logoUrl\n }\n npi\n gender\n endpoint {\n name\n }\n }\n }\n}\n ";
|
|
160
160
|
export declare const CreateConsentDocument = "\n mutation createConsent($consentInput: ConsentInput!) {\n createConsent(consentInput: $consentInput) {\n id\n meta {\n source\n versionId\n lastUpdated\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n }\n status\n scope {\n coding {\n code\n system\n display\n }\n text\n }\n category {\n coding {\n code\n system\n display\n }\n text\n }\n patient {\n reference\n identifier {\n id\n system\n value\n }\n type\n display\n }\n dateTime\n performer {\n reference\n identifier {\n id\n system\n value\n }\n type\n display\n }\n organization {\n reference\n identifier {\n id\n system\n value\n }\n type\n display\n }\n policy {\n authority\n uri\n }\n policyRule {\n coding {\n code\n system\n display\n }\n text\n }\n provision {\n type\n period {\n ...PeriodFields\n }\n }\n }\n}\n \n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n ";
|
|
161
161
|
export declare const CreateDataExportDirectDownloadUrlDocument = "\n mutation CreateDataExportDirectDownloadUrl($exportId: String!, $password: String!) {\n createDataExportDirectDownloadUrl(exportId: $exportId, password: $password)\n}\n ";
|
|
162
162
|
export declare const CreateVerificationUrlDocument = "\n mutation CreateVerificationUrl($callbackURL: String, $includeAttributeMatchingCheck: Boolean) {\n createVerificationUrl(\n callbackURL: $callbackURL\n includeAttributeMatchingCheck: $includeAttributeMatchingCheck\n )\n}\n ";
|
|
@@ -4317,6 +4317,7 @@ export const SearchHealthResourcesDocument = `
|
|
|
4317
4317
|
type
|
|
4318
4318
|
id
|
|
4319
4319
|
content
|
|
4320
|
+
logoUrl
|
|
4320
4321
|
specialty {
|
|
4321
4322
|
code
|
|
4322
4323
|
system
|
|
@@ -4356,6 +4357,7 @@ export const SearchHealthResourcesDocument = `
|
|
|
4356
4357
|
endpoint {
|
|
4357
4358
|
name
|
|
4358
4359
|
}
|
|
4360
|
+
logoUrl
|
|
4359
4361
|
}
|
|
4360
4362
|
npi
|
|
4361
4363
|
gender
|
|
@@ -29069,6 +29069,7 @@ export type SearchHealthResourcesQueryResults = {
|
|
|
29069
29069
|
type: Types.SearchResultTypeEnum | null;
|
|
29070
29070
|
id: string | null;
|
|
29071
29071
|
content: string | null;
|
|
29072
|
+
logoUrl: string | null;
|
|
29072
29073
|
npi: Array<string | null> | null;
|
|
29073
29074
|
gender: Types.GenderEnum | null;
|
|
29074
29075
|
specialty: Array<{
|
|
@@ -29107,6 +29108,7 @@ export type SearchHealthResourcesQueryResults = {
|
|
|
29107
29108
|
} | null> | null;
|
|
29108
29109
|
organization: Array<{
|
|
29109
29110
|
name: string | null;
|
|
29111
|
+
logoUrl: string | null;
|
|
29110
29112
|
endpoint: Array<{
|
|
29111
29113
|
name: string | null;
|
|
29112
29114
|
} | null> | null;
|
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -2671,6 +2671,10 @@ export type AppointmentReasonReferenceReference = {
|
|
|
2671
2671
|
resource?: Maybe<AppointmentReasonReference>;
|
|
2672
2672
|
type?: Maybe<Scalars['URI']['output']>;
|
|
2673
2673
|
};
|
|
2674
|
+
export type AppointmentResourceInput = {
|
|
2675
|
+
extension?: InputMaybe<Array<SchedulingExtensionInput>>;
|
|
2676
|
+
serviceType?: InputMaybe<Array<CodeableConceptInput>>;
|
|
2677
|
+
};
|
|
2674
2678
|
/**
|
|
2675
2679
|
* AppointmentResponse
|
|
2676
2680
|
* A reply to an appointment request for a patient and/or practitioner(s), such
|
|
@@ -2861,6 +2865,7 @@ export type AppointmentSlotBundle = {
|
|
|
2861
2865
|
};
|
|
2862
2866
|
export type AppointmentSlotParticipant = {
|
|
2863
2867
|
__typename?: 'AppointmentSlotParticipant';
|
|
2868
|
+
actorIdentifier?: Maybe<SchedulingIdentifier>;
|
|
2864
2869
|
actorReference?: Maybe<Scalars['String']['output']>;
|
|
2865
2870
|
status?: Maybe<Scalars['Code']['output']>;
|
|
2866
2871
|
type?: Maybe<Array<SchedulingCodeableConcept>>;
|
|
@@ -4334,11 +4339,20 @@ export type BodySystemSummary = {
|
|
|
4334
4339
|
score?: Maybe<Scalars['Float']['output']>;
|
|
4335
4340
|
title?: Maybe<Scalars['String']['output']>;
|
|
4336
4341
|
};
|
|
4342
|
+
export type BookAppointmentInput = {
|
|
4343
|
+
appointmentReferenceId: Scalars['ID']['input'];
|
|
4344
|
+
appointmentResource?: InputMaybe<AppointmentResourceInput>;
|
|
4345
|
+
bookingType: BookingType;
|
|
4346
|
+
comment?: InputMaybe<Scalars['String']['input']>;
|
|
4347
|
+
organizationId: Scalars['ID']['input'];
|
|
4348
|
+
patientResource: PatientResourceInput;
|
|
4349
|
+
};
|
|
4337
4350
|
export type Bookable = {
|
|
4338
4351
|
__typename?: 'Bookable';
|
|
4339
4352
|
online?: Maybe<Scalars['Boolean']['output']>;
|
|
4340
4353
|
phone?: Maybe<Scalars['Boolean']['output']>;
|
|
4341
4354
|
};
|
|
4355
|
+
export type BookingType = 'GUEST' | 'OTHER' | 'SELF';
|
|
4342
4356
|
export type BootstrapConfiguration = {
|
|
4343
4357
|
__typename?: 'BootstrapConfiguration';
|
|
4344
4358
|
apertureProxyPageUrl: Scalars['String']['output'];
|
|
@@ -30069,12 +30083,24 @@ export type FindAppointmentsInput = {
|
|
|
30069
30083
|
end?: InputMaybe<Scalars['String']['input']>;
|
|
30070
30084
|
locationReferenceId?: InputMaybe<Scalars['ID']['input']>;
|
|
30071
30085
|
organizationId: Scalars['ID']['input'];
|
|
30086
|
+
patientBirthDate?: InputMaybe<Scalars['String']['input']>;
|
|
30087
|
+
practitionerNpi?: InputMaybe<Scalars['String']['input']>;
|
|
30072
30088
|
practitionerReferenceId?: InputMaybe<Scalars['ID']['input']>;
|
|
30089
|
+
reasons?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
30073
30090
|
specialty?: InputMaybe<Scalars['String']['input']>;
|
|
30074
30091
|
start?: InputMaybe<Scalars['String']['input']>;
|
|
30092
|
+
visitTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
30075
30093
|
};
|
|
30076
30094
|
export type FindLocationsInput = {
|
|
30095
|
+
end?: InputMaybe<Scalars['String']['input']>;
|
|
30096
|
+
latitude?: InputMaybe<Scalars['Float']['input']>;
|
|
30097
|
+
longitude?: InputMaybe<Scalars['Float']['input']>;
|
|
30077
30098
|
organizationId: Scalars['ID']['input'];
|
|
30099
|
+
patientBirthDate?: InputMaybe<Scalars['String']['input']>;
|
|
30100
|
+
start?: InputMaybe<Scalars['String']['input']>;
|
|
30101
|
+
state?: InputMaybe<Scalars['String']['input']>;
|
|
30102
|
+
visitTypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
30103
|
+
zipCode?: InputMaybe<Scalars['String']['input']>;
|
|
30078
30104
|
};
|
|
30079
30105
|
/**
|
|
30080
30106
|
* Flag
|
|
@@ -43946,6 +43972,7 @@ export type Mutation = {
|
|
|
43946
43972
|
__typename?: 'Mutation';
|
|
43947
43973
|
/** Activate a direct connection */
|
|
43948
43974
|
activateDirectConnection: ActivateDirectConnection;
|
|
43975
|
+
bookAppointment: AppointmentSlot;
|
|
43949
43976
|
createAuthCode: AuthCode;
|
|
43950
43977
|
/** Create a connection */
|
|
43951
43978
|
createConnection: Connection;
|
|
@@ -44186,6 +44213,9 @@ export type Mutation = {
|
|
|
44186
44213
|
export type MutationActivateDirectConnectionArgs = {
|
|
44187
44214
|
connectionId: Scalars['String']['input'];
|
|
44188
44215
|
};
|
|
44216
|
+
export type MutationBookAppointmentArgs = {
|
|
44217
|
+
appointment: BookAppointmentInput;
|
|
44218
|
+
};
|
|
44189
44219
|
export type MutationCreateAuthCodeArgs = {
|
|
44190
44220
|
clientKey: Scalars['String']['input'];
|
|
44191
44221
|
clientPersonId: Scalars['String']['input'];
|
|
@@ -48878,6 +48908,14 @@ export type PatientPersonPatchObject = {
|
|
|
48878
48908
|
patchObject: Array<InputMaybe<PatchObject>>;
|
|
48879
48909
|
resourceType: PersonPatientResourceType;
|
|
48880
48910
|
};
|
|
48911
|
+
export type PatientResourceInput = {
|
|
48912
|
+
address?: InputMaybe<Array<SchedulingAddressInput>>;
|
|
48913
|
+
birthDate?: InputMaybe<Scalars['String']['input']>;
|
|
48914
|
+
gender?: InputMaybe<Scalars['String']['input']>;
|
|
48915
|
+
id?: InputMaybe<Scalars['ID']['input']>;
|
|
48916
|
+
name?: InputMaybe<Array<SchedulingHumanNameInput>>;
|
|
48917
|
+
telecom?: InputMaybe<Array<SchedulingContactPointInput>>;
|
|
48918
|
+
};
|
|
48881
48919
|
export type PatientTagInput = {
|
|
48882
48920
|
/** The code of the tag. */
|
|
48883
48921
|
code?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -59586,6 +59624,12 @@ export type SchedulingAddress = {
|
|
|
59586
59624
|
postalCode?: Maybe<Scalars['String']['output']>;
|
|
59587
59625
|
state?: Maybe<Scalars['String']['output']>;
|
|
59588
59626
|
};
|
|
59627
|
+
export type SchedulingAddressInput = {
|
|
59628
|
+
city?: InputMaybe<Scalars['String']['input']>;
|
|
59629
|
+
line?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
59630
|
+
postalCode?: InputMaybe<Scalars['String']['input']>;
|
|
59631
|
+
state?: InputMaybe<Scalars['String']['input']>;
|
|
59632
|
+
};
|
|
59589
59633
|
export type SchedulingCodeableConcept = {
|
|
59590
59634
|
__typename?: 'SchedulingCodeableConcept';
|
|
59591
59635
|
coding?: Maybe<Array<SchedulingCoding>>;
|
|
@@ -59602,10 +59646,30 @@ export type SchedulingContactPoint = {
|
|
|
59602
59646
|
system?: Maybe<Scalars['Code']['output']>;
|
|
59603
59647
|
value?: Maybe<Scalars['String']['output']>;
|
|
59604
59648
|
};
|
|
59649
|
+
export type SchedulingContactPointInput = {
|
|
59650
|
+
system: Scalars['String']['input'];
|
|
59651
|
+
value: Scalars['String']['input'];
|
|
59652
|
+
};
|
|
59605
59653
|
export type SchedulingExtension = {
|
|
59606
59654
|
__typename?: 'SchedulingExtension';
|
|
59655
|
+
extension?: Maybe<Array<SchedulingExtension>>;
|
|
59607
59656
|
url: Scalars['String']['output'];
|
|
59657
|
+
valueBoolean?: Maybe<Scalars['Boolean']['output']>;
|
|
59658
|
+
valueCode?: Maybe<Scalars['Code']['output']>;
|
|
59608
59659
|
valueDateTime?: Maybe<Scalars['String']['output']>;
|
|
59660
|
+
valueString?: Maybe<Scalars['String']['output']>;
|
|
59661
|
+
};
|
|
59662
|
+
export type SchedulingExtensionInput = {
|
|
59663
|
+
extension?: InputMaybe<Array<SchedulingExtensionInput>>;
|
|
59664
|
+
url: Scalars['String']['input'];
|
|
59665
|
+
valueBoolean?: InputMaybe<Scalars['Boolean']['input']>;
|
|
59666
|
+
valueCode?: InputMaybe<Scalars['String']['input']>;
|
|
59667
|
+
valueDateTime?: InputMaybe<Scalars['String']['input']>;
|
|
59668
|
+
valueString?: InputMaybe<Scalars['String']['input']>;
|
|
59669
|
+
};
|
|
59670
|
+
export type SchedulingHumanNameInput = {
|
|
59671
|
+
family?: InputMaybe<Scalars['String']['input']>;
|
|
59672
|
+
given?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
59609
59673
|
};
|
|
59610
59674
|
export type SchedulingIdentifier = {
|
|
59611
59675
|
__typename?: 'SchedulingIdentifier';
|
|
@@ -63,6 +63,8 @@ export type HealthResource = {
|
|
|
63
63
|
id: string | null;
|
|
64
64
|
/** Text content or description */
|
|
65
65
|
content: string | null;
|
|
66
|
+
/** URL of the health resource's logo */
|
|
67
|
+
logoUrl: string | null;
|
|
66
68
|
/** National Provider Identifier(s) */
|
|
67
69
|
npi: (string | null)[] | null;
|
|
68
70
|
/** Gender of the provider (for practitioners) */
|