Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

ResourceName Type in fhir.d.ts has syntax error #167

Open
polaroffer opened this issue May 28, 2021 · 0 comments
Open

ResourceName Type in fhir.d.ts has syntax error #167

polaroffer opened this issue May 28, 2021 · 0 comments

Comments

@polaroffer
Copy link

There is ')' at the end which is a typo

export type ResourceName = 'DomainResource' | 'Organization' | 'Location' | 'HealthcareService' | 'Practitioner' | 'Patient' | 'RelatedPerson' | 'Device' | 'Account' | 'AllergyIntolerance' | 'Schedule' | 'Slot' | 'Appointment' | 'AppointmentResponse' | 'AuditEvent' | 'Basic' | 'BodySite' | 'Substance' | 'Medication' | 'Group' | 'Specimen' | 'DeviceComponent' | 'DeviceMetric' | 'ValueSet' | 'Questionnaire' | 'QuestionnaireResponse' | 'Observation' | 'FamilyMemberHistory' | 'DocumentReference' | 'DiagnosticOrder' | 'ProcedureRequest' | 'ReferralRequest' | 'Procedure' | 'ImagingStudy' | 'ImagingObjectSelection' | 'Media' | 'DiagnosticReport' | 'CommunicationRequest' | 'DeviceUseRequest' | 'MedicationOrder' | 'NutritionOrder' | 'Order' | 'ProcessRequest' | 'SupplyRequest' | 'VisionPrescription' | 'ClinicalImpression' | 'Condition' | 'EpisodeOfCare' | 'Encounter' | 'MedicationStatement' | 'RiskAssessment' | 'Goal' | 'CarePlan' | 'Composition' | 'Contract' | 'Coverage' | 'ClaimResponse' | 'Claim' | 'Communication' | 'StructureDefinition' | 'ConceptMap' | 'OperationDefinition' | 'Conformance' | 'DataElement' | 'DetectedIssue' | 'DeviceUseStatement' | 'DocumentManifest' | 'EligibilityRequest' | 'EligibilityResponse' | 'EnrollmentRequest' | 'EnrollmentResponse' | 'ExplanationOfBenefit' | 'Flag' | 'Immunization' | 'ImmunizationRecommendation' | 'ImplementationGuide' | 'List' | 'MedicationAdministration' | 'MedicationDispense' | 'OperationOutcome' | 'MessageHeader' | 'NamingSystem' | 'OrderResponse' | 'PaymentNotice' | 'PaymentReconciliation' | 'Person' | 'ProcessResponse' | 'Provenance' | 'SearchParameter' | 'Subscription' | 'SupplyDelivery' | 'TestScript' | 'Binary' | 'Bundle' | 'Parameters');

@polaroffer polaroffer changed the title ResourceName Type has syntax error ResourceName Type in fhir.d.ts has syntax error May 28, 2021
integreationsolutions added a commit to integreationsolutions/fhir.js that referenced this issue Oct 27, 2021
Resolves FHIR#167
Removed ) from line 9
integreationsolutions added a commit to integreationsolutions/fhir.js that referenced this issue Oct 27, 2021
Resolves FHIR#167 
Removed ) from end line 9 in fhir.d.ts
integreationsolutions added a commit to integreationsolutions/fhir.js that referenced this issue Oct 27, 2021
Resolves FHIR#167 
Removed ) from end line 9 in fhir.d.ts
integreationsolutions added a commit to integreationsolutions/fhir.js that referenced this issue Oct 27, 2021
Resolves FHIR#167 
Removed ) from end line 9 in fhir.d.ts
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant