@icanbwell/bwell-sdk-ts 1.10.0 → 1.11.0
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
CHANGED
package/dist/__version__.js
CHANGED
|
@@ -64,7 +64,7 @@ export declare const PublishEventDocument = "\n mutation publishEvent($eventT
|
|
|
64
64
|
export declare const GetBinaryDocument = "\n query getBinary($request: BinaryRequest!) {\n getBinary(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n resourceType\n id\n data\n contentType\n }\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n ";
|
|
65
65
|
export declare const GetFhirDocument = "\n query getFHIR($request: ResourceRequest!) {\n getFHIR(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources\n }\n}\n \n fragment PagingFields on PagingResults {\n page_number\n page_size\n total_pages\n total_items\n}\n ";
|
|
66
66
|
export declare const GetAllergyIntoleranceGroupsDocument = "\n query getAllergyIntoleranceGroups($request: AllergyIntoleranceGroupQueryRequest) {\n getAllergyIntoleranceGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n coding {\n ...CodingFields\n }\n references\n criticality {\n code\n display\n }\n recordedDate\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 system\n code\n display\n}\n ";
|
|
67
|
-
export declare const GetAllergyIntolerancesDocument = "\n query getAllergyIntolerances($request: AllergyIntolerancesRequest) {\n getAllergyIntolerances(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n meta {\n ...MetaFields\n }\n category {\n code\n display\n }\n code {\n coding {\n system\n code\n display\n }\n text\n }\n criticality {\n code\n display\n }\n onsetDateTime\n onsetPeriod {\n start\n end\n }\n lastOccurrence\n reaction {\n ...ReactionFields\n }\n recordedDate\n note {\n authorString\n time\n text\n }\n verificationStatus {\n coding {\n system\n code\n display\n }\n text\n }\n clinicalStatus {\n coding {\n system\n code\n display\n }\n text\n }\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 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 system\n code\n display\n}\n \n\n fragment ReactionFields on Reaction {\n description\n manifestation {\n ...CodeableConceptFields\n }\n onset\n severity {\n code\n display\n }\n note {\n authorString\n time\n text\n }\n date\n detail {\n ...ObservationFields\n }\n reported\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment ObservationFields on ObservationResource {\n id\n meta {\n ...MetaFields\n }\n code {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n value {\n ...ValueFields\n }\n referenceRange {\n ...ReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n component {\n ...ComponentFields\n }\n effectiveDateTime\n effectivePeriod {\n ...PeriodFields\n }\n note {\n authorString\n time\n text\n }\n encounter {\n ...EncounterFields\n }\n performer {\n ...PerformerFields\n }\n hasMember {\n ... on ObservationResource {\n id\n code {\n ...CodeableConceptFields\n }\n }\n }\n specimen {\n ...SpecimenResourceFields\n }\n status {\n display\n code\n }\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 system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment EncounterFields on EncounterResource {\n meta {\n ...MetaFields\n }\n id\n identifier {\n ...IdentifierFields\n }\n type {\n ...CodeableConceptFields\n }\n status {\n display\n code\n }\n participant {\n ...ParticipantFields\n }\n period {\n ...PeriodFields\n }\n reasonCode {\n ...CodeableConceptFields\n }\n class {\n system\n code\n display\n }\n location {\n name\n }\n serviceProvider {\n name\n endpoint {\n name\n status\n connectionType {\n system\n code\n display\n }\n address\n }\n }\n subject {\n id\n name {\n ...HumanNameFields\n }\n gender\n birthDate\n communication {\n language {\n ...CodeableConceptFields\n }\n }\n }\n reasonReference {\n id\n meta {\n ...MetaFields\n }\n code {\n ...CodeableConceptFields\n }\n clinicalStatus {\n ...CodeableConceptFields\n }\n onsetDateTime\n recordedDate\n recorder {\n ...RecorderFields\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 hospitalization {\n dischargeDisposition {\n ...CodeableConceptFields\n }\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment ParticipantFields on Participant {\n individual {\n id\n name {\n ...HumanNameFields\n }\n }\n type {\n ...CodeableConceptFields\n }\n period {\n ...PeriodFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment RecorderFields on Recorder {\n __typename\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n ... on Practitioner {\n name {\n ...HumanNameFields\n }\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PerformerFields on Performer {\n actor {\n ...ActorFields\n }\n}\n \n fragment ActorFields on Actor {\n __typename\n ... on Practitioner {\n name {\n ...HumanNameFields\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 SpecimenResourceFields on SpecimenResource {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n ";
|
|
67
|
+
export declare const GetAllergyIntolerancesDocument = "\n query getAllergyIntolerances($request: AllergyIntolerancesRequest) {\n getAllergyIntolerances(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n resourceType\n id\n meta {\n ...MetaFields\n }\n category {\n code\n display\n }\n code {\n coding {\n system\n code\n display\n }\n text\n }\n criticality {\n code\n display\n }\n onsetDateTime\n onsetPeriod {\n start\n end\n }\n text {\n ...NarrativeFields\n }\n typeCoding {\n code\n display\n }\n recorder {\n ... on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n }\n }\n lastOccurrence\n reaction {\n ...ReactionFields\n }\n recordedDate\n note {\n authorString\n time\n text\n }\n verificationStatus {\n coding {\n system\n code\n display\n }\n text\n }\n clinicalStatus {\n coding {\n system\n code\n display\n }\n text\n }\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 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 system\n code\n display\n}\n \n\n fragment NarrativeFields on Narrative {\n div\n status\n}\n \n\n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment ReactionFields on Reaction {\n description\n manifestation {\n ...CodeableConceptFields\n }\n onset\n severity {\n code\n display\n }\n note {\n authorString\n time\n text\n }\n date\n detail {\n ...ObservationFields\n }\n reported\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment ObservationFields on ObservationResource {\n id\n meta {\n ...MetaFields\n }\n code {\n ...CodeableConceptFields\n }\n category {\n ...CodeableConceptFields\n }\n value {\n ...ValueFields\n }\n referenceRange {\n ...ReferenceRangeFields\n }\n interpretation {\n ...CodeableConceptFields\n }\n component {\n ...ComponentFields\n }\n effectiveDateTime\n effectivePeriod {\n ...PeriodFields\n }\n note {\n authorString\n time\n text\n }\n encounter {\n ...EncounterFields\n }\n performer {\n ...PerformerFields\n }\n hasMember {\n ... on ObservationResource {\n id\n code {\n ...CodeableConceptFields\n }\n }\n }\n specimen {\n ...SpecimenResourceFields\n }\n status {\n display\n code\n }\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 system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 PeriodFields on Period {\n start\n end\n}\n \n\n fragment EncounterFields on EncounterResource {\n meta {\n ...MetaFields\n }\n id\n identifier {\n ...IdentifierFields\n }\n type {\n ...CodeableConceptFields\n }\n status {\n display\n code\n }\n participant {\n ...ParticipantFields\n }\n period {\n ...PeriodFields\n }\n reasonCode {\n ...CodeableConceptFields\n }\n class {\n system\n code\n display\n }\n location {\n name\n }\n serviceProvider {\n name\n endpoint {\n name\n status\n connectionType {\n system\n code\n display\n }\n address\n }\n }\n subject {\n id\n name {\n ...HumanNameFields\n }\n gender\n birthDate\n communication {\n language {\n ...CodeableConceptFields\n }\n }\n }\n reasonReference {\n id\n meta {\n ...MetaFields\n }\n code {\n ...CodeableConceptFields\n }\n clinicalStatus {\n ...CodeableConceptFields\n }\n onsetDateTime\n recordedDate\n recorder {\n ...RecorderFields\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 hospitalization {\n dischargeDisposition {\n ...CodeableConceptFields\n }\n }\n}\n \n fragment MetaFields on Meta {\n versionId\n lastUpdated\n source\n security {\n ...CodingFields\n }\n tag {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment ParticipantFields on Participant {\n individual {\n id\n name {\n ...HumanNameFields\n }\n }\n type {\n ...CodeableConceptFields\n }\n period {\n ...PeriodFields\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment RecorderFields on Recorder {\n __typename\n ... on Patient {\n name {\n ...HumanNameFields\n }\n }\n ... on Practitioner {\n name {\n ...HumanNameFields\n }\n }\n}\n \n fragment HumanNameFields on HumanName {\n text\n family\n given\n prefix\n suffix\n}\n \n\n fragment PerformerFields on Performer {\n actor {\n ...ActorFields\n }\n}\n \n fragment ActorFields on Actor {\n __typename\n ... on Practitioner {\n name {\n ...HumanNameFields\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 SpecimenResourceFields on SpecimenResource {\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 text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n ";
|
|
68
68
|
export declare const GetCarePlanGroupsDocument = "\n query getCarePlanGroups($request: CarePlanGroupQueryRequest) {\n getCarePlanGroups(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n references\n coding {\n ...CodingFields\n }\n source\n period {\n ...PeriodFields\n }\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 system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n ";
|
|
69
69
|
export declare const GetCarePlansDocument = "\n query getCarePlans($request: CarePlanRequest) {\n getCarePlans(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n meta {\n ...MetaFields\n }\n id\n title\n category {\n ...CodeableConceptFields\n }\n text {\n div\n status\n }\n status {\n display\n code\n }\n intent {\n display\n code\n }\n subject {\n _resourceType\n id\n }\n period {\n ...PeriodFields\n }\n created\n activity {\n ...ActivityFields\n }\n note {\n authorString\n time\n text\n }\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 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 system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment ActivityFields on Activity {\n detail {\n ...DetailFields\n }\n}\n \n fragment DetailFields on Detail {\n kind {\n display\n code\n }\n code {\n ...CodeableConceptFields\n }\n status {\n display\n code\n }\n scheduledPeriod {\n ...PeriodFields\n }\n scheduledString\n scheduledTiming {\n ...TimingFields\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment PeriodFields on Period {\n start\n end\n}\n \n\n fragment TimingFields on Timing {\n id\n code {\n ...CodeableConceptFields\n }\n event\n repeat {\n ...TimingRepeatFields\n }\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment TimingRepeatFields on TimingRepeat {\n id\n boundsDuration {\n ...QuantityFields\n }\n boundsPeriod {\n ...PeriodFields\n }\n boundsRange {\n ...RangeFields\n }\n count\n countMax\n dayOfWeek {\n code\n display\n }\n duration\n durationMax\n durationUnit {\n code\n display\n }\n frequency\n frequencyMax\n offset\n period\n periodMax\n periodUnit {\n display\n code\n }\n timeOfDay\n when {\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 PeriodFields on Period {\n start\n end\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 ";
|
|
70
70
|
export declare const GetCareTeamsDocument = "\n query getCareTeams($request: CareTeamRequest) {\n getCareTeams(request: $request) {\n paging_info {\n ...PagingFields\n }\n resources {\n id\n name\n meta {\n ...MetaFields\n }\n identifier {\n ...IdentifierFields\n }\n category {\n ...CodeableConceptFields\n }\n participant {\n member {\n __typename\n ... on Organization {\n id\n organizationName: name\n alias\n meta {\n ...MetaFields\n }\n }\n ... on Practitioner {\n id\n name {\n ...HumanNameFields\n }\n }\n }\n }\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 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 system\n code\n display\n}\n \n\n fragment IdentifierFields on Identifier {\n id\n type {\n ...CodeableConceptFields\n }\n system\n value\n}\n \n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\n system\n code\n display\n}\n \n\n fragment CodeableConceptFields on CodeableConcept {\n text\n coding {\n ...CodingFields\n }\n}\n \n fragment CodingFields on Coding {\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 ";
|
|
@@ -913,6 +913,7 @@ export const GetAllergyIntolerancesDocument = `
|
|
|
913
913
|
...PagingFields
|
|
914
914
|
}
|
|
915
915
|
resources {
|
|
916
|
+
resourceType
|
|
916
917
|
id
|
|
917
918
|
meta {
|
|
918
919
|
...MetaFields
|
|
@@ -938,6 +939,21 @@ export const GetAllergyIntolerancesDocument = `
|
|
|
938
939
|
start
|
|
939
940
|
end
|
|
940
941
|
}
|
|
942
|
+
text {
|
|
943
|
+
...NarrativeFields
|
|
944
|
+
}
|
|
945
|
+
typeCoding {
|
|
946
|
+
code
|
|
947
|
+
display
|
|
948
|
+
}
|
|
949
|
+
recorder {
|
|
950
|
+
... on Practitioner {
|
|
951
|
+
id
|
|
952
|
+
name {
|
|
953
|
+
...HumanNameFields
|
|
954
|
+
}
|
|
955
|
+
}
|
|
956
|
+
}
|
|
941
957
|
lastOccurrence
|
|
942
958
|
reaction {
|
|
943
959
|
...ReactionFields
|
|
@@ -969,6 +985,8 @@ export const GetAllergyIntolerancesDocument = `
|
|
|
969
985
|
}
|
|
970
986
|
${PagingFieldsFragmentDoc}
|
|
971
987
|
${MetaFieldsFragmentDoc}
|
|
988
|
+
${NarrativeFieldsFragmentDoc}
|
|
989
|
+
${HumanNameFieldsFragmentDoc}
|
|
972
990
|
${ReactionFieldsFragmentDoc}`;
|
|
973
991
|
export const GetCarePlanGroupsDocument = `
|
|
974
992
|
query getCarePlanGroups($request: CarePlanGroupQueryRequest) {
|
|
@@ -65,6 +65,17 @@ export type ExtensionFieldsFragment = {
|
|
|
65
65
|
} | null> | null;
|
|
66
66
|
} | null;
|
|
67
67
|
};
|
|
68
|
+
export type NarrativeFieldsFragment = {
|
|
69
|
+
div: string;
|
|
70
|
+
status: string;
|
|
71
|
+
};
|
|
72
|
+
export type HumanNameFieldsFragment = {
|
|
73
|
+
text: string | null;
|
|
74
|
+
family: string | null;
|
|
75
|
+
given: Array<string | null> | null;
|
|
76
|
+
prefix: Array<string | null> | null;
|
|
77
|
+
suffix: Array<string | null> | null;
|
|
78
|
+
};
|
|
68
79
|
export type ReactionFieldsFragment = {
|
|
69
80
|
description: string | null;
|
|
70
81
|
onset: any | null;
|
|
@@ -1661,13 +1672,6 @@ export type ParticipantFieldsFragment = {
|
|
|
1661
1672
|
end: any | null;
|
|
1662
1673
|
} | null;
|
|
1663
1674
|
};
|
|
1664
|
-
export type HumanNameFieldsFragment = {
|
|
1665
|
-
text: string | null;
|
|
1666
|
-
family: string | null;
|
|
1667
|
-
given: Array<string | null> | null;
|
|
1668
|
-
prefix: Array<string | null> | null;
|
|
1669
|
-
suffix: Array<string | null> | null;
|
|
1670
|
-
};
|
|
1671
1675
|
export type RecorderFields_Patient_Fragment = {
|
|
1672
1676
|
__typename: 'Patient';
|
|
1673
1677
|
name: Array<{
|
|
@@ -2439,10 +2443,6 @@ export type MoneyResourceFieldsFragment = {
|
|
|
2439
2443
|
value: number | null;
|
|
2440
2444
|
currency: Types.CurrencyCode | null;
|
|
2441
2445
|
};
|
|
2442
|
-
export type NarrativeFieldsFragment = {
|
|
2443
|
-
div: string;
|
|
2444
|
-
status: string;
|
|
2445
|
-
};
|
|
2446
2446
|
export type MedicationDispenseFieldsFragment = {
|
|
2447
2447
|
id: string | null;
|
|
2448
2448
|
numberOfRepeatsAllowed: number | null;
|
|
@@ -2781,6 +2781,7 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
2781
2781
|
total_items: number;
|
|
2782
2782
|
} | null;
|
|
2783
2783
|
resources: Array<{
|
|
2784
|
+
resourceType: string | null;
|
|
2784
2785
|
id: string;
|
|
2785
2786
|
onsetDateTime: any | null;
|
|
2786
2787
|
lastOccurrence: any | null;
|
|
@@ -2820,6 +2821,24 @@ export type GetAllergyIntolerancesQueryResults = {
|
|
|
2820
2821
|
start: any | null;
|
|
2821
2822
|
end: any | null;
|
|
2822
2823
|
} | null;
|
|
2824
|
+
text: {
|
|
2825
|
+
div: string;
|
|
2826
|
+
status: string;
|
|
2827
|
+
} | null;
|
|
2828
|
+
typeCoding: {
|
|
2829
|
+
code: any | null;
|
|
2830
|
+
display: string | null;
|
|
2831
|
+
} | null;
|
|
2832
|
+
recorder: {
|
|
2833
|
+
id: string | null;
|
|
2834
|
+
name: Array<{
|
|
2835
|
+
text: string | null;
|
|
2836
|
+
family: string | null;
|
|
2837
|
+
given: Array<string | null> | null;
|
|
2838
|
+
prefix: Array<string | null> | null;
|
|
2839
|
+
suffix: Array<string | null> | null;
|
|
2840
|
+
} | null> | null;
|
|
2841
|
+
} | null;
|
|
2823
2842
|
reaction: Array<{
|
|
2824
2843
|
description: string | null;
|
|
2825
2844
|
onset: any | null;
|
package/dist/graphql/schema.d.ts
CHANGED
|
@@ -186,6 +186,14 @@ export type Address = {
|
|
|
186
186
|
type?: Maybe<Scalars['Code']['output']>;
|
|
187
187
|
use?: Maybe<Scalars['Code']['output']>;
|
|
188
188
|
};
|
|
189
|
+
export type AddressG = {
|
|
190
|
+
__typename?: 'AddressG';
|
|
191
|
+
country: Scalars['String']['output'];
|
|
192
|
+
locality: Scalars['String']['output'];
|
|
193
|
+
postal_code: Scalars['String']['output'];
|
|
194
|
+
region: Scalars['String']['output'];
|
|
195
|
+
street_address: Scalars['String']['output'];
|
|
196
|
+
};
|
|
189
197
|
export type AddressInput = {
|
|
190
198
|
city?: InputMaybe<Scalars['String']['input']>;
|
|
191
199
|
country?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -325,6 +333,44 @@ export type ApiMap = {
|
|
|
325
333
|
rest: Rest;
|
|
326
334
|
user: Scalars['String']['output'];
|
|
327
335
|
};
|
|
336
|
+
export type Appointment = {
|
|
337
|
+
__typename?: 'Appointment';
|
|
338
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
339
|
+
end?: Maybe<Scalars['Instant']['output']>;
|
|
340
|
+
id: Scalars['ID']['output'];
|
|
341
|
+
identifier?: Maybe<Array<Maybe<Identifier>>>;
|
|
342
|
+
participant?: Maybe<Array<Maybe<AppointmentParticipant>>>;
|
|
343
|
+
serviceType?: Maybe<Array<Maybe<CodeableConcept>>>;
|
|
344
|
+
slot?: Maybe<Array<Maybe<AppointmentSlotReference>>>;
|
|
345
|
+
start?: Maybe<Scalars['Instant']['output']>;
|
|
346
|
+
status?: Maybe<Scalars['Code']['output']>;
|
|
347
|
+
};
|
|
348
|
+
export type AppointmentBundle = {
|
|
349
|
+
__typename?: 'AppointmentBundle';
|
|
350
|
+
entry?: Maybe<Array<Maybe<AppointmentBundleEntry>>>;
|
|
351
|
+
type?: Maybe<Scalars['Code']['output']>;
|
|
352
|
+
};
|
|
353
|
+
export type AppointmentBundleEntry = {
|
|
354
|
+
__typename?: 'AppointmentBundleEntry';
|
|
355
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
356
|
+
resource?: Maybe<Appointment>;
|
|
357
|
+
};
|
|
358
|
+
export type AppointmentParticipant = {
|
|
359
|
+
__typename?: 'AppointmentParticipant';
|
|
360
|
+
actor?: Maybe<AppointmentParticipantActorReference>;
|
|
361
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
362
|
+
};
|
|
363
|
+
export type AppointmentParticipantActorReference = {
|
|
364
|
+
__typename?: 'AppointmentParticipantActorReference';
|
|
365
|
+
display?: Maybe<Scalars['String']['output']>;
|
|
366
|
+
id?: Maybe<Scalars['String']['output']>;
|
|
367
|
+
identifier?: Maybe<Identifier>;
|
|
368
|
+
reference?: Maybe<Scalars['String']['output']>;
|
|
369
|
+
};
|
|
370
|
+
export type AppointmentSlotReference = {
|
|
371
|
+
__typename?: 'AppointmentSlotReference';
|
|
372
|
+
display?: Maybe<Scalars['String']['output']>;
|
|
373
|
+
};
|
|
328
374
|
export type AttachmentInput = {
|
|
329
375
|
contentType?: InputMaybe<Scalars['Code']['input']>;
|
|
330
376
|
creation?: InputMaybe<Scalars['DateTime']['input']>;
|
|
@@ -805,113 +851,27 @@ export type ConnectionStatusUpdate = {
|
|
|
805
851
|
/** Datetime when status updated */
|
|
806
852
|
statusUpdated: Scalars['DateTime']['output'];
|
|
807
853
|
};
|
|
808
|
-
/**
|
|
809
|
-
* Consent
|
|
810
|
-
* A record of a healthcare consumer’s choices, which permits or denies
|
|
811
|
-
* identified recipient(s) or recipient role(s) to perform one or more actions
|
|
812
|
-
* within a given policy context, for specific purposes and periods of time.
|
|
813
|
-
* If the element is present, it must have either a @value, an @id, or extensions
|
|
814
|
-
*/
|
|
815
854
|
export type Consent = {
|
|
816
855
|
__typename?: 'Consent';
|
|
817
|
-
/**
|
|
818
|
-
* A classification of the type of consents found in the statement. This element
|
|
819
|
-
* supports indexing and retrieval of consent statements.
|
|
820
|
-
*/
|
|
821
856
|
category?: Maybe<Array<Maybe<CodeableConcept>>>;
|
|
822
|
-
/**
|
|
823
|
-
* These resources do not have an independent existence apart from the resource
|
|
824
|
-
* that contains them - they cannot be identified independently, and nor can they
|
|
825
|
-
* have their own independent transaction scope.
|
|
826
|
-
*/
|
|
827
857
|
contained?: Maybe<Array<Maybe<Resource>>>;
|
|
828
|
-
/** When this Consent was issued / created / indexed. */
|
|
829
858
|
dateTime?: Maybe<Scalars['DateTime']['output']>;
|
|
830
|
-
/**
|
|
831
|
-
* May be used to represent additional information that is not part of the basic
|
|
832
|
-
* definition of the resource. To make the use of extensions safe and manageable,
|
|
833
|
-
* there is a strict set of governance applied to the definition and use of
|
|
834
|
-
* extensions. Though any implementer can define an extension, there is a set of
|
|
835
|
-
* requirements that SHALL be met as part of the definition of the extension.
|
|
836
|
-
*/
|
|
837
859
|
extension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
838
|
-
/**
|
|
839
|
-
* The logical id of the resource, as used in the URL for the resource. Once
|
|
840
|
-
* assigned, this value never changes.
|
|
841
|
-
*/
|
|
842
860
|
id: Scalars['ID']['output'];
|
|
843
|
-
/** Unique identifier for this copy of the Consent Statement. */
|
|
844
861
|
identifier?: Maybe<Array<Maybe<Identifier>>>;
|
|
845
|
-
/**
|
|
846
|
-
* A reference to a set of rules that were followed when the resource was
|
|
847
|
-
* constructed, and which must be understood when processing the content. Often,
|
|
848
|
-
* this is a reference to an implementation guide that defines the special rules
|
|
849
|
-
* along with other profiles etc.
|
|
850
|
-
*/
|
|
851
862
|
implicitRules?: Maybe<Scalars['URI']['output']>;
|
|
852
|
-
/** The base language in which the resource is written. */
|
|
853
863
|
language?: Maybe<Scalars['Code']['output']>;
|
|
854
|
-
/**
|
|
855
|
-
* The metadata about the resource. This is content that is maintained by the
|
|
856
|
-
* infrastructure. Changes to the content might not always be associated with
|
|
857
|
-
* version changes to the resource.
|
|
858
|
-
*/
|
|
859
864
|
meta?: Maybe<Meta>;
|
|
860
|
-
/**
|
|
861
|
-
* May be used to represent additional information that is not part of the basic
|
|
862
|
-
* definition of the resource and that modifies the understanding of the element
|
|
863
|
-
* that contains it and/or the understanding of the containing element's
|
|
864
|
-
* descendants. Usually modifier elements provide negation or qualification. To
|
|
865
|
-
* make the use of extensions safe and manageable, there is a strict set of
|
|
866
|
-
* governance applied to the definition and use of extensions. Though any
|
|
867
|
-
* implementer is allowed to define an extension, there is a set of requirements
|
|
868
|
-
* that SHALL be met as part of the definition of the extension. Applications
|
|
869
|
-
* processing a resource are required to check for modifier extensions.
|
|
870
|
-
*
|
|
871
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on Resource
|
|
872
|
-
* or DomainResource (including cannot change the meaning of modifierExtension
|
|
873
|
-
* itself).
|
|
874
|
-
*/
|
|
875
865
|
modifierExtension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
876
|
-
/**
|
|
877
|
-
* The organization that manages the consent, and the framework within which it
|
|
878
|
-
* is executed.
|
|
879
|
-
*/
|
|
880
866
|
organization?: Maybe<Array<Maybe<ConsentOrganizationReference>>>;
|
|
881
|
-
/** The patient/healthcare consumer to whom this consent applies. */
|
|
882
867
|
patient?: Maybe<ConsentPatientReference>;
|
|
883
|
-
/**
|
|
884
|
-
* Either the Grantor, which is the entity responsible for granting the rights
|
|
885
|
-
* listed in a Consent Directive or the Grantee, which is the entity responsible
|
|
886
|
-
* for complying with the Consent Directive, including any obligations or
|
|
887
|
-
* limitations on authorizations and enforcement of prohibitions.
|
|
888
|
-
*/
|
|
889
868
|
performer?: Maybe<Array<Maybe<ConsentPerformerReference>>>;
|
|
890
|
-
/**
|
|
891
|
-
* The references to the policies that are included in this consent scope.
|
|
892
|
-
* Policies may be organizational, but are often defined jurisdictionally, or in
|
|
893
|
-
* law.
|
|
894
|
-
*/
|
|
895
869
|
policy?: Maybe<Array<Maybe<ConsentPolicy>>>;
|
|
896
|
-
/** A reference to the specific base computable regulation or policy. */
|
|
897
870
|
policyRule?: Maybe<CodeableConcept>;
|
|
898
|
-
/**
|
|
899
|
-
* An exception to the base policy of this consent. An exception can be an
|
|
900
|
-
* addition or removal of access permissions.
|
|
901
|
-
*/
|
|
902
871
|
provision?: Maybe<ConsentProvision>;
|
|
903
872
|
resourceType?: Maybe<Scalars['String']['output']>;
|
|
904
|
-
/**
|
|
905
|
-
* A selector of the type of consent being presented: ADR, Privacy, Treatment,
|
|
906
|
-
* Research. This list is now extensible.
|
|
907
|
-
*/
|
|
908
873
|
scope?: Maybe<CodeableConcept>;
|
|
909
|
-
/** Indicates the current state of this consent. */
|
|
910
874
|
status?: Maybe<Scalars['Code']['output']>;
|
|
911
|
-
/**
|
|
912
|
-
* Whether a treatment instruction (e.g. artificial respiration yes or no) was
|
|
913
|
-
* verified with the patient, his/her family or another authorized person.
|
|
914
|
-
*/
|
|
915
875
|
verification?: Maybe<Array<Maybe<ConsentVerification>>>;
|
|
916
876
|
};
|
|
917
877
|
export type ConsentActor = {
|
|
@@ -982,130 +942,33 @@ export type ConsentPerformerReference = {
|
|
|
982
942
|
reference?: Maybe<Scalars['String']['output']>;
|
|
983
943
|
type?: Maybe<Scalars['URI']['output']>;
|
|
984
944
|
};
|
|
985
|
-
/**
|
|
986
|
-
* Consent.Policy
|
|
987
|
-
* A record of a healthcare consumer’s choices, which permits or denies
|
|
988
|
-
* identified recipient(s) or recipient role(s) to perform one or more actions
|
|
989
|
-
* within a given policy context, for specific purposes and periods of time.
|
|
990
|
-
*/
|
|
991
945
|
export type ConsentPolicy = {
|
|
992
946
|
__typename?: 'ConsentPolicy';
|
|
993
|
-
/**
|
|
994
|
-
* Entity or Organization having regulatory jurisdiction or accountability for
|
|
995
|
-
* enforcing policies pertaining to Consent Directives.
|
|
996
|
-
*/
|
|
997
947
|
authority?: Maybe<Scalars['URI']['output']>;
|
|
998
|
-
/**
|
|
999
|
-
* May be used to represent additional information that is not part of the basic
|
|
1000
|
-
* definition of the element. To make the use of extensions safe and manageable,
|
|
1001
|
-
* there is a strict set of governance applied to the definition and use of
|
|
1002
|
-
* extensions. Though any implementer can define an extension, there is a set of
|
|
1003
|
-
* requirements that SHALL be met as part of the definition of the extension.
|
|
1004
|
-
*/
|
|
1005
948
|
extension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
1006
|
-
/** None */
|
|
1007
949
|
id?: Maybe<Scalars['String']['output']>;
|
|
1008
|
-
/**
|
|
1009
|
-
* May be used to represent additional information that is not part of the basic
|
|
1010
|
-
* definition of the element and that modifies the understanding of the element
|
|
1011
|
-
* in which it is contained and/or the understanding of the containing element's
|
|
1012
|
-
* descendants. Usually modifier elements provide negation or qualification. To
|
|
1013
|
-
* make the use of extensions safe and manageable, there is a strict set of
|
|
1014
|
-
* governance applied to the definition and use of extensions. Though any
|
|
1015
|
-
* implementer can define an extension, there is a set of requirements that SHALL
|
|
1016
|
-
* be met as part of the definition of the extension. Applications processing a
|
|
1017
|
-
* resource are required to check for modifier extensions.
|
|
1018
|
-
*
|
|
1019
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on Resource
|
|
1020
|
-
* or DomainResource (including cannot change the meaning of modifierExtension
|
|
1021
|
-
* itself).
|
|
1022
|
-
*/
|
|
1023
950
|
modifierExtension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
1024
|
-
/**
|
|
1025
|
-
* The references to the policies that are included in this consent scope.
|
|
1026
|
-
* Policies may be organizational, but are often defined jurisdictionally, or in
|
|
1027
|
-
* law.
|
|
1028
|
-
*/
|
|
1029
951
|
uri?: Maybe<Scalars['URI']['output']>;
|
|
1030
952
|
};
|
|
1031
953
|
export type ConsentPolicyInput = {
|
|
1032
954
|
authority?: InputMaybe<Scalars['URI']['input']>;
|
|
1033
955
|
uri?: InputMaybe<Scalars['URI']['input']>;
|
|
1034
956
|
};
|
|
1035
|
-
/**
|
|
1036
|
-
* Consent.Provision
|
|
1037
|
-
* A record of a healthcare consumer’s choices, which permits or denies
|
|
1038
|
-
* identified recipient(s) or recipient role(s) to perform one or more actions
|
|
1039
|
-
* within a given policy context, for specific purposes and periods of time.
|
|
1040
|
-
*/
|
|
1041
957
|
export type ConsentProvision = {
|
|
1042
958
|
__typename?: 'ConsentProvision';
|
|
1043
|
-
/** Actions controlled by this Rule. */
|
|
1044
959
|
action?: Maybe<Array<Maybe<CodeableConcept>>>;
|
|
1045
|
-
/**
|
|
1046
|
-
* Who or what is controlled by this rule. Use group to identify a set of actors
|
|
1047
|
-
* by some property they share (e.g. 'admitting officers').
|
|
1048
|
-
*/
|
|
1049
960
|
actor?: Maybe<Array<Maybe<ConsentActor>>>;
|
|
1050
|
-
/**
|
|
1051
|
-
* The class of information covered by this rule. The type can be a FHIR resource
|
|
1052
|
-
* type, a profile on a type, or a CDA document, or some other type that
|
|
1053
|
-
* indicates what sort of information the consent relates to.
|
|
1054
|
-
*/
|
|
1055
961
|
class?: Maybe<Array<Maybe<Coding>>>;
|
|
1056
|
-
/** If this code is found in an instance, then the rule applies. */
|
|
1057
962
|
code?: Maybe<Array<Maybe<CodeableConcept>>>;
|
|
1058
|
-
/** The resources controlled by this rule if specific resources are referenced. */
|
|
1059
963
|
data?: Maybe<Array<Maybe<ConsentData>>>;
|
|
1060
|
-
/**
|
|
1061
|
-
* Clinical or Operational Relevant period of time that bounds the data
|
|
1062
|
-
* controlled by this rule.
|
|
1063
|
-
*/
|
|
1064
964
|
dataPeriod?: Maybe<Period>;
|
|
1065
|
-
/**
|
|
1066
|
-
* May be used to represent additional information that is not part of the basic
|
|
1067
|
-
* definition of the element. To make the use of extensions safe and manageable,
|
|
1068
|
-
* there is a strict set of governance applied to the definition and use of
|
|
1069
|
-
* extensions. Though any implementer can define an extension, there is a set of
|
|
1070
|
-
* requirements that SHALL be met as part of the definition of the extension.
|
|
1071
|
-
*/
|
|
1072
965
|
extension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
1073
|
-
/** None */
|
|
1074
966
|
id?: Maybe<Scalars['String']['output']>;
|
|
1075
|
-
/**
|
|
1076
|
-
* May be used to represent additional information that is not part of the basic
|
|
1077
|
-
* definition of the element and that modifies the understanding of the element
|
|
1078
|
-
* in which it is contained and/or the understanding of the containing element's
|
|
1079
|
-
* descendants. Usually modifier elements provide negation or qualification. To
|
|
1080
|
-
* make the use of extensions safe and manageable, there is a strict set of
|
|
1081
|
-
* governance applied to the definition and use of extensions. Though any
|
|
1082
|
-
* implementer can define an extension, there is a set of requirements that SHALL
|
|
1083
|
-
* be met as part of the definition of the extension. Applications processing a
|
|
1084
|
-
* resource are required to check for modifier extensions.
|
|
1085
|
-
*
|
|
1086
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on Resource
|
|
1087
|
-
* or DomainResource (including cannot change the meaning of modifierExtension
|
|
1088
|
-
* itself).
|
|
1089
|
-
*/
|
|
1090
967
|
modifierExtension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
1091
|
-
/** The timeframe in this rule is valid. */
|
|
1092
968
|
period?: Maybe<Period>;
|
|
1093
|
-
/** Rules which provide exceptions to the base rule or subrules. */
|
|
1094
969
|
provision?: Maybe<Array<Maybe<ConsentProvision>>>;
|
|
1095
|
-
/**
|
|
1096
|
-
* The context of the activities a user is taking - why the user is accessing the
|
|
1097
|
-
* data - that are controlled by this rule.
|
|
1098
|
-
*/
|
|
1099
970
|
purpose?: Maybe<Array<Maybe<Coding>>>;
|
|
1100
|
-
/**
|
|
1101
|
-
* A security label, comprised of 0..* security label fields (Privacy tags),
|
|
1102
|
-
* which define which resources are controlled by this exception.
|
|
1103
|
-
*/
|
|
1104
971
|
securityLabel?: Maybe<Array<Maybe<Coding>>>;
|
|
1105
|
-
/**
|
|
1106
|
-
* Action to take - permit or deny - when the rule conditions are met. Not
|
|
1107
|
-
* permitted in root rule, required in all nested rules.
|
|
1108
|
-
*/
|
|
1109
972
|
type?: Maybe<Scalars['Code']['output']>;
|
|
1110
973
|
};
|
|
1111
974
|
export type ConsentProvisionInput = {
|
|
@@ -1637,7 +1500,12 @@ export type FhirExtension = {
|
|
|
1637
1500
|
__typename?: 'FhirExtension';
|
|
1638
1501
|
/** None */
|
|
1639
1502
|
id?: Maybe<Scalars['String']['output']>;
|
|
1640
|
-
/**
|
|
1503
|
+
/**
|
|
1504
|
+
* A uri that identifies the source system of the resource. This provides a
|
|
1505
|
+
* minimal amount of [[[Provenance]]] information that can be used to track or
|
|
1506
|
+
* differentiate the source of information in the resource. The source may
|
|
1507
|
+
* identify another FHIR server, document, message, database, etc.
|
|
1508
|
+
*/
|
|
1641
1509
|
url?: Maybe<Scalars['URI']['output']>;
|
|
1642
1510
|
/** None */
|
|
1643
1511
|
valueBoolean?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -2495,6 +2363,7 @@ export type Mutation = {
|
|
|
2495
2363
|
createMissingConsents?: Maybe<Scalars['String']['output']>;
|
|
2496
2364
|
createPersonWithClientId?: Maybe<PersonWithMetadata>;
|
|
2497
2365
|
createQuestionnaireResponse?: Maybe<ConsentQuestionnaireResponse>;
|
|
2366
|
+
createVerificationUrl: Scalars['String']['output'];
|
|
2498
2367
|
/** Delete a connection */
|
|
2499
2368
|
deleteConnection: ConnectionStatusUpdate;
|
|
2500
2369
|
deletePersonAndPatient?: Maybe<UpdatedPersonMetadata>;
|
|
@@ -2559,6 +2428,9 @@ export type MutationCreatePersonWithClientIdArgs = {
|
|
|
2559
2428
|
export type MutationCreateQuestionnaireResponseArgs = {
|
|
2560
2429
|
input: QuestionnaireResponse_Input;
|
|
2561
2430
|
};
|
|
2431
|
+
export type MutationCreateVerificationUrlArgs = {
|
|
2432
|
+
callbackURL: Scalars['String']['input'];
|
|
2433
|
+
};
|
|
2562
2434
|
export type MutationDeleteConnectionArgs = {
|
|
2563
2435
|
connectionId: Scalars['String']['input'];
|
|
2564
2436
|
};
|
|
@@ -2785,14 +2657,31 @@ export type OperationOutcomeDetails = {
|
|
|
2785
2657
|
};
|
|
2786
2658
|
export type OperationOutcomeIssue = {
|
|
2787
2659
|
__typename?: 'OperationOutcomeIssue';
|
|
2660
|
+
/**
|
|
2661
|
+
* A symbol in syntax defined by the system. The symbol may be a predefined code
|
|
2662
|
+
* or an expression in a syntax defined by the coding system (e.g. post-
|
|
2663
|
+
* coordination).
|
|
2664
|
+
*/
|
|
2788
2665
|
code?: Maybe<Scalars['Code']['output']>;
|
|
2789
2666
|
details?: Maybe<CodeableConcept>;
|
|
2790
2667
|
diagnostics?: Maybe<Scalars['String']['output']>;
|
|
2791
2668
|
expression?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
2669
|
+
/**
|
|
2670
|
+
* May be used to represent additional information that is not part of the basic
|
|
2671
|
+
* definition of the element. To make the use of extensions safe and manageable,
|
|
2672
|
+
* there is a strict set of governance applied to the definition and use of
|
|
2673
|
+
* extensions. Though any implementer can define an extension, there is a set of
|
|
2674
|
+
* requirements that SHALL be met as part of the definition of the extension.
|
|
2675
|
+
*/
|
|
2792
2676
|
extension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
2793
2677
|
id?: Maybe<Scalars['String']['output']>;
|
|
2794
2678
|
location?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
2795
2679
|
modifierExtension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
2680
|
+
/**
|
|
2681
|
+
* A symbol in syntax defined by the system. The symbol may be a predefined code
|
|
2682
|
+
* or an expression in a syntax defined by the coding system (e.g. post-
|
|
2683
|
+
* coordination).
|
|
2684
|
+
*/
|
|
2796
2685
|
severity?: Maybe<Scalars['Code']['output']>;
|
|
2797
2686
|
};
|
|
2798
2687
|
/** operation outcome issue */
|
|
@@ -2930,85 +2819,22 @@ export declare enum PatchOperationType {
|
|
|
2930
2819
|
Replace = "replace",
|
|
2931
2820
|
Test = "test"
|
|
2932
2821
|
}
|
|
2933
|
-
/**
|
|
2934
|
-
* Patient
|
|
2935
|
-
* Demographics and other administrative information about an individual or
|
|
2936
|
-
* animal receiving care or other health-related services.
|
|
2937
|
-
* If the element is present, it must have either a @value, an @id, or extensions
|
|
2938
|
-
*/
|
|
2939
2822
|
export type Patient = {
|
|
2940
2823
|
__typename?: 'Patient';
|
|
2941
|
-
/** An address for the individual. */
|
|
2942
2824
|
address?: Maybe<Array<Maybe<Address>>>;
|
|
2943
|
-
/** The date of birth for the individual. */
|
|
2944
2825
|
birthDate?: Maybe<Scalars['Date']['output']>;
|
|
2945
|
-
/**
|
|
2946
|
-
* A language which may be used to communicate with the patient about his or her
|
|
2947
|
-
* health.
|
|
2948
|
-
*/
|
|
2949
2826
|
communication?: Maybe<Array<Maybe<PatientCommunication>>>;
|
|
2950
|
-
/**
|
|
2951
|
-
* Administrative Gender - the gender that the patient is considered to have for
|
|
2952
|
-
* administration and record keeping purposes.
|
|
2953
|
-
*/
|
|
2954
2827
|
gender?: Maybe<Scalars['Code']['output']>;
|
|
2955
|
-
/**
|
|
2956
|
-
* The logical id of the resource, as used in the URL for the resource. Once
|
|
2957
|
-
* assigned, this value never changes.
|
|
2958
|
-
*/
|
|
2959
2828
|
id: Scalars['ID']['output'];
|
|
2960
|
-
/** A name associated with the individual. */
|
|
2961
2829
|
name?: Maybe<Array<Maybe<HumanName>>>;
|
|
2962
|
-
/**
|
|
2963
|
-
* A contact detail (e.g. a telephone number or an email address) by which the
|
|
2964
|
-
* individual may be contacted.
|
|
2965
|
-
*/
|
|
2966
2830
|
telecom?: Maybe<Array<Maybe<ContactPoint>>>;
|
|
2967
2831
|
};
|
|
2968
|
-
/**
|
|
2969
|
-
* Patient.Communication
|
|
2970
|
-
* Demographics and other administrative information about an individual or
|
|
2971
|
-
* animal receiving care or other health-related services.
|
|
2972
|
-
*/
|
|
2973
2832
|
export type PatientCommunication = {
|
|
2974
2833
|
__typename?: 'PatientCommunication';
|
|
2975
|
-
/**
|
|
2976
|
-
* May be used to represent additional information that is not part of the basic
|
|
2977
|
-
* definition of the element. To make the use of extensions safe and manageable,
|
|
2978
|
-
* there is a strict set of governance applied to the definition and use of
|
|
2979
|
-
* extensions. Though any implementer can define an extension, there is a set of
|
|
2980
|
-
* requirements that SHALL be met as part of the definition of the extension.
|
|
2981
|
-
*/
|
|
2982
2834
|
extension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
2983
|
-
/** None */
|
|
2984
2835
|
id?: Maybe<Scalars['String']['output']>;
|
|
2985
|
-
/**
|
|
2986
|
-
* The ISO-639-1 alpha 2 code in lower case for the language, optionally followed
|
|
2987
|
-
* by a hyphen and the ISO-3166-1 alpha 2 code for the region in upper case; e.g.
|
|
2988
|
-
* "en" for English, or "en-US" for American English versus "en-EN" for England
|
|
2989
|
-
* English.
|
|
2990
|
-
*/
|
|
2991
2836
|
language?: Maybe<CodeableConcept>;
|
|
2992
|
-
/**
|
|
2993
|
-
* May be used to represent additional information that is not part of the basic
|
|
2994
|
-
* definition of the element and that modifies the understanding of the element
|
|
2995
|
-
* in which it is contained and/or the understanding of the containing element's
|
|
2996
|
-
* descendants. Usually modifier elements provide negation or qualification. To
|
|
2997
|
-
* make the use of extensions safe and manageable, there is a strict set of
|
|
2998
|
-
* governance applied to the definition and use of extensions. Though any
|
|
2999
|
-
* implementer can define an extension, there is a set of requirements that SHALL
|
|
3000
|
-
* be met as part of the definition of the extension. Applications processing a
|
|
3001
|
-
* resource are required to check for modifier extensions.
|
|
3002
|
-
*
|
|
3003
|
-
* Modifier extensions SHALL NOT change the meaning of any elements on Resource
|
|
3004
|
-
* or DomainResource (including cannot change the meaning of modifierExtension
|
|
3005
|
-
* itself).
|
|
3006
|
-
*/
|
|
3007
2837
|
modifierExtension?: Maybe<Array<Maybe<FhirExtension>>>;
|
|
3008
|
-
/**
|
|
3009
|
-
* Indicates whether or not the patient prefers this language (over other
|
|
3010
|
-
* languages he masters up a certain level).
|
|
3011
|
-
*/
|
|
3012
2838
|
preferred?: Maybe<Scalars['Boolean']['output']>;
|
|
3013
2839
|
};
|
|
3014
2840
|
export type PatientCommunicationInput = {
|
|
@@ -3126,41 +2952,18 @@ export type PeriodInput = {
|
|
|
3126
2952
|
/** The start of the period. */
|
|
3127
2953
|
start?: InputMaybe<Scalars['DateTime']['input']>;
|
|
3128
2954
|
};
|
|
3129
|
-
/**
|
|
3130
|
-
* Person
|
|
3131
|
-
* Demographics and administrative information about a person independent of a
|
|
3132
|
-
* specific health-related context.
|
|
3133
|
-
* If the element is present, it must have either a @value, an @id, or extensions
|
|
3134
|
-
*/
|
|
3135
2955
|
export type Person = {
|
|
3136
2956
|
__typename?: 'Person';
|
|
3137
|
-
/** Whether this person's record is in active use. */
|
|
3138
2957
|
active?: Maybe<Scalars['Boolean']['output']>;
|
|
3139
|
-
/** One or more addresses for the person. */
|
|
3140
2958
|
address?: Maybe<Array<Maybe<Address>>>;
|
|
3141
|
-
/** The birth date for the person. */
|
|
3142
2959
|
birthDate?: Maybe<Scalars['Date']['output']>;
|
|
3143
|
-
/** Administrative Gender. */
|
|
3144
2960
|
gender?: Maybe<Scalars['Code']['output']>;
|
|
3145
|
-
/**
|
|
3146
|
-
* The logical id of the resource, as used in the URL for the resource. Once
|
|
3147
|
-
* assigned, this value never changes.
|
|
3148
|
-
*/
|
|
3149
2961
|
id: Scalars['ID']['output'];
|
|
3150
|
-
/** Identifier for a person within a particular scope. */
|
|
3151
2962
|
identifier?: Maybe<Array<Maybe<Identifier>>>;
|
|
3152
|
-
/** The base language in which the resource is written. */
|
|
3153
2963
|
language?: Maybe<Scalars['Code']['output']>;
|
|
3154
|
-
/**
|
|
3155
|
-
* The metadata about the resource. This is content that is maintained by the
|
|
3156
|
-
* infrastructure. Changes to the content might not always be associated with
|
|
3157
|
-
* version changes to the resource.
|
|
3158
|
-
*/
|
|
3159
2964
|
meta?: Maybe<Meta>;
|
|
3160
|
-
/** A name associated with the person. */
|
|
3161
2965
|
name?: Maybe<Array<Maybe<HumanName>>>;
|
|
3162
2966
|
resourceType?: Maybe<Scalars['String']['output']>;
|
|
3163
|
-
/** A contact detail for the person, e.g. a telephone number or an email address. */
|
|
3164
2967
|
telecom?: Maybe<Array<Maybe<ContactPoint>>>;
|
|
3165
2968
|
};
|
|
3166
2969
|
export type PersonBundleLite = {
|
|
@@ -3615,6 +3418,7 @@ export type Query = {
|
|
|
3615
3418
|
__typename?: 'Query';
|
|
3616
3419
|
Empi?: Maybe<PersonBundleLite>;
|
|
3617
3420
|
accountDeletionStatusByClientPerson?: Maybe<Identity_Task>;
|
|
3421
|
+
appointments?: Maybe<AppointmentBundle>;
|
|
3618
3422
|
bootstrap: BootstrapConfiguration;
|
|
3619
3423
|
consent?: Maybe<Array<Maybe<LegacyConsent>>>;
|
|
3620
3424
|
consentAsyncTasks?: Maybe<Array<Maybe<Job>>>;
|
|
@@ -3696,6 +3500,7 @@ export type Query = {
|
|
|
3696
3500
|
status?: Maybe<Scalars['String']['output']>;
|
|
3697
3501
|
subscription_subscription?: Maybe<Subscription_SubscriptionBundle>;
|
|
3698
3502
|
userProfile?: Maybe<Person>;
|
|
3503
|
+
verificationStatus?: Maybe<VerificationResult>;
|
|
3699
3504
|
who?: Maybe<Scalars['String']['output']>;
|
|
3700
3505
|
};
|
|
3701
3506
|
export type QueryEmpiArgs = {
|
|
@@ -3705,6 +3510,9 @@ export type QueryEmpiArgs = {
|
|
|
3705
3510
|
export type QueryAccountDeletionStatusByClientPersonArgs = {
|
|
3706
3511
|
clientPersonId: Scalars['String']['input'];
|
|
3707
3512
|
};
|
|
3513
|
+
export type QueryAppointmentsArgs = {
|
|
3514
|
+
_source?: InputMaybe<SearchString>;
|
|
3515
|
+
};
|
|
3708
3516
|
export type QueryBootstrapArgs = {
|
|
3709
3517
|
clientKey: Scalars['String']['input'];
|
|
3710
3518
|
organizationId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4013,30 +3821,10 @@ export type RequestConnectionOutput = {
|
|
|
4013
3821
|
issue?: Maybe<Array<Maybe<OperationOutcomeIssue>>>;
|
|
4014
3822
|
resourceType?: Maybe<Scalars['String']['output']>;
|
|
4015
3823
|
};
|
|
4016
|
-
/**
|
|
4017
|
-
* Resource
|
|
4018
|
-
* This is the base resource type for everything.
|
|
4019
|
-
*/
|
|
4020
3824
|
export type Resource = {
|
|
4021
|
-
/**
|
|
4022
|
-
* The logical id of the resource, as used in the URL for the resource. Once
|
|
4023
|
-
* assigned, this value never changes.
|
|
4024
|
-
*/
|
|
4025
3825
|
id: Scalars['ID']['output'];
|
|
4026
|
-
/**
|
|
4027
|
-
* A reference to a set of rules that were followed when the resource was
|
|
4028
|
-
* constructed, and which must be understood when processing the content. Often,
|
|
4029
|
-
* this is a reference to an implementation guide that defines the special rules
|
|
4030
|
-
* along with other profiles etc.
|
|
4031
|
-
*/
|
|
4032
3826
|
implicitRules?: Maybe<Scalars['URI']['output']>;
|
|
4033
|
-
/** The base language in which the resource is written. */
|
|
4034
3827
|
language?: Maybe<Scalars['Code']['output']>;
|
|
4035
|
-
/**
|
|
4036
|
-
* The metadata about the resource. This is content that is maintained by the
|
|
4037
|
-
* infrastructure. Changes to the content might not always be associated with
|
|
4038
|
-
* version changes to the resource.
|
|
4039
|
-
*/
|
|
4040
3828
|
meta?: Maybe<Meta>;
|
|
4041
3829
|
};
|
|
4042
3830
|
/** Base type to be implemented by other Group types */
|
|
@@ -4242,13 +4030,7 @@ export type SearchProvidersResults = {
|
|
|
4242
4030
|
results?: Maybe<Array<Maybe<SearchProvidersResult>>>;
|
|
4243
4031
|
};
|
|
4244
4032
|
export type SearchString = {
|
|
4245
|
-
above?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4246
|
-
below?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4247
|
-
missing?: InputMaybe<Scalars['Boolean']['input']>;
|
|
4248
|
-
notEquals?: InputMaybe<SearchStringValue>;
|
|
4249
|
-
searchType?: InputMaybe<Scalars['String']['input']>;
|
|
4250
4033
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
4251
|
-
values?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
4252
4034
|
};
|
|
4253
4035
|
export type SearchStringValue = {
|
|
4254
4036
|
value?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4414,26 +4196,11 @@ export declare enum SyncStatus {
|
|
|
4414
4196
|
Retrieved = "RETRIEVED",
|
|
4415
4197
|
Retrieving = "RETRIEVING"
|
|
4416
4198
|
}
|
|
4417
|
-
/**
|
|
4418
|
-
* Task
|
|
4419
|
-
* A task to be performed.
|
|
4420
|
-
* If the element is present, it must have either a @value, an @id, or extensions
|
|
4421
|
-
*/
|
|
4422
4199
|
export type Task = {
|
|
4423
4200
|
__typename?: 'Task';
|
|
4424
|
-
/**
|
|
4425
|
-
* The logical id of the resource, as used in the URL for the resource. Once
|
|
4426
|
-
* assigned, this value never changes.
|
|
4427
|
-
*/
|
|
4428
4201
|
id: Scalars['ID']['output'];
|
|
4429
|
-
/**
|
|
4430
|
-
* The metadata about the resource. This is content that is maintained by the
|
|
4431
|
-
* infrastructure. Changes to the content might not always be associated with
|
|
4432
|
-
* version changes to the resource.
|
|
4433
|
-
*/
|
|
4434
4202
|
meta?: Maybe<Meta>;
|
|
4435
4203
|
resourceType?: Maybe<Scalars['String']['output']>;
|
|
4436
|
-
/** The current status of the task. */
|
|
4437
4204
|
status?: Maybe<Scalars['Code']['output']>;
|
|
4438
4205
|
};
|
|
4439
4206
|
/** TaskBasedOnV2 */
|
|
@@ -4651,6 +4418,20 @@ export type Variant = {
|
|
|
4651
4418
|
percent: Scalars['Float']['output'];
|
|
4652
4419
|
value: Scalars['Boolean']['output'];
|
|
4653
4420
|
};
|
|
4421
|
+
export type VerificationResult = {
|
|
4422
|
+
__typename?: 'VerificationResult';
|
|
4423
|
+
failureAction?: Maybe<CodeableConcept>;
|
|
4424
|
+
id: Scalars['ID']['output'];
|
|
4425
|
+
implicitRules?: Maybe<Scalars['URI']['output']>;
|
|
4426
|
+
language?: Maybe<Scalars['Code']['output']>;
|
|
4427
|
+
lastPerformed?: Maybe<Scalars['DateTime']['output']>;
|
|
4428
|
+
nextScheduled?: Maybe<Scalars['Date']['output']>;
|
|
4429
|
+
resourceType?: Maybe<Scalars['String']['output']>;
|
|
4430
|
+
status?: Maybe<Scalars['Code']['output']>;
|
|
4431
|
+
statusDate?: Maybe<Scalars['DateTime']['output']>;
|
|
4432
|
+
targetLocation?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
4433
|
+
validationProcess?: Maybe<Array<CodeableConcept>>;
|
|
4434
|
+
};
|
|
4654
4435
|
export type VitalSignGroup = ResourceGroup & {
|
|
4655
4436
|
__typename?: 'VitalSignGroup';
|
|
4656
4437
|
/** A structured set of codes including a text representation. */
|