@icanbwell/bwell-sdk-ts 2.0.0-alpha.0-rc.1758103434 → 2.0.0-alpha.0-rc.1758120687
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 +10 -8
- package/dist/graphql/operations/index.js +187 -68
- package/dist/graphql/operations/types.d.ts +333 -7
- package/dist/models/common/location.d.ts +2 -0
- package/dist/models/common/organization.d.ts +7 -1
- package/package.json +1 -1
package/dist/__version__.d.ts
CHANGED
package/dist/__version__.js
CHANGED
|
@@ -19,11 +19,6 @@ type GraphQLClientRequestHeaders = RequestOptions['requestHeaders'];
|
|
|
19
19
|
export declare const PagingFieldsFragmentDoc = "\n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n ";
|
|
20
20
|
export declare const CodingFieldsFragmentDoc = "\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
|
|
21
21
|
export declare const CodeableConceptFieldsFragmentDoc = "\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 ";
|
|
22
|
-
export declare const IdentifierFieldsFragmentDoc = "\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 ";
|
|
23
|
-
export declare const AddressFieldsFragmentDoc = "\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n ";
|
|
24
|
-
export declare const PositionFieldsFragmentDoc = "\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n ";
|
|
25
|
-
export declare const ContactPointFieldsFragmentDoc = "\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n ";
|
|
26
|
-
export declare const LocationFieldsFragmentDoc = "\n fragment LocationFields on Location {\n name\n identifier {\n ...IdentifierFields\n }\n alias\n description\n address {\n ...AddressFields\n }\n position {\n ...PositionFields\n }\n telecom {\n ...ContactPointFields\n }\n type {\n ...CodeableConceptFields\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 AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\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 ";
|
|
27
22
|
export declare const ExtensionFieldsFragmentDoc = "\n fragment ExtensionFields on Extension {\n id\n url\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueInteger\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 ";
|
|
28
23
|
export declare const QuantityFieldsFragmentDoc = "\n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
29
24
|
export declare const RatioFieldsFragmentDoc = "\n fragment RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
@@ -38,11 +33,18 @@ export declare const CarePlanDetailFieldsFragmentDoc = "\n fragment CarePlanD
|
|
|
38
33
|
export declare const MetaFieldsFragmentDoc = "\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 ";
|
|
39
34
|
export declare const HumanNameFieldsFragmentDoc = "\n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n ";
|
|
40
35
|
export declare const PatientFieldsFragmentDoc = "\n fragment PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n ";
|
|
36
|
+
export declare const IdentifierFieldsFragmentDoc = "\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 ";
|
|
41
37
|
export declare const PractitionerFieldsFragmentDoc = "\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 ";
|
|
42
38
|
export declare const RecorderFieldsFragmentDoc = "\n fragment RecorderFields on ConditionRecorder {\n ...PatientFields\n ...PractitionerFields\n}\n \n fragment PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 ";
|
|
43
39
|
export declare const ConditionFieldsFragmentDoc = "\n fragment ConditionFields on Condition {\n id\n meta {\n ...MetaFields\n }\n code {\n ...CodeableConceptFields\n }\n clinicalStatus {\n ...CodeableConceptFields\n }\n onsetDateTime\n recordedDate\n recorder {\n resource {\n ...RecorderFields\n }\n }\n note {\n authorString\n time\n text\n }\n onsetPeriod {\n ...PeriodFields\n }\n abatementDateTime\n abatementPeriod {\n ...PeriodFields\n }\n category {\n ...CodeableConceptFields\n }\n severity {\n ...CodeableConceptFields\n }\n verificationStatus {\n ...CodeableConceptFields\n }\n bodySite {\n ...CodeableConceptFields\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 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 RecorderFields on ConditionRecorder {\n ...PatientFields\n ...PractitionerFields\n}\n \n fragment PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 PeriodFields on Period {\n start\n end\n}\n ";
|
|
44
40
|
export declare const EndpointFieldsFragmentDoc = "\n fragment EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
|
|
45
|
-
export declare const
|
|
41
|
+
export declare const ContactPointFieldsFragmentDoc = "\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n ";
|
|
42
|
+
export declare const AddressFieldsFragmentDoc = "\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n ";
|
|
43
|
+
export declare const OrganizationFieldsFragmentDoc = "\n fragment OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n active\n type {\n ...CodeableConceptFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 ";
|
|
44
|
+
export declare const PositionFieldsFragmentDoc = "\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n ";
|
|
45
|
+
export declare const LocationFieldsFragmentDoc = "\n fragment LocationFields on Location {\n name\n identifier {\n ...IdentifierFields\n }\n alias\n description\n address {\n ...AddressFields\n }\n position {\n ...PositionFields\n }\n telecom {\n ...ContactPointFields\n }\n status\n managingOrganization {\n id\n reference\n identifier {\n ...IdentifierFields\n }\n display\n resource {\n ...OrganizationFields\n }\n }\n type {\n ...CodeableConceptFields\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 AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n active\n type {\n ...CodeableConceptFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 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 ";
|
|
46
|
+
export declare const PractitionerRoleFieldsFragmentDoc = "\n fragment PractitionerRoleFields on PractitionerRole {\n resourceType\n identifier {\n ...IdentifierFields\n }\n practitioner {\n id\n reference\n type\n resource {\n ...PractitionerFields\n }\n }\n organization {\n id\n reference\n type\n resource {\n ...OrganizationFields\n }\n }\n code {\n ...CodeableConceptFields\n }\n specialty {\n ...CodeableConceptFields\n }\n location {\n id\n reference\n type\n resource {\n ...LocationFields\n }\n }\n telecom {\n ...ContactPointFields\n }\n active\n id\n endpoint {\n id\n reference\n identifier {\n ...IdentifierFields\n }\n display\n resource {\n ...EndpointFields\n }\n }\n period {\n ...PeriodFields\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 PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n active\n type {\n ...CodeableConceptFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 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 LocationFields on Location {\n name\n identifier {\n ...IdentifierFields\n }\n alias\n description\n address {\n ...AddressFields\n }\n position {\n ...PositionFields\n }\n telecom {\n ...ContactPointFields\n }\n status\n managingOrganization {\n id\n reference\n identifier {\n ...IdentifierFields\n }\n display\n resource {\n ...OrganizationFields\n }\n }\n type {\n ...CodeableConceptFields\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 AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n active\n type {\n ...CodeableConceptFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 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 ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 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 ";
|
|
47
|
+
export declare const RelatedPersonFieldsFragmentDoc = "\n fragment RelatedPersonFields on RelatedPerson {\n resourceType\n id\n active\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n relationship {\n ...CodeableConceptFields\n }\n patient {\n id\n reference\n identifier {\n ...IdentifierFields\n }\n display\n resource {\n ...PatientFields\n }\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n ";
|
|
46
48
|
export declare const DocumentReferenceAttachmentFieldsFragmentDoc = "\n fragment DocumentReferenceAttachmentFields on DocumentReferenceAttachment {\n contentType\n data\n url\n title\n}\n ";
|
|
47
49
|
export declare const DocumentReferenceContextFieldsFragmentDoc = "\n fragment DocumentReferenceContextFields on DocumentReferenceContext {\n encounter {\n reference\n display\n }\n period {\n ...PeriodFields\n }\n}\n \n fragment PeriodFields on Period {\n start\n end\n}\n ";
|
|
48
50
|
export declare const DocumentReferenceFieldsFragmentDoc = "\n fragment DocumentReferenceFields on DocumentReference {\n resourceType\n id\n identifier {\n ...IdentifierFields\n }\n meta {\n ...MetaFields\n }\n text {\n div\n status\n }\n description\n language\n status\n type {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n date\n subject {\n reference\n display\n }\n author {\n reference\n display\n }\n content {\n attachment {\n ...DocumentReferenceAttachmentFields\n }\n format {\n ...CodingFields\n }\n }\n context {\n ...DocumentReferenceContextFields\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 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 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 DocumentReferenceAttachmentFields on DocumentReferenceAttachment {\n contentType\n data\n url\n title\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment DocumentReferenceContextFields on DocumentReferenceContext {\n encounter {\n reference\n display\n }\n period {\n ...PeriodFields\n }\n}\n \n fragment PeriodFields on Period {\n start\n end\n}\n ";
|
|
@@ -84,9 +86,9 @@ export declare const GetDiagnosticReportLabGroupsDocument = "\n query getDiag
|
|
|
84
86
|
export declare const GetEncountersGroupDocument = "\n query getEncountersGroup($request: EncounterGroupQueryRequest) {\n getEncounterGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n references\n class {\n ...CodingFields\n }\n type {\n ...CodingFields\n }\n participant\n coding {\n ...CodingFields\n }\n date\n source\n sourceDisplay\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
|
|
85
87
|
export declare const GetHealthSummaryDocument = "\n query GetHealthSummary {\n getHealthSummary {\n resources {\n category\n total\n }\n }\n}\n ";
|
|
86
88
|
export declare const GetImmunizationGroupsDocument = "\n query getImmunizationGroups($request: ImmunizationGroupQueryRequest) {\n getImmunizationGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n references\n coding {\n ...CodingFields\n }\n occurrenceDateTime\n source\n sourceDisplay\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
|
|
87
|
-
export declare const GetImmunizationsDocument = "\n query getImmunizations($page: Int, $pageSize: Int, $code: SearchToken, $id: SearchString, $lastUpdated: SearchDate, $sort: [String], $status: SearchToken, $total: TotalType) {\n immunizations(\n _count: $pageSize\n _getpagesoffset: $page\n vaccine_code: $code\n id: $id\n _lastUpdated: $lastUpdated\n _sort: $sort\n status: $status\n _total: $total\n ) {\n id\n entry {\n id\n resource {\n resourceType\n id\n identifier {\n ...IdentifierFields\n }\n meta {\n ...MetaFields\n }\n text {\n ...NarrativeFields\n }\n status\n expirationDate\n reportOrigin {\n ...CodeableConceptFields\n }\n vaccineCode {\n ...CodeableConceptFields\n }\n statusReason {\n ...CodeableConceptFields\n }\n occurrenceDateTime\n primarySource\n doseQuantity {\n ...QuantityFields\n }\n reaction {\n ...ImmunizationReactionFields\n }\n protocolApplied {\n ...ImmunizationProtocolAppliedFields\n }\n manufacturer {\n id\n reference\n type\n resource {\n ...OrganizationFields\n }\n }\n lotNumber\n site {\n ...CodeableConceptFields\n }\n route {\n ...CodeableConceptFields\n }\n performer {\n actor {\n id\n reference\n type\n resource {\n ...ImmunizationPerformerActorFields\n }\n }\n }\n location {\n id\n reference\n type\n resource {\n ...LocationFields\n }\n }\n reasonCode {\n ...CodeableConceptFields\n }\n }\n }\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 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 NarrativeFields on Narrative {\n div\n status\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 QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment ImmunizationReactionFields on ImmunizationReaction {\n date\n detail {\n id\n reference\n type\n resource {\n ...ObservationFields\n }\n }\n reported\n}\n \n fragment ObservationFields on Observation {\n id\n meta {\n ...MetaFields\n }\n resourceType\n text {\n ...NarrativeFields\n }\n identifier {\n ...IdentifierFields\n }\n subject {\n id\n reference\n type\n resource {\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n }\n }\n issued\n basedOn {\n id\n reference\n type\n resource {\n ...ObservationBasedOnFields\n }\n }\n ...ObservationValueFields\n code {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n referenceRange {\n ...ObservationReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n component {\n ...ObservationComponentFields\n }\n effectiveDateTime\n effectivePeriod {\n ...PeriodFields\n }\n note {\n ...AnnotationFields\n }\n performer {\n id\n reference\n type\n resource {\n ...ObservationPerformerFields\n }\n }\n hasMember {\n id\n reference\n type\n resource {\n ... on Observation {\n id\n code {\n ...CodeableConceptFields\n }\n }\n }\n }\n specimen {\n id\n reference\n type\n resource {\n ...SpecimenResourceFields\n }\n }\n status\n dataAbsentReason {\n ...CodeableConceptFields\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 NarrativeFields on Narrative {\n div\n status\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 HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment ObservationBasedOnFields on ObservationBasedOn {\n ... on ServiceRequest {\n resourceType\n id\n reasonCode {\n ...CodeableConceptFields\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 ObservationValueFields on Observation {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\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 ObservationReferenceRangeFields on ObservationReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment ObservationComponentFields on ObservationComponent {\n code {\n ...CodeableConceptFields\n }\n ...ObservationComponentValueFields\n referenceRange {\n ...ObservationReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n dataAbsentReason {\n ...CodeableConceptFields\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 ObservationComponentValueFields on ObservationComponent {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ObservationReferenceRangeFields on ObservationReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n \n\n fragment ObservationPerformerFields on ObservationPerformer {\n ... on Practitioner {\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n }\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n ... on Organization {\n organizationName: name\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 SpecimenResourceFields on Specimen {\n identifier {\n ...IdentifierFields\n }\n accessionIdentifier {\n ...IdentifierFields\n }\n type {\n ...CodeableConceptFields\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 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 ImmunizationProtocolAppliedFields on ImmunizationProtocolApplied {\n doseNumberString\n doseNumberPositiveInt\n}\n \n\n fragment OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n system\n value\n rank\n }\n address {\n ...AddressFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment ImmunizationPerformerActorFields on ImmunizationPerformerActor {\n ... on Practitioner {\n ...PractitionerFields\n }\n ... on Organization {\n organizationName: name\n }\n}\n \n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 LocationFields on Location {\n name\n identifier {\n ...IdentifierFields\n }\n alias\n description\n address {\n ...AddressFields\n }\n position {\n ...PositionFields\n }\n telecom {\n ...ContactPointFields\n }\n type {\n ...CodeableConceptFields\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 AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\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 ";
|
|
89
|
+
export declare const GetImmunizationsDocument = "\n query getImmunizations($page: Int, $pageSize: Int, $code: SearchToken, $id: SearchString, $lastUpdated: SearchDate, $sort: [String], $status: SearchToken, $total: TotalType) {\n immunizations(\n _count: $pageSize\n _getpagesoffset: $page\n vaccine_code: $code\n id: $id\n _lastUpdated: $lastUpdated\n _sort: $sort\n status: $status\n _total: $total\n ) {\n id\n entry {\n id\n resource {\n resourceType\n id\n identifier {\n ...IdentifierFields\n }\n meta {\n ...MetaFields\n }\n text {\n ...NarrativeFields\n }\n status\n expirationDate\n reportOrigin {\n ...CodeableConceptFields\n }\n vaccineCode {\n ...CodeableConceptFields\n }\n statusReason {\n ...CodeableConceptFields\n }\n occurrenceDateTime\n primarySource\n doseQuantity {\n ...QuantityFields\n }\n reaction {\n ...ImmunizationReactionFields\n }\n protocolApplied {\n ...ImmunizationProtocolAppliedFields\n }\n manufacturer {\n id\n reference\n type\n resource {\n ...OrganizationFields\n }\n }\n lotNumber\n site {\n ...CodeableConceptFields\n }\n route {\n ...CodeableConceptFields\n }\n performer {\n actor {\n id\n reference\n type\n resource {\n ...ImmunizationPerformerActorFields\n }\n }\n }\n location {\n id\n reference\n type\n resource {\n ...LocationFields\n }\n }\n reasonCode {\n ...CodeableConceptFields\n }\n }\n }\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 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 NarrativeFields on Narrative {\n div\n status\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 QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment ImmunizationReactionFields on ImmunizationReaction {\n date\n detail {\n id\n reference\n type\n resource {\n ...ObservationFields\n }\n }\n reported\n}\n \n fragment ObservationFields on Observation {\n id\n meta {\n ...MetaFields\n }\n resourceType\n text {\n ...NarrativeFields\n }\n identifier {\n ...IdentifierFields\n }\n subject {\n id\n reference\n type\n resource {\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n }\n }\n issued\n basedOn {\n id\n reference\n type\n resource {\n ...ObservationBasedOnFields\n }\n }\n ...ObservationValueFields\n code {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n referenceRange {\n ...ObservationReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n component {\n ...ObservationComponentFields\n }\n effectiveDateTime\n effectivePeriod {\n ...PeriodFields\n }\n note {\n ...AnnotationFields\n }\n performer {\n id\n reference\n type\n resource {\n ...ObservationPerformerFields\n }\n }\n hasMember {\n id\n reference\n type\n resource {\n ... on Observation {\n id\n code {\n ...CodeableConceptFields\n }\n }\n }\n }\n specimen {\n id\n reference\n type\n resource {\n ...SpecimenResourceFields\n }\n }\n status\n dataAbsentReason {\n ...CodeableConceptFields\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 NarrativeFields on Narrative {\n div\n status\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 HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment ObservationBasedOnFields on ObservationBasedOn {\n ... on ServiceRequest {\n resourceType\n id\n reasonCode {\n ...CodeableConceptFields\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 ObservationValueFields on Observation {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\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 ObservationReferenceRangeFields on ObservationReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment ObservationComponentFields on ObservationComponent {\n code {\n ...CodeableConceptFields\n }\n ...ObservationComponentValueFields\n referenceRange {\n ...ObservationReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n dataAbsentReason {\n ...CodeableConceptFields\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 ObservationComponentValueFields on ObservationComponent {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ObservationReferenceRangeFields on ObservationReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n \n\n fragment ObservationPerformerFields on ObservationPerformer {\n ... on Practitioner {\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n }\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n ... on Organization {\n organizationName: name\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 SpecimenResourceFields on Specimen {\n identifier {\n ...IdentifierFields\n }\n accessionIdentifier {\n ...IdentifierFields\n }\n type {\n ...CodeableConceptFields\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 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 ImmunizationProtocolAppliedFields on ImmunizationProtocolApplied {\n doseNumberString\n doseNumberPositiveInt\n}\n \n\n fragment OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n active\n type {\n ...CodeableConceptFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 ImmunizationPerformerActorFields on ImmunizationPerformerActor {\n ... on Practitioner {\n ...PractitionerFields\n }\n ... on Organization {\n organizationName: name\n }\n}\n \n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 LocationFields on Location {\n name\n identifier {\n ...IdentifierFields\n }\n alias\n description\n address {\n ...AddressFields\n }\n position {\n ...PositionFields\n }\n telecom {\n ...ContactPointFields\n }\n status\n managingOrganization {\n id\n reference\n identifier {\n ...IdentifierFields\n }\n display\n resource {\n ...OrganizationFields\n }\n }\n type {\n ...CodeableConceptFields\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 AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n active\n type {\n ...CodeableConceptFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 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 ";
|
|
88
90
|
export declare const GetProcedureGroupsDocument = "\n query getProcedureGroups($request: ProcedureGroupQueryRequest) {\n getProcedureGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n references\n coding {\n ...CodingFields\n }\n performer\n performedDate\n source\n sourceDisplay\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n \n\n fragment CodingFields on Coding {\n id\n system\n code\n display\n}\n ";
|
|
89
|
-
export declare const GetProceduresDocument = "\n query getProcedures($page: Int, $pageSize: Int, $code: SearchToken, $id: SearchString, $lastUpdated: SearchDate, $sort: [String], $status: SearchToken, $total: TotalType) {\n procedures(\n _count: $pageSize\n _getpagesoffset: $page\n code: $code\n id: $id\n _lastUpdated: $lastUpdated\n _sort: $sort\n status: $status\n _total: $total\n ) {\n id\n entry {\n id\n resource {\n resourceType\n id\n identifier {\n ...IdentifierFields\n }\n meta {\n ...MetaFields\n }\n location {\n id\n reference\n type\n resource {\n ...LocationFields\n }\n }\n status\n subject {\n id\n reference\n type\n resource {\n ...PatientFields\n }\n }\n recorder {\n id\n reference\n type\n resource {\n ...ProcedureRecorderFields\n }\n }\n asserter {\n id\n reference\n type\n resource {\n ...ProcedureAsserterFields\n }\n }\n text {\n ...NarrativeFields\n }\n code {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n performedDateTime\n performedPeriod {\n ...PeriodFields\n }\n performedString\n performer {\n actor {\n id\n reference\n type\n resource {\n ...ProcedurePerformerActorFields\n }\n }\n }\n reasonCode {\n ...CodeableConceptFields\n }\n bodySite {\n ...CodeableConceptFields\n }\n outcome {\n ...CodeableConceptFields\n }\n followUp {\n ...CodeableConceptFields\n }\n complication {\n ...CodeableConceptFields\n }\n note {\n ...AnnotationFields\n }\n }\n }\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 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 LocationFields on Location {\n name\n identifier {\n ...IdentifierFields\n }\n alias\n description\n address {\n ...AddressFields\n }\n position {\n ...PositionFields\n }\n telecom {\n ...ContactPointFields\n }\n type {\n ...CodeableConceptFields\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 AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\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 PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment ProcedureRecorderFields on ProcedureRecorder {\n ...PatientFields\n ...PractitionerFields\n}\n \n fragment PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 ProcedureAsserterFields on ProcedureAsserter {\n ...PatientFields\n ...PractitionerFields\n}\n \n fragment PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 NarrativeFields on Narrative {\n div\n status\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment ProcedurePerformerActorFields on ProcedurePerformerActor {\n ...PractitionerFields\n ... on Organization {\n organizationName: name\n }\n}\n \n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n ";
|
|
91
|
+
export declare const GetProceduresDocument = "\n query getProcedures($page: Int, $pageSize: Int, $code: SearchToken, $id: SearchString, $lastUpdated: SearchDate, $sort: [String], $status: SearchToken, $total: TotalType) {\n procedures(\n _count: $pageSize\n _getpagesoffset: $page\n code: $code\n id: $id\n _lastUpdated: $lastUpdated\n _sort: $sort\n status: $status\n _total: $total\n ) {\n id\n entry {\n id\n resource {\n resourceType\n id\n identifier {\n ...IdentifierFields\n }\n meta {\n ...MetaFields\n }\n location {\n id\n reference\n type\n resource {\n ...LocationFields\n }\n }\n status\n subject {\n id\n reference\n type\n resource {\n ...PatientFields\n }\n }\n recorder {\n id\n reference\n type\n resource {\n ...ProcedureRecorderFields\n }\n }\n asserter {\n id\n reference\n type\n resource {\n ...ProcedureAsserterFields\n }\n }\n text {\n ...NarrativeFields\n }\n code {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n performedDateTime\n performedPeriod {\n ...PeriodFields\n }\n performedString\n performer {\n actor {\n id\n reference\n type\n resource {\n ...ProcedurePerformerActorFields\n }\n }\n }\n reasonCode {\n ...CodeableConceptFields\n }\n bodySite {\n ...CodeableConceptFields\n }\n outcome {\n ...CodeableConceptFields\n }\n followUp {\n ...CodeableConceptFields\n }\n complication {\n ...CodeableConceptFields\n }\n note {\n ...AnnotationFields\n }\n }\n }\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 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 LocationFields on Location {\n name\n identifier {\n ...IdentifierFields\n }\n alias\n description\n address {\n ...AddressFields\n }\n position {\n ...PositionFields\n }\n telecom {\n ...ContactPointFields\n }\n status\n managingOrganization {\n id\n reference\n identifier {\n ...IdentifierFields\n }\n display\n resource {\n ...OrganizationFields\n }\n }\n type {\n ...CodeableConceptFields\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 AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\n}\n \n\n fragment PositionFields on LocationPosition {\n latitude\n longitude\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment OrganizationFields on Organization {\n resourceType\n identifier {\n ...IdentifierFields\n }\n endpoint {\n id\n reference\n type\n resource {\n ...EndpointFields\n }\n }\n name\n telecom {\n ...ContactPointFields\n }\n address {\n ...AddressFields\n }\n active\n type {\n ...CodeableConceptFields\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 EndpointFields on Endpoint {\n identifier {\n ...IdentifierFields\n }\n name\n status\n connectionType {\n ...CodingFields\n }\n address\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 CodingFields on Coding {\n id\n system\n code\n display\n}\n \n\n fragment ContactPointFields on ContactPoint {\n id\n system\n value\n use\n rank\n}\n \n\n fragment AddressFields on Address {\n use\n type\n text\n line\n city\n district\n state\n postalCode\n country\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 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 PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment ProcedureRecorderFields on ProcedureRecorder {\n ...PatientFields\n ...PractitionerFields\n}\n \n fragment PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 ProcedureAsserterFields on ProcedureAsserter {\n ...PatientFields\n ...PractitionerFields\n}\n \n fragment PatientFields on Patient {\n name {\n ...HumanNameFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 NarrativeFields on Narrative {\n div\n status\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment ProcedurePerformerActorFields on ProcedurePerformerActor {\n ...PractitionerFields\n ... on Organization {\n organizationName: name\n }\n}\n \n fragment PractitionerFields on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n ";
|
|
90
92
|
export declare const GetVitalSignGroupsDocument = "\n query getVitalSignGroups($request: VitalSignGroupQueryRequest) {\n getVitalSignGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n source\n sourceDisplay\n category {\n ...CodeableConceptFields\n }\n coding {\n ...CodingFields\n }\n effectiveDateTime\n interpretation {\n ...CodeableConceptFields\n }\n value {\n ...ValueFields\n }\n referenceRange {\n ...ReferenceRangeFields\n }\n component {\n ...ComponentFields\n }\n references\n effectiveDateTime\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\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 ValueFields on Value {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ReferenceRangeFields on ReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment ComponentFields on Component {\n code {\n ...CodeableConceptFields\n }\n value {\n ...ValueFields\n }\n referenceRange {\n ...ReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n dataAbsentReason {\n ...CodeableConceptFields\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 ValueFields on Value {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ReferenceRangeFields on ReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
91
93
|
export declare const GetVitalSignsDocument = "\n query getVitalSigns($page: Int, $pageSize: Int, $code: SearchToken, $id: SearchString, $lastUpdated: SearchDate, $sort: [String], $status: SearchToken, $total: TotalType) {\n observations(\n _count: $pageSize\n _getpagesoffset: $page\n code: $code\n id: $id\n _lastUpdated: $lastUpdated\n _sort: $sort\n status: $status\n _total: $total\n category: {value: {code: \"vital-signs\"}}\n ) {\n id\n entry {\n id\n resource {\n ...ObservationFields\n }\n }\n }\n}\n \n fragment ObservationFields on Observation {\n id\n meta {\n ...MetaFields\n }\n resourceType\n text {\n ...NarrativeFields\n }\n identifier {\n ...IdentifierFields\n }\n subject {\n id\n reference\n type\n resource {\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n }\n }\n issued\n basedOn {\n id\n reference\n type\n resource {\n ...ObservationBasedOnFields\n }\n }\n ...ObservationValueFields\n code {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n referenceRange {\n ...ObservationReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n component {\n ...ObservationComponentFields\n }\n effectiveDateTime\n effectivePeriod {\n ...PeriodFields\n }\n note {\n ...AnnotationFields\n }\n performer {\n id\n reference\n type\n resource {\n ...ObservationPerformerFields\n }\n }\n hasMember {\n id\n reference\n type\n resource {\n ... on Observation {\n id\n code {\n ...CodeableConceptFields\n }\n }\n }\n }\n specimen {\n id\n reference\n type\n resource {\n ...SpecimenResourceFields\n }\n }\n status\n dataAbsentReason {\n ...CodeableConceptFields\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 NarrativeFields on Narrative {\n div\n status\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 HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment ObservationBasedOnFields on ObservationBasedOn {\n ... on ServiceRequest {\n resourceType\n id\n reasonCode {\n ...CodeableConceptFields\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 ObservationValueFields on Observation {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\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 ObservationReferenceRangeFields on ObservationReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment ObservationComponentFields on ObservationComponent {\n code {\n ...CodeableConceptFields\n }\n ...ObservationComponentValueFields\n referenceRange {\n ...ObservationReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n dataAbsentReason {\n ...CodeableConceptFields\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 ObservationComponentValueFields on ObservationComponent {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ObservationReferenceRangeFields on ObservationReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment AnnotationFields on Annotation {\n id\n authorString\n time\n text\n}\n \n\n fragment ObservationPerformerFields on ObservationPerformer {\n ... on Practitioner {\n name {\n ...HumanNameFields\n }\n identifier {\n ...IdentifierFields\n }\n }\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n ... on Organization {\n organizationName: name\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\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 SpecimenResourceFields on Specimen {\n identifier {\n ...IdentifierFields\n }\n accessionIdentifier {\n ...IdentifierFields\n }\n type {\n ...CodeableConceptFields\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 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 ";
|
|
92
94
|
export declare const GetLabGroupsDocument = "\n query getLabGroups($request: LabGroupQueryRequest) {\n getLabGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n source\n sourceDisplay\n category {\n ...CodeableConceptFields\n }\n coding {\n ...CodingFields\n }\n effectiveDateTime\n referenceRange {\n ...ReferenceRangeFields\n }\n value {\n ...ValueFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n component {\n ...ComponentFields\n }\n references\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\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 ReferenceRangeFields on ReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment ValueFields on Value {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ComponentFields on Component {\n code {\n ...CodeableConceptFields\n }\n value {\n ...ValueFields\n }\n referenceRange {\n ...ReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n dataAbsentReason {\n ...CodeableConceptFields\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 ValueFields on Value {\n valueQuantity {\n ...QuantityFields\n }\n valueCodeableConcept {\n ...CodeableConceptFields\n }\n valueString\n valueBoolean\n valueInteger\n valueRatio {\n ...RatioFields\n }\n valueRange {\n ...RangeFields\n }\n valueTime\n valueDateTime\n valuePeriod {\n ...PeriodFields\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 RatioFields on Ratio {\n numerator {\n ...QuantityFields\n }\n denominator {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment RangeFields on Range {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ReferenceRangeFields on ReferenceRange {\n low {\n ...QuantityFields\n }\n high {\n ...QuantityFields\n }\n text\n}\n \n fragment QuantityFields on Quantity {\n value\n unit\n code\n comparator\n system\n}\n ";
|
|
@@ -38,70 +38,6 @@ export const CodeableConceptFieldsFragmentDoc = `
|
|
|
38
38
|
}
|
|
39
39
|
}
|
|
40
40
|
${CodingFieldsFragmentDoc}`;
|
|
41
|
-
export const IdentifierFieldsFragmentDoc = `
|
|
42
|
-
fragment IdentifierFields on Identifier {
|
|
43
|
-
id
|
|
44
|
-
type {
|
|
45
|
-
...CodeableConceptFields
|
|
46
|
-
}
|
|
47
|
-
system
|
|
48
|
-
value
|
|
49
|
-
}
|
|
50
|
-
${CodeableConceptFieldsFragmentDoc}`;
|
|
51
|
-
export const AddressFieldsFragmentDoc = `
|
|
52
|
-
fragment AddressFields on Address {
|
|
53
|
-
use
|
|
54
|
-
type
|
|
55
|
-
text
|
|
56
|
-
line
|
|
57
|
-
city
|
|
58
|
-
district
|
|
59
|
-
state
|
|
60
|
-
postalCode
|
|
61
|
-
country
|
|
62
|
-
}
|
|
63
|
-
`;
|
|
64
|
-
export const PositionFieldsFragmentDoc = `
|
|
65
|
-
fragment PositionFields on LocationPosition {
|
|
66
|
-
latitude
|
|
67
|
-
longitude
|
|
68
|
-
}
|
|
69
|
-
`;
|
|
70
|
-
export const ContactPointFieldsFragmentDoc = `
|
|
71
|
-
fragment ContactPointFields on ContactPoint {
|
|
72
|
-
id
|
|
73
|
-
system
|
|
74
|
-
value
|
|
75
|
-
use
|
|
76
|
-
rank
|
|
77
|
-
}
|
|
78
|
-
`;
|
|
79
|
-
export const LocationFieldsFragmentDoc = `
|
|
80
|
-
fragment LocationFields on Location {
|
|
81
|
-
name
|
|
82
|
-
identifier {
|
|
83
|
-
...IdentifierFields
|
|
84
|
-
}
|
|
85
|
-
alias
|
|
86
|
-
description
|
|
87
|
-
address {
|
|
88
|
-
...AddressFields
|
|
89
|
-
}
|
|
90
|
-
position {
|
|
91
|
-
...PositionFields
|
|
92
|
-
}
|
|
93
|
-
telecom {
|
|
94
|
-
...ContactPointFields
|
|
95
|
-
}
|
|
96
|
-
type {
|
|
97
|
-
...CodeableConceptFields
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
${IdentifierFieldsFragmentDoc}
|
|
101
|
-
${AddressFieldsFragmentDoc}
|
|
102
|
-
${PositionFieldsFragmentDoc}
|
|
103
|
-
${ContactPointFieldsFragmentDoc}
|
|
104
|
-
${CodeableConceptFieldsFragmentDoc}`;
|
|
105
41
|
export const ExtensionFieldsFragmentDoc = `
|
|
106
42
|
fragment ExtensionFields on Extension {
|
|
107
43
|
id
|
|
@@ -298,6 +234,16 @@ export const PatientFieldsFragmentDoc = `
|
|
|
298
234
|
}
|
|
299
235
|
}
|
|
300
236
|
${HumanNameFieldsFragmentDoc}`;
|
|
237
|
+
export const IdentifierFieldsFragmentDoc = `
|
|
238
|
+
fragment IdentifierFields on Identifier {
|
|
239
|
+
id
|
|
240
|
+
type {
|
|
241
|
+
...CodeableConceptFields
|
|
242
|
+
}
|
|
243
|
+
system
|
|
244
|
+
value
|
|
245
|
+
}
|
|
246
|
+
${CodeableConceptFieldsFragmentDoc}`;
|
|
301
247
|
export const PractitionerFieldsFragmentDoc = `
|
|
302
248
|
fragment PractitionerFields on Practitioner {
|
|
303
249
|
id
|
|
@@ -379,6 +325,28 @@ export const EndpointFieldsFragmentDoc = `
|
|
|
379
325
|
}
|
|
380
326
|
${IdentifierFieldsFragmentDoc}
|
|
381
327
|
${CodingFieldsFragmentDoc}`;
|
|
328
|
+
export const ContactPointFieldsFragmentDoc = `
|
|
329
|
+
fragment ContactPointFields on ContactPoint {
|
|
330
|
+
id
|
|
331
|
+
system
|
|
332
|
+
value
|
|
333
|
+
use
|
|
334
|
+
rank
|
|
335
|
+
}
|
|
336
|
+
`;
|
|
337
|
+
export const AddressFieldsFragmentDoc = `
|
|
338
|
+
fragment AddressFields on Address {
|
|
339
|
+
use
|
|
340
|
+
type
|
|
341
|
+
text
|
|
342
|
+
line
|
|
343
|
+
city
|
|
344
|
+
district
|
|
345
|
+
state
|
|
346
|
+
postalCode
|
|
347
|
+
country
|
|
348
|
+
}
|
|
349
|
+
`;
|
|
382
350
|
export const OrganizationFieldsFragmentDoc = `
|
|
383
351
|
fragment OrganizationFields on Organization {
|
|
384
352
|
resourceType
|
|
@@ -395,17 +363,168 @@ export const OrganizationFieldsFragmentDoc = `
|
|
|
395
363
|
}
|
|
396
364
|
name
|
|
397
365
|
telecom {
|
|
398
|
-
|
|
399
|
-
value
|
|
400
|
-
rank
|
|
366
|
+
...ContactPointFields
|
|
401
367
|
}
|
|
402
368
|
address {
|
|
403
369
|
...AddressFields
|
|
404
370
|
}
|
|
371
|
+
active
|
|
372
|
+
type {
|
|
373
|
+
...CodeableConceptFields
|
|
374
|
+
}
|
|
405
375
|
}
|
|
406
376
|
${IdentifierFieldsFragmentDoc}
|
|
407
377
|
${EndpointFieldsFragmentDoc}
|
|
408
|
-
${
|
|
378
|
+
${ContactPointFieldsFragmentDoc}
|
|
379
|
+
${AddressFieldsFragmentDoc}
|
|
380
|
+
${CodeableConceptFieldsFragmentDoc}`;
|
|
381
|
+
export const PositionFieldsFragmentDoc = `
|
|
382
|
+
fragment PositionFields on LocationPosition {
|
|
383
|
+
latitude
|
|
384
|
+
longitude
|
|
385
|
+
}
|
|
386
|
+
`;
|
|
387
|
+
export const LocationFieldsFragmentDoc = `
|
|
388
|
+
fragment LocationFields on Location {
|
|
389
|
+
name
|
|
390
|
+
identifier {
|
|
391
|
+
...IdentifierFields
|
|
392
|
+
}
|
|
393
|
+
alias
|
|
394
|
+
description
|
|
395
|
+
address {
|
|
396
|
+
...AddressFields
|
|
397
|
+
}
|
|
398
|
+
position {
|
|
399
|
+
...PositionFields
|
|
400
|
+
}
|
|
401
|
+
telecom {
|
|
402
|
+
...ContactPointFields
|
|
403
|
+
}
|
|
404
|
+
status
|
|
405
|
+
managingOrganization {
|
|
406
|
+
id
|
|
407
|
+
reference
|
|
408
|
+
identifier {
|
|
409
|
+
...IdentifierFields
|
|
410
|
+
}
|
|
411
|
+
display
|
|
412
|
+
resource {
|
|
413
|
+
...OrganizationFields
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
type {
|
|
417
|
+
...CodeableConceptFields
|
|
418
|
+
}
|
|
419
|
+
}
|
|
420
|
+
${IdentifierFieldsFragmentDoc}
|
|
421
|
+
${AddressFieldsFragmentDoc}
|
|
422
|
+
${PositionFieldsFragmentDoc}
|
|
423
|
+
${ContactPointFieldsFragmentDoc}
|
|
424
|
+
${OrganizationFieldsFragmentDoc}
|
|
425
|
+
${CodeableConceptFieldsFragmentDoc}`;
|
|
426
|
+
export const PractitionerRoleFieldsFragmentDoc = `
|
|
427
|
+
fragment PractitionerRoleFields on PractitionerRole {
|
|
428
|
+
resourceType
|
|
429
|
+
identifier {
|
|
430
|
+
...IdentifierFields
|
|
431
|
+
}
|
|
432
|
+
practitioner {
|
|
433
|
+
id
|
|
434
|
+
reference
|
|
435
|
+
type
|
|
436
|
+
resource {
|
|
437
|
+
...PractitionerFields
|
|
438
|
+
}
|
|
439
|
+
}
|
|
440
|
+
organization {
|
|
441
|
+
id
|
|
442
|
+
reference
|
|
443
|
+
type
|
|
444
|
+
resource {
|
|
445
|
+
...OrganizationFields
|
|
446
|
+
}
|
|
447
|
+
}
|
|
448
|
+
code {
|
|
449
|
+
...CodeableConceptFields
|
|
450
|
+
}
|
|
451
|
+
specialty {
|
|
452
|
+
...CodeableConceptFields
|
|
453
|
+
}
|
|
454
|
+
location {
|
|
455
|
+
id
|
|
456
|
+
reference
|
|
457
|
+
type
|
|
458
|
+
resource {
|
|
459
|
+
...LocationFields
|
|
460
|
+
}
|
|
461
|
+
}
|
|
462
|
+
telecom {
|
|
463
|
+
...ContactPointFields
|
|
464
|
+
}
|
|
465
|
+
active
|
|
466
|
+
id
|
|
467
|
+
endpoint {
|
|
468
|
+
id
|
|
469
|
+
reference
|
|
470
|
+
identifier {
|
|
471
|
+
...IdentifierFields
|
|
472
|
+
}
|
|
473
|
+
display
|
|
474
|
+
resource {
|
|
475
|
+
...EndpointFields
|
|
476
|
+
}
|
|
477
|
+
}
|
|
478
|
+
period {
|
|
479
|
+
...PeriodFields
|
|
480
|
+
}
|
|
481
|
+
}
|
|
482
|
+
${IdentifierFieldsFragmentDoc}
|
|
483
|
+
${PractitionerFieldsFragmentDoc}
|
|
484
|
+
${OrganizationFieldsFragmentDoc}
|
|
485
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
486
|
+
${LocationFieldsFragmentDoc}
|
|
487
|
+
${ContactPointFieldsFragmentDoc}
|
|
488
|
+
${EndpointFieldsFragmentDoc}
|
|
489
|
+
${PeriodFieldsFragmentDoc}`;
|
|
490
|
+
export const RelatedPersonFieldsFragmentDoc = `
|
|
491
|
+
fragment RelatedPersonFields on RelatedPerson {
|
|
492
|
+
resourceType
|
|
493
|
+
id
|
|
494
|
+
active
|
|
495
|
+
name {
|
|
496
|
+
...HumanNameFields
|
|
497
|
+
}
|
|
498
|
+
identifier {
|
|
499
|
+
...IdentifierFields
|
|
500
|
+
}
|
|
501
|
+
telecom {
|
|
502
|
+
...ContactPointFields
|
|
503
|
+
}
|
|
504
|
+
address {
|
|
505
|
+
...AddressFields
|
|
506
|
+
}
|
|
507
|
+
relationship {
|
|
508
|
+
...CodeableConceptFields
|
|
509
|
+
}
|
|
510
|
+
patient {
|
|
511
|
+
id
|
|
512
|
+
reference
|
|
513
|
+
identifier {
|
|
514
|
+
...IdentifierFields
|
|
515
|
+
}
|
|
516
|
+
display
|
|
517
|
+
resource {
|
|
518
|
+
...PatientFields
|
|
519
|
+
}
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
${HumanNameFieldsFragmentDoc}
|
|
523
|
+
${IdentifierFieldsFragmentDoc}
|
|
524
|
+
${ContactPointFieldsFragmentDoc}
|
|
525
|
+
${AddressFieldsFragmentDoc}
|
|
526
|
+
${CodeableConceptFieldsFragmentDoc}
|
|
527
|
+
${PatientFieldsFragmentDoc}`;
|
|
409
528
|
export const DocumentReferenceAttachmentFieldsFragmentDoc = `
|
|
410
529
|
fragment DocumentReferenceAttachmentFields on DocumentReferenceAttachment {
|
|
411
530
|
contentType
|
|
@@ -1716,6 +1716,7 @@ export type ImmunizationProtocolAppliedFieldsFragment = {
|
|
|
1716
1716
|
export type OrganizationFieldsFragment = {
|
|
1717
1717
|
resourceType: string | null;
|
|
1718
1718
|
name: string | null;
|
|
1719
|
+
active: boolean | null;
|
|
1719
1720
|
identifier: Array<{
|
|
1720
1721
|
id: string | null;
|
|
1721
1722
|
system: any | null;
|
|
@@ -1763,8 +1764,10 @@ export type OrganizationFieldsFragment = {
|
|
|
1763
1764
|
} | null;
|
|
1764
1765
|
} | null> | null;
|
|
1765
1766
|
telecom: Array<{
|
|
1767
|
+
id: string | null;
|
|
1766
1768
|
system: any | null;
|
|
1767
1769
|
value: string | null;
|
|
1770
|
+
use: any | null;
|
|
1768
1771
|
rank: number | null;
|
|
1769
1772
|
} | null> | null;
|
|
1770
1773
|
address: Array<{
|
|
@@ -1778,6 +1781,16 @@ export type OrganizationFieldsFragment = {
|
|
|
1778
1781
|
postalCode: string | null;
|
|
1779
1782
|
country: string | null;
|
|
1780
1783
|
} | null> | null;
|
|
1784
|
+
type: Array<{
|
|
1785
|
+
id: string | null;
|
|
1786
|
+
text: string | null;
|
|
1787
|
+
coding: Array<{
|
|
1788
|
+
id: string | null;
|
|
1789
|
+
system: any | null;
|
|
1790
|
+
code: any | null;
|
|
1791
|
+
display: string | null;
|
|
1792
|
+
} | null> | null;
|
|
1793
|
+
} | null> | null;
|
|
1781
1794
|
};
|
|
1782
1795
|
export type EndpointFieldsFragment = {
|
|
1783
1796
|
name: string | null;
|
|
@@ -1805,6 +1818,13 @@ export type EndpointFieldsFragment = {
|
|
|
1805
1818
|
display: string | null;
|
|
1806
1819
|
} | null;
|
|
1807
1820
|
};
|
|
1821
|
+
export type ContactPointFieldsFragment = {
|
|
1822
|
+
id: string | null;
|
|
1823
|
+
system: any | null;
|
|
1824
|
+
value: string | null;
|
|
1825
|
+
use: any | null;
|
|
1826
|
+
rank: number | null;
|
|
1827
|
+
};
|
|
1808
1828
|
export type AddressFieldsFragment = {
|
|
1809
1829
|
use: any | null;
|
|
1810
1830
|
type: any | null;
|
|
@@ -1850,6 +1870,7 @@ export type LocationFieldsFragment = {
|
|
|
1850
1870
|
name: string | null;
|
|
1851
1871
|
alias: Array<string | null> | null;
|
|
1852
1872
|
description: string | null;
|
|
1873
|
+
status: any | null;
|
|
1853
1874
|
identifier: Array<{
|
|
1854
1875
|
id: string | null;
|
|
1855
1876
|
system: any | null;
|
|
@@ -1887,6 +1908,105 @@ export type LocationFieldsFragment = {
|
|
|
1887
1908
|
use: any | null;
|
|
1888
1909
|
rank: number | null;
|
|
1889
1910
|
} | null> | null;
|
|
1911
|
+
managingOrganization: {
|
|
1912
|
+
id: string | null;
|
|
1913
|
+
reference: string | null;
|
|
1914
|
+
display: string | null;
|
|
1915
|
+
identifier: {
|
|
1916
|
+
id: string | null;
|
|
1917
|
+
system: any | null;
|
|
1918
|
+
value: string | null;
|
|
1919
|
+
type: {
|
|
1920
|
+
id: string | null;
|
|
1921
|
+
text: string | null;
|
|
1922
|
+
coding: Array<{
|
|
1923
|
+
id: string | null;
|
|
1924
|
+
system: any | null;
|
|
1925
|
+
code: any | null;
|
|
1926
|
+
display: string | null;
|
|
1927
|
+
} | null> | null;
|
|
1928
|
+
} | null;
|
|
1929
|
+
} | null;
|
|
1930
|
+
resource: {
|
|
1931
|
+
resourceType: string | null;
|
|
1932
|
+
name: string | null;
|
|
1933
|
+
active: boolean | null;
|
|
1934
|
+
identifier: Array<{
|
|
1935
|
+
id: string | null;
|
|
1936
|
+
system: any | null;
|
|
1937
|
+
value: string | null;
|
|
1938
|
+
type: {
|
|
1939
|
+
id: string | null;
|
|
1940
|
+
text: string | null;
|
|
1941
|
+
coding: Array<{
|
|
1942
|
+
id: string | null;
|
|
1943
|
+
system: any | null;
|
|
1944
|
+
code: any | null;
|
|
1945
|
+
display: string | null;
|
|
1946
|
+
} | null> | null;
|
|
1947
|
+
} | null;
|
|
1948
|
+
} | null> | null;
|
|
1949
|
+
endpoint: Array<{
|
|
1950
|
+
id: string | null;
|
|
1951
|
+
reference: string | null;
|
|
1952
|
+
type: any | null;
|
|
1953
|
+
resource: {
|
|
1954
|
+
name: string | null;
|
|
1955
|
+
status: any | null;
|
|
1956
|
+
address: any | null;
|
|
1957
|
+
identifier: Array<{
|
|
1958
|
+
id: string | null;
|
|
1959
|
+
system: any | null;
|
|
1960
|
+
value: string | null;
|
|
1961
|
+
type: {
|
|
1962
|
+
id: string | null;
|
|
1963
|
+
text: string | null;
|
|
1964
|
+
coding: Array<{
|
|
1965
|
+
id: string | null;
|
|
1966
|
+
system: any | null;
|
|
1967
|
+
code: any | null;
|
|
1968
|
+
display: string | null;
|
|
1969
|
+
} | null> | null;
|
|
1970
|
+
} | null;
|
|
1971
|
+
} | null> | null;
|
|
1972
|
+
connectionType: {
|
|
1973
|
+
id: string | null;
|
|
1974
|
+
system: any | null;
|
|
1975
|
+
code: any | null;
|
|
1976
|
+
display: string | null;
|
|
1977
|
+
} | null;
|
|
1978
|
+
} | null;
|
|
1979
|
+
} | null> | null;
|
|
1980
|
+
telecom: Array<{
|
|
1981
|
+
id: string | null;
|
|
1982
|
+
system: any | null;
|
|
1983
|
+
value: string | null;
|
|
1984
|
+
use: any | null;
|
|
1985
|
+
rank: number | null;
|
|
1986
|
+
} | null> | null;
|
|
1987
|
+
address: Array<{
|
|
1988
|
+
use: any | null;
|
|
1989
|
+
type: any | null;
|
|
1990
|
+
text: string | null;
|
|
1991
|
+
line: Array<string | null> | null;
|
|
1992
|
+
city: string | null;
|
|
1993
|
+
district: string | null;
|
|
1994
|
+
state: string | null;
|
|
1995
|
+
postalCode: string | null;
|
|
1996
|
+
country: string | null;
|
|
1997
|
+
} | null> | null;
|
|
1998
|
+
type: Array<{
|
|
1999
|
+
id: string | null;
|
|
2000
|
+
text: string | null;
|
|
2001
|
+
coding: Array<{
|
|
2002
|
+
id: string | null;
|
|
2003
|
+
system: any | null;
|
|
2004
|
+
code: any | null;
|
|
2005
|
+
display: string | null;
|
|
2006
|
+
} | null> | null;
|
|
2007
|
+
} | null> | null;
|
|
2008
|
+
} | null;
|
|
2009
|
+
} | null;
|
|
1890
2010
|
type: Array<{
|
|
1891
2011
|
id: string | null;
|
|
1892
2012
|
text: string | null;
|
|
@@ -1902,13 +2022,6 @@ export type PositionFieldsFragment = {
|
|
|
1902
2022
|
latitude: number | null;
|
|
1903
2023
|
longitude: number | null;
|
|
1904
2024
|
};
|
|
1905
|
-
export type ContactPointFieldsFragment = {
|
|
1906
|
-
id: string | null;
|
|
1907
|
-
system: any | null;
|
|
1908
|
-
value: string | null;
|
|
1909
|
-
use: any | null;
|
|
1910
|
-
rank: number | null;
|
|
1911
|
-
};
|
|
1912
2025
|
export type ProcedureRecorderFields_Patient_Fragment = {
|
|
1913
2026
|
name: Array<{
|
|
1914
2027
|
text: string | null;
|
|
@@ -5603,6 +5716,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
5603
5716
|
resource: {
|
|
5604
5717
|
resourceType: string | null;
|
|
5605
5718
|
name: string | null;
|
|
5719
|
+
active: boolean | null;
|
|
5606
5720
|
identifier: Array<{
|
|
5607
5721
|
id: string | null;
|
|
5608
5722
|
system: any | null;
|
|
@@ -5650,8 +5764,10 @@ export type GetImmunizationsQueryResults = {
|
|
|
5650
5764
|
} | null;
|
|
5651
5765
|
} | null> | null;
|
|
5652
5766
|
telecom: Array<{
|
|
5767
|
+
id: string | null;
|
|
5653
5768
|
system: any | null;
|
|
5654
5769
|
value: string | null;
|
|
5770
|
+
use: any | null;
|
|
5655
5771
|
rank: number | null;
|
|
5656
5772
|
} | null> | null;
|
|
5657
5773
|
address: Array<{
|
|
@@ -5665,6 +5781,16 @@ export type GetImmunizationsQueryResults = {
|
|
|
5665
5781
|
postalCode: string | null;
|
|
5666
5782
|
country: string | null;
|
|
5667
5783
|
} | null> | null;
|
|
5784
|
+
type: Array<{
|
|
5785
|
+
id: string | null;
|
|
5786
|
+
text: string | null;
|
|
5787
|
+
coding: Array<{
|
|
5788
|
+
id: string | null;
|
|
5789
|
+
system: any | null;
|
|
5790
|
+
code: any | null;
|
|
5791
|
+
display: string | null;
|
|
5792
|
+
} | null> | null;
|
|
5793
|
+
} | null> | null;
|
|
5668
5794
|
} | null;
|
|
5669
5795
|
} | null;
|
|
5670
5796
|
site: {
|
|
@@ -5729,6 +5855,7 @@ export type GetImmunizationsQueryResults = {
|
|
|
5729
5855
|
name: string | null;
|
|
5730
5856
|
alias: Array<string | null> | null;
|
|
5731
5857
|
description: string | null;
|
|
5858
|
+
status: any | null;
|
|
5732
5859
|
identifier: Array<{
|
|
5733
5860
|
id: string | null;
|
|
5734
5861
|
system: any | null;
|
|
@@ -5766,6 +5893,105 @@ export type GetImmunizationsQueryResults = {
|
|
|
5766
5893
|
use: any | null;
|
|
5767
5894
|
rank: number | null;
|
|
5768
5895
|
} | null> | null;
|
|
5896
|
+
managingOrganization: {
|
|
5897
|
+
id: string | null;
|
|
5898
|
+
reference: string | null;
|
|
5899
|
+
display: string | null;
|
|
5900
|
+
identifier: {
|
|
5901
|
+
id: string | null;
|
|
5902
|
+
system: any | null;
|
|
5903
|
+
value: string | null;
|
|
5904
|
+
type: {
|
|
5905
|
+
id: string | null;
|
|
5906
|
+
text: string | null;
|
|
5907
|
+
coding: Array<{
|
|
5908
|
+
id: string | null;
|
|
5909
|
+
system: any | null;
|
|
5910
|
+
code: any | null;
|
|
5911
|
+
display: string | null;
|
|
5912
|
+
} | null> | null;
|
|
5913
|
+
} | null;
|
|
5914
|
+
} | null;
|
|
5915
|
+
resource: {
|
|
5916
|
+
resourceType: string | null;
|
|
5917
|
+
name: string | null;
|
|
5918
|
+
active: boolean | null;
|
|
5919
|
+
identifier: Array<{
|
|
5920
|
+
id: string | null;
|
|
5921
|
+
system: any | null;
|
|
5922
|
+
value: string | null;
|
|
5923
|
+
type: {
|
|
5924
|
+
id: string | null;
|
|
5925
|
+
text: string | null;
|
|
5926
|
+
coding: Array<{
|
|
5927
|
+
id: string | null;
|
|
5928
|
+
system: any | null;
|
|
5929
|
+
code: any | null;
|
|
5930
|
+
display: string | null;
|
|
5931
|
+
} | null> | null;
|
|
5932
|
+
} | null;
|
|
5933
|
+
} | null> | null;
|
|
5934
|
+
endpoint: Array<{
|
|
5935
|
+
id: string | null;
|
|
5936
|
+
reference: string | null;
|
|
5937
|
+
type: any | null;
|
|
5938
|
+
resource: {
|
|
5939
|
+
name: string | null;
|
|
5940
|
+
status: any | null;
|
|
5941
|
+
address: any | null;
|
|
5942
|
+
identifier: Array<{
|
|
5943
|
+
id: string | null;
|
|
5944
|
+
system: any | null;
|
|
5945
|
+
value: string | null;
|
|
5946
|
+
type: {
|
|
5947
|
+
id: string | null;
|
|
5948
|
+
text: string | null;
|
|
5949
|
+
coding: Array<{
|
|
5950
|
+
id: string | null;
|
|
5951
|
+
system: any | null;
|
|
5952
|
+
code: any | null;
|
|
5953
|
+
display: string | null;
|
|
5954
|
+
} | null> | null;
|
|
5955
|
+
} | null;
|
|
5956
|
+
} | null> | null;
|
|
5957
|
+
connectionType: {
|
|
5958
|
+
id: string | null;
|
|
5959
|
+
system: any | null;
|
|
5960
|
+
code: any | null;
|
|
5961
|
+
display: string | null;
|
|
5962
|
+
} | null;
|
|
5963
|
+
} | null;
|
|
5964
|
+
} | null> | null;
|
|
5965
|
+
telecom: Array<{
|
|
5966
|
+
id: string | null;
|
|
5967
|
+
system: any | null;
|
|
5968
|
+
value: string | null;
|
|
5969
|
+
use: any | null;
|
|
5970
|
+
rank: number | null;
|
|
5971
|
+
} | null> | null;
|
|
5972
|
+
address: Array<{
|
|
5973
|
+
use: any | null;
|
|
5974
|
+
type: any | null;
|
|
5975
|
+
text: string | null;
|
|
5976
|
+
line: Array<string | null> | null;
|
|
5977
|
+
city: string | null;
|
|
5978
|
+
district: string | null;
|
|
5979
|
+
state: string | null;
|
|
5980
|
+
postalCode: string | null;
|
|
5981
|
+
country: string | null;
|
|
5982
|
+
} | null> | null;
|
|
5983
|
+
type: Array<{
|
|
5984
|
+
id: string | null;
|
|
5985
|
+
text: string | null;
|
|
5986
|
+
coding: Array<{
|
|
5987
|
+
id: string | null;
|
|
5988
|
+
system: any | null;
|
|
5989
|
+
code: any | null;
|
|
5990
|
+
display: string | null;
|
|
5991
|
+
} | null> | null;
|
|
5992
|
+
} | null> | null;
|
|
5993
|
+
} | null;
|
|
5994
|
+
} | null;
|
|
5769
5995
|
type: Array<{
|
|
5770
5996
|
id: string | null;
|
|
5771
5997
|
text: string | null;
|
|
@@ -5881,6 +6107,7 @@ export type GetProceduresQueryResults = {
|
|
|
5881
6107
|
name: string | null;
|
|
5882
6108
|
alias: Array<string | null> | null;
|
|
5883
6109
|
description: string | null;
|
|
6110
|
+
status: any | null;
|
|
5884
6111
|
identifier: Array<{
|
|
5885
6112
|
id: string | null;
|
|
5886
6113
|
system: any | null;
|
|
@@ -5918,6 +6145,105 @@ export type GetProceduresQueryResults = {
|
|
|
5918
6145
|
use: any | null;
|
|
5919
6146
|
rank: number | null;
|
|
5920
6147
|
} | null> | null;
|
|
6148
|
+
managingOrganization: {
|
|
6149
|
+
id: string | null;
|
|
6150
|
+
reference: string | null;
|
|
6151
|
+
display: string | null;
|
|
6152
|
+
identifier: {
|
|
6153
|
+
id: string | null;
|
|
6154
|
+
system: any | null;
|
|
6155
|
+
value: string | null;
|
|
6156
|
+
type: {
|
|
6157
|
+
id: string | null;
|
|
6158
|
+
text: string | null;
|
|
6159
|
+
coding: Array<{
|
|
6160
|
+
id: string | null;
|
|
6161
|
+
system: any | null;
|
|
6162
|
+
code: any | null;
|
|
6163
|
+
display: string | null;
|
|
6164
|
+
} | null> | null;
|
|
6165
|
+
} | null;
|
|
6166
|
+
} | null;
|
|
6167
|
+
resource: {
|
|
6168
|
+
resourceType: string | null;
|
|
6169
|
+
name: string | null;
|
|
6170
|
+
active: boolean | null;
|
|
6171
|
+
identifier: Array<{
|
|
6172
|
+
id: string | null;
|
|
6173
|
+
system: any | null;
|
|
6174
|
+
value: string | null;
|
|
6175
|
+
type: {
|
|
6176
|
+
id: string | null;
|
|
6177
|
+
text: string | null;
|
|
6178
|
+
coding: Array<{
|
|
6179
|
+
id: string | null;
|
|
6180
|
+
system: any | null;
|
|
6181
|
+
code: any | null;
|
|
6182
|
+
display: string | null;
|
|
6183
|
+
} | null> | null;
|
|
6184
|
+
} | null;
|
|
6185
|
+
} | null> | null;
|
|
6186
|
+
endpoint: Array<{
|
|
6187
|
+
id: string | null;
|
|
6188
|
+
reference: string | null;
|
|
6189
|
+
type: any | null;
|
|
6190
|
+
resource: {
|
|
6191
|
+
name: string | null;
|
|
6192
|
+
status: any | null;
|
|
6193
|
+
address: any | null;
|
|
6194
|
+
identifier: Array<{
|
|
6195
|
+
id: string | null;
|
|
6196
|
+
system: any | null;
|
|
6197
|
+
value: string | null;
|
|
6198
|
+
type: {
|
|
6199
|
+
id: string | null;
|
|
6200
|
+
text: string | null;
|
|
6201
|
+
coding: Array<{
|
|
6202
|
+
id: string | null;
|
|
6203
|
+
system: any | null;
|
|
6204
|
+
code: any | null;
|
|
6205
|
+
display: string | null;
|
|
6206
|
+
} | null> | null;
|
|
6207
|
+
} | null;
|
|
6208
|
+
} | null> | null;
|
|
6209
|
+
connectionType: {
|
|
6210
|
+
id: string | null;
|
|
6211
|
+
system: any | null;
|
|
6212
|
+
code: any | null;
|
|
6213
|
+
display: string | null;
|
|
6214
|
+
} | null;
|
|
6215
|
+
} | null;
|
|
6216
|
+
} | null> | null;
|
|
6217
|
+
telecom: Array<{
|
|
6218
|
+
id: string | null;
|
|
6219
|
+
system: any | null;
|
|
6220
|
+
value: string | null;
|
|
6221
|
+
use: any | null;
|
|
6222
|
+
rank: number | null;
|
|
6223
|
+
} | null> | null;
|
|
6224
|
+
address: Array<{
|
|
6225
|
+
use: any | null;
|
|
6226
|
+
type: any | null;
|
|
6227
|
+
text: string | null;
|
|
6228
|
+
line: Array<string | null> | null;
|
|
6229
|
+
city: string | null;
|
|
6230
|
+
district: string | null;
|
|
6231
|
+
state: string | null;
|
|
6232
|
+
postalCode: string | null;
|
|
6233
|
+
country: string | null;
|
|
6234
|
+
} | null> | null;
|
|
6235
|
+
type: Array<{
|
|
6236
|
+
id: string | null;
|
|
6237
|
+
text: string | null;
|
|
6238
|
+
coding: Array<{
|
|
6239
|
+
id: string | null;
|
|
6240
|
+
system: any | null;
|
|
6241
|
+
code: any | null;
|
|
6242
|
+
display: string | null;
|
|
6243
|
+
} | null> | null;
|
|
6244
|
+
} | null> | null;
|
|
6245
|
+
} | null;
|
|
6246
|
+
} | null;
|
|
5921
6247
|
type: Array<{
|
|
5922
6248
|
id: string | null;
|
|
5923
6249
|
text: string | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { Endpoint } from "./endpoint.js";
|
|
2
|
-
import { Address, ContactPoint, Identifier, Reference } from "./index.js";
|
|
2
|
+
import { Address, CodeableConcept, ContactPoint, Identifier, Reference } from "./index.js";
|
|
3
3
|
/**
|
|
4
4
|
* Represents a healthcare organization.
|
|
5
5
|
*
|
|
@@ -20,6 +20,12 @@ export type Organization = {
|
|
|
20
20
|
address: (Address | null)[] | null;
|
|
21
21
|
/** Contact information */
|
|
22
22
|
telecom: (ContactPoint | null)[] | null;
|
|
23
|
+
/** Active status of the organization */
|
|
24
|
+
active: boolean | null;
|
|
25
|
+
/** The unique identifier for the organization resource */
|
|
26
|
+
id: string | null;
|
|
27
|
+
/** The type of the organization */
|
|
28
|
+
type: Array<CodeableConcept | null> | null;
|
|
23
29
|
};
|
|
24
30
|
/**
|
|
25
31
|
* Represents a healthcare organization.
|