Phase 1 FHIR on PHP- Provider Client and implement classes. (#1422)
commit8e9c05ca6086052e004a0e49d32fc318542b3b9f
authorJerry Padgett <sjpadgett@gmail.com>
Wed, 14 Feb 2018 22:06:35 +0000 (14 17:06 -0500)
committerGitHub <noreply@github.com>
Wed, 14 Feb 2018 22:06:35 +0000 (14 17:06 -0500)
treeb4cb1ceba03d9d77a07a0dcb2056797b37237e21
parent12622a6bd03b10288f1b788468949f3c4d2083f9
Phase 1 FHIR on PHP- Provider Client and implement classes. (#1422)

* Phase 1 FHIR on PHP- Provider Client and implement classes.

* oops, broke class loader.

* new dispatcher and endpoint  controllers.
823 files changed:
interface/patient_file/summary/demographics.php
library/globals.inc.php
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRAccount.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRActivityDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRAdverseEvent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRAllergyIntolerance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRAppointment.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRAppointmentResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRAuditEvent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRBasic.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRBodySite.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCapabilityStatement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCarePlan.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCareTeam.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRChargeItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRClaim.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRClaimResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRClinicalImpression.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCodeSystem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCommunication.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCommunicationRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCompartmentDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRComposition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRConceptMap.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCondition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRConsent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRContract.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRCoverage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDataElement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDetectedIssue.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDevice.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDeviceComponent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDeviceMetric.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDeviceRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDeviceUseStatement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDiagnosticReport.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDocumentManifest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRDocumentReference.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIREligibilityRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIREligibilityResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIREncounter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIREndpoint.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIREnrollmentRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIREnrollmentResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIREpisodeOfCare.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRExpansionProfile.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRExplanationOfBenefit.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRFamilyMemberHistory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRFlag.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRGoal.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRGraphDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRGroup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRGuidanceResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRHealthcareService.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRImagingManifest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRImagingStudy.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRImmunization.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRImmunizationRecommendation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRImplementationGuide.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRLibrary.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRLinkage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRList.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRLocation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMeasure.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMeasureReport.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMedia.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMedication.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMedicationAdministration.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMedicationDispense.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMedicationRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMedicationStatement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMessageDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRMessageHeader.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRNamingSystem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRNutritionOrder.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRObservation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIROperationDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIROperationOutcome.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIROrganization.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRPatient.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRPaymentNotice.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRPaymentReconciliation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRPerson.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRPlanDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRPractitioner.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRPractitionerRole.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRProcedure.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRProcedureRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRProcessRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRProcessResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRProvenance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRQuestionnaire.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRQuestionnaireResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRReferralRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRRelatedPerson.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRRequestGroup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRResearchStudy.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRResearchSubject.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRRiskAssessment.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSchedule.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSearchParameter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSequence.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRServiceDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSlot.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSpecimen.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRStructureDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRStructureMap.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSubscription.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSubstance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSupplyDelivery.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRSupplyRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRTask.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRTestReport.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRTestScript.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRValueSet.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRDomainResource/FHIRVisionPrescription.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAccountStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionCardinalityBehavior.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionConditionKind.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionGroupingBehavior.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionList.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionParticipantType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionPrecheckBehavior.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionRelationshipType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionRequiredBehavior.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRActionSelectionBehavior.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAddress.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAddressType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAddressUse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAdministrativeGender.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAdverseEventCategory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAdverseEventCausality.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAggregationMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAllergyIntoleranceCategory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAllergyIntoleranceClinicalStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAllergyIntoleranceCriticality.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAllergyIntoleranceSeverity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAllergyIntoleranceType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAllergyIntoleranceVerificationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAnnotation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAppointmentStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAssertionDirectionType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAssertionOperatorType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAssertionResponseTypes.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAttachment.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAuditEventAction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAuditEventAgentNetworkType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRAuditEventOutcome.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRBackboneElement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRBase64Binary.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRBindingStrength.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRBoolean.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRBundleType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCapabilityStatementKind.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCarePlanActivityStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCarePlanIntent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCarePlanStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCareTeamStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRChargeItemStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRClinicalImpressionStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCodeSystemContentMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCodeSystemHierarchyMeaning.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCodeableConcept.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCoding.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCompartmentType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCompositionAttestationMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRCompositionStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConceptMapEquivalence.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConceptMapGroupUnmappedMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConditionClinicalStatusCodes.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConditionVerificationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConditionalDeleteStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConditionalReadStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConfidentialityClassification.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConsentDataMeaning.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConsentExceptType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConsentState.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRConstraintSeverity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContactDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContactPoint.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContactPointSystem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContactPointUse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContentType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContractResourceStatusCodes.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContributor.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRContributorType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDataElementStringency.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDataRequirement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDate.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDateTime.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDaysOfWeek.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDecimal.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDetectedIssueSeverity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDeviceMetricCalibrationState.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDeviceMetricCalibrationType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDeviceMetricCategory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDeviceMetricColor.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDeviceMetricOperationalStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDeviceUseStatementStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDiagnosticReportStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDigitalMediaType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDiscriminatorType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDocumentMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDocumentReferenceStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDocumentRelationshipType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRDosage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRElementDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIREncounterLocationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIREncounterStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIREndpointStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIREpisodeOfCareStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIREventCapabilityMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIREventStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIREventTiming.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRExplanationOfBenefitStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRExtension.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRExtensionContext.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFHIRAllTypes.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFHIRDefinedType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFHIRDeviceStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFHIRSubstanceStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFamilyHistoryStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFilterOperator.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFinancialResourceStatusCodes.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRFlagStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRGoalStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRGraphCompartmentRule.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRGroupType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRGuidanceResponseStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRGuideDependencyType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRGuidePageKind.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRHTTPVerb.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRHumanName.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRId.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRIdentifier.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRIdentifierUse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRIdentityAssuranceLevel.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRImmunizationStatusCodes.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRInstanceAvailability.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRInstant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRInteger.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRIssueSeverity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRIssueType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRLinkType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRLinkageType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRListMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRListStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRLocationMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRLocationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMarkdown.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMeasmntPrinciple.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMeasureReportStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMeasureReportType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationAdministrationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationDispenseStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationRequestIntent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationRequestPriority.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationRequestStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationStatementStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationStatementTaken.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMedicationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMessageSignificanceCategory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRMeta.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRNameUse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRNamingSystemIdentifierType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRNamingSystemType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRNarrative.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRNarrativeStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRNoteType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRNutritionOrderStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRObservationRelationshipType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRObservationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIROid.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIROperationKind.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIROperationParameterUse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRParameterDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRParticipantRequired.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRParticipationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRPeriod.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRPositiveInt.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRPropertyRepresentation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRPropertyType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRProvenanceEntityRole.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRPublicationStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQualityType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuantity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuantity/FHIRAge.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuantity/FHIRCount.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuantity/FHIRDistance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuantity/FHIRDuration.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuantity/FHIRMoney.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuantityComparator.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuestionnaireItemType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRQuestionnaireResponseStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRange.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRatio.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRReference.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRReferenceHandlingPolicy.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRReferenceVersionRules.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRelatedArtifact.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRelatedArtifactType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRemittanceOutcome.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRepositoryType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRequestIntent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRequestPriority.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRequestStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRResearchStudyStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRResearchSubjectStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRResourceType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRResourceVersionPolicy.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRResponseType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRRestfulCapabilityMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSampledData.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSampledDataDataType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSearchComparator.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSearchEntryMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSearchModifierCode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSearchParamType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSignature.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSlicingRules.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSlotStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSpecimenStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRString.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureDefinitionKind.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureMapContextType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureMapGroupTypeMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureMapInputMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureMapModelMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureMapSourceListMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureMapTargetListMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRStructureMapTransform.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSubscriptionChannelType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSubscriptionStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSupplyDeliveryStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSupplyRequestStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSystemRestfulInteraction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRSystemVersionProcessingMode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTaskStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTestReportActionResult.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTestReportParticipantType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTestReportResult.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTestReportStatus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTestScriptRequestMethodCode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTime.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTiming.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTriggerDefinition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTriggerType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTypeDerivationRule.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRTypeRestfulInteraction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUDIEntryType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUnitsOfTime.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUnknownContentCode.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUnsignedInt.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUri.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUsageContext.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRUuid.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRVisionBase.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRVisionEyes.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRElement/FHIRXPathUsageType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAccount/FHIRAccountCoverage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAccount/FHIRAccountGuarantor.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRActivityDefinition/FHIRActivityDefinitionDynamicValue.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRActivityDefinition/FHIRActivityDefinitionParticipant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAdverseEvent/FHIRAdverseEventSuspectEntity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAllergyIntolerance/FHIRAllergyIntoleranceReaction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAppointment/FHIRAppointmentParticipant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAuditEvent/FHIRAuditEventAgent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAuditEvent/FHIRAuditEventDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAuditEvent/FHIRAuditEventEntity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAuditEvent/FHIRAuditEventNetwork.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRAuditEvent/FHIRAuditEventSource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRBinary.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRBundle.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRBundle/FHIRBundleEntry.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRBundle/FHIRBundleLink.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRBundle/FHIRBundleRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRBundle/FHIRBundleResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRBundle/FHIRBundleSearch.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementCertificate.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementDocument.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementEndpoint.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementEvent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementImplementation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementInteraction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementInteraction1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementMessaging.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementOperation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementResource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementRest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementSearchParam.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementSecurity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementSoftware.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCapabilityStatement/FHIRCapabilityStatementSupportedMessage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCarePlan/FHIRCarePlanActivity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCarePlan/FHIRCarePlanDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCareTeam/FHIRCareTeamParticipant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRChargeItem/FHIRChargeItemParticipant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimAccident.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimCareTeam.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimDiagnosis.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimInformation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimInsurance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimPayee.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimProcedure.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimRelated.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaim/FHIRClaimSubDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseAddItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseAdjudication.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseDetail1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseError.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseInsurance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponsePayment.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseProcessNote.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClaimResponse/FHIRClaimResponseSubDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClinicalImpression/FHIRClinicalImpressionFinding.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRClinicalImpression/FHIRClinicalImpressionInvestigation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCodeSystem/FHIRCodeSystemConcept.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCodeSystem/FHIRCodeSystemDesignation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCodeSystem/FHIRCodeSystemFilter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCodeSystem/FHIRCodeSystemProperty.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCodeSystem/FHIRCodeSystemProperty1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCommunication/FHIRCommunicationPayload.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCommunicationRequest/FHIRCommunicationRequestPayload.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCommunicationRequest/FHIRCommunicationRequestRequester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCompartmentDefinition/FHIRCompartmentDefinitionResource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRComposition/FHIRCompositionAttester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRComposition/FHIRCompositionEvent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRComposition/FHIRCompositionRelatesTo.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRComposition/FHIRCompositionSection.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConceptMap/FHIRConceptMapDependsOn.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConceptMap/FHIRConceptMapElement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConceptMap/FHIRConceptMapGroup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConceptMap/FHIRConceptMapTarget.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConceptMap/FHIRConceptMapUnmapped.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCondition/FHIRConditionEvidence.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCondition/FHIRConditionStage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConsent/FHIRConsentActor.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConsent/FHIRConsentActor1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConsent/FHIRConsentData.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConsent/FHIRConsentData1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConsent/FHIRConsentExcept.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRConsent/FHIRConsentPolicy.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractAgent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractAgent1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractFriendly.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractLegal.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractRule.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractSigner.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractTerm.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractValuedItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRContract/FHIRContractValuedItem1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRCoverage/FHIRCoverageGrouping.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDataElement/FHIRDataElementMapping.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDataRequirement/FHIRDataRequirementCodeFilter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDataRequirement/FHIRDataRequirementDateFilter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDetectedIssue/FHIRDetectedIssueMitigation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDevice/FHIRDeviceUdi.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDeviceComponent/FHIRDeviceComponentProductionSpecification.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDeviceMetric/FHIRDeviceMetricCalibration.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDeviceRequest/FHIRDeviceRequestRequester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDiagnosticReport/FHIRDiagnosticReportImage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDiagnosticReport/FHIRDiagnosticReportPerformer.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDocumentManifest/FHIRDocumentManifestContent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDocumentManifest/FHIRDocumentManifestRelated.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDocumentReference/FHIRDocumentReferenceContent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDocumentReference/FHIRDocumentReferenceContext.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDocumentReference/FHIRDocumentReferenceRelated.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDocumentReference/FHIRDocumentReferenceRelatesTo.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRDomainResource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionBase.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionBinding.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionConstraint.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionDiscriminator.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionExample.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionMapping.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionSlicing.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRElementDefinition/FHIRElementDefinitionType.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREligibilityResponse/FHIREligibilityResponseBenefitBalance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREligibilityResponse/FHIREligibilityResponseError.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREligibilityResponse/FHIREligibilityResponseFinancial.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREligibilityResponse/FHIREligibilityResponseInsurance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREncounter/FHIREncounterClassHistory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREncounter/FHIREncounterDiagnosis.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREncounter/FHIREncounterHospitalization.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREncounter/FHIREncounterLocation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREncounter/FHIREncounterParticipant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREncounter/FHIREncounterStatusHistory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREpisodeOfCare/FHIREpisodeOfCareDiagnosis.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIREpisodeOfCare/FHIREpisodeOfCareStatusHistory.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExpansionProfile/FHIRExpansionProfileDesignation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExpansionProfile/FHIRExpansionProfileDesignation1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExpansionProfile/FHIRExpansionProfileDesignation2.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExpansionProfile/FHIRExpansionProfileExclude.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExpansionProfile/FHIRExpansionProfileExcludedSystem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExpansionProfile/FHIRExpansionProfileFixedVersion.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExpansionProfile/FHIRExpansionProfileInclude.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitAccident.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitAddItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitAdjudication.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitBenefitBalance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitCareTeam.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitDetail1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitDiagnosis.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitFinancial.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitInformation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitInsurance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitPayee.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitPayment.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitProcedure.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitProcessNote.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitRelated.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRExplanationOfBenefit/FHIRExplanationOfBenefitSubDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRFamilyMemberHistory/FHIRFamilyMemberHistoryCondition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRGoal/FHIRGoalTarget.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRGraphDefinition/FHIRGraphDefinitionCompartment.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRGraphDefinition/FHIRGraphDefinitionLink.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRGraphDefinition/FHIRGraphDefinitionTarget.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRGroup/FHIRGroupCharacteristic.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRGroup/FHIRGroupMember.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRHealthcareService/FHIRHealthcareServiceAvailableTime.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRHealthcareService/FHIRHealthcareServiceNotAvailable.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImagingManifest/FHIRImagingManifestInstance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImagingManifest/FHIRImagingManifestSeries.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImagingManifest/FHIRImagingManifestStudy.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImagingStudy/FHIRImagingStudyInstance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImagingStudy/FHIRImagingStudySeries.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImmunization/FHIRImmunizationExplanation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImmunization/FHIRImmunizationPractitioner.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImmunization/FHIRImmunizationReaction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImmunization/FHIRImmunizationVaccinationProtocol.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImmunizationRecommendation/FHIRImmunizationRecommendationDateCriterion.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImmunizationRecommendation/FHIRImmunizationRecommendationProtocol.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImmunizationRecommendation/FHIRImmunizationRecommendationRecommendation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImplementationGuide/FHIRImplementationGuideDependency.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImplementationGuide/FHIRImplementationGuideGlobal.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImplementationGuide/FHIRImplementationGuidePackage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImplementationGuide/FHIRImplementationGuidePage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRImplementationGuide/FHIRImplementationGuideResource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRLinkage/FHIRLinkageItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRList/FHIRListEntry.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRLocation/FHIRLocationPosition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasure/FHIRMeasureGroup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasure/FHIRMeasurePopulation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasure/FHIRMeasureStratifier.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasure/FHIRMeasureSupplementalData.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasureReport/FHIRMeasureReportGroup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasureReport/FHIRMeasureReportPopulation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasureReport/FHIRMeasureReportPopulation1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasureReport/FHIRMeasureReportStratifier.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMeasureReport/FHIRMeasureReportStratum.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedication/FHIRMedicationBatch.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedication/FHIRMedicationContent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedication/FHIRMedicationIngredient.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedication/FHIRMedicationPackage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedicationAdministration/FHIRMedicationAdministrationDosage.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedicationAdministration/FHIRMedicationAdministrationPerformer.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedicationDispense/FHIRMedicationDispensePerformer.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedicationDispense/FHIRMedicationDispenseSubstitution.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedicationRequest/FHIRMedicationRequestDispenseRequest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedicationRequest/FHIRMedicationRequestRequester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMedicationRequest/FHIRMedicationRequestSubstitution.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMessageDefinition/FHIRMessageDefinitionAllowedResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMessageDefinition/FHIRMessageDefinitionFocus.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMessageHeader/FHIRMessageHeaderDestination.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMessageHeader/FHIRMessageHeaderResponse.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRMessageHeader/FHIRMessageHeaderSource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRNamingSystem/FHIRNamingSystemUniqueId.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRNutritionOrder/FHIRNutritionOrderAdministration.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRNutritionOrder/FHIRNutritionOrderEnteralFormula.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRNutritionOrder/FHIRNutritionOrderNutrient.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRNutritionOrder/FHIRNutritionOrderOralDiet.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRNutritionOrder/FHIRNutritionOrderSupplement.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRNutritionOrder/FHIRNutritionOrderTexture.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRObservation/FHIRObservationComponent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRObservation/FHIRObservationReferenceRange.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRObservation/FHIRObservationRelated.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIROperationDefinition/FHIROperationDefinitionBinding.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIROperationDefinition/FHIROperationDefinitionOverload.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIROperationDefinition/FHIROperationDefinitionParameter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIROperationOutcome/FHIROperationOutcomeIssue.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIROrganization/FHIROrganizationContact.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRParameters.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRParameters/FHIRParametersParameter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPatient/FHIRPatientAnimal.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPatient/FHIRPatientCommunication.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPatient/FHIRPatientContact.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPatient/FHIRPatientLink.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPaymentReconciliation/FHIRPaymentReconciliationDetail.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPaymentReconciliation/FHIRPaymentReconciliationProcessNote.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPerson/FHIRPersonLink.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPlanDefinition/FHIRPlanDefinitionAction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPlanDefinition/FHIRPlanDefinitionCondition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPlanDefinition/FHIRPlanDefinitionDynamicValue.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPlanDefinition/FHIRPlanDefinitionGoal.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPlanDefinition/FHIRPlanDefinitionParticipant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPlanDefinition/FHIRPlanDefinitionRelatedAction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPlanDefinition/FHIRPlanDefinitionTarget.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPractitioner/FHIRPractitionerQualification.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPractitionerRole/FHIRPractitionerRoleAvailableTime.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRPractitionerRole/FHIRPractitionerRoleNotAvailable.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRProcedure/FHIRProcedureFocalDevice.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRProcedure/FHIRProcedurePerformer.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRProcedureRequest/FHIRProcedureRequestRequester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRProcessRequest/FHIRProcessRequestItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRProcessResponse/FHIRProcessResponseProcessNote.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRProvenance/FHIRProvenanceAgent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRProvenance/FHIRProvenanceEntity.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRQuestionnaire/FHIRQuestionnaireEnableWhen.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRQuestionnaire/FHIRQuestionnaireItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRQuestionnaire/FHIRQuestionnaireOption.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRQuestionnaireResponse/FHIRQuestionnaireResponseAnswer.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRQuestionnaireResponse/FHIRQuestionnaireResponseItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRReferralRequest/FHIRReferralRequestRequester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRRequestGroup/FHIRRequestGroupAction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRRequestGroup/FHIRRequestGroupCondition.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRRequestGroup/FHIRRequestGroupRelatedAction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRResearchStudy/FHIRResearchStudyArm.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRRiskAssessment/FHIRRiskAssessmentPrediction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSearchParameter/FHIRSearchParameterComponent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSequence/FHIRSequenceQuality.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSequence/FHIRSequenceReferenceSeq.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSequence/FHIRSequenceRepository.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSequence/FHIRSequenceVariant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSpecimen/FHIRSpecimenCollection.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSpecimen/FHIRSpecimenContainer.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSpecimen/FHIRSpecimenProcessing.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureDefinition/FHIRStructureDefinitionDifferential.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureDefinition/FHIRStructureDefinitionMapping.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureDefinition/FHIRStructureDefinitionSnapshot.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapDependent.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapGroup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapInput.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapParameter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapRule.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapSource.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapStructure.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRStructureMap/FHIRStructureMapTarget.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSubscription/FHIRSubscriptionChannel.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSubstance/FHIRSubstanceIngredient.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSubstance/FHIRSubstanceInstance.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSupplyDelivery/FHIRSupplyDeliverySuppliedItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSupplyRequest/FHIRSupplyRequestOrderedItem.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRSupplyRequest/FHIRSupplyRequestRequester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTask/FHIRTaskInput.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTask/FHIRTaskOutput.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTask/FHIRTaskRequester.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTask/FHIRTaskRestriction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportAction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportAction1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportAction2.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportAssert.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportOperation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportParticipant.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportSetup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportTeardown.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestReport/FHIRTestReportTest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptAction.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptAction1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptAction2.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptAssert.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptCapability.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptDestination.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptFixture.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptLink.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptMetadata.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptOperation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptOrigin.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptParam.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptParam1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptParam2.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptParam3.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptRequestHeader.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptRule.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptRule1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptRule2.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptRule3.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptRuleset.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptRuleset1.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptSetup.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptTeardown.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptTest.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTestScript/FHIRTestScriptVariable.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRTiming/FHIRTimingRepeat.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetCompose.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetConcept.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetContains.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetDesignation.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetExpansion.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetFilter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetInclude.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRValueSet/FHIRValueSetParameter.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResource/FHIRVisionPrescription/FHIRVisionPrescriptionDispense.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/FHIRResourceContainer.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/PHPFHIRAutoloader.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/PHPFHIRHelper.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/PHPFHIRParserMap.php [new file with mode: 0644]
phpfhir/HL7/FHIR/STU3/src/PHPFHIRResponseParser.php [new file with mode: 0644]
phpfhir/classes/src/fetch_live.class.php [new file with mode: 0644]
phpfhir/classes/src/oeFHIRHttpClient.php [new file with mode: 0644]
phpfhir/classes/src/oeFHIRResource.php [new file with mode: 0644]
phpfhir/composer.json [new file with mode: 0644]
phpfhir/libs/controller/ClientAppController.php [new file with mode: 0644]
phpfhir/libs/controller/oeDispatcher.php [new file with mode: 0644]
phpfhir/providerPublishUI.php [new file with mode: 0644]
phpfhir/vendor/autoload.php [new file with mode: 0644]
phpfhir/vendor/composer/ClassLoader.php [new file with mode: 0644]
phpfhir/vendor/composer/LICENSE [new file with mode: 0644]
phpfhir/vendor/composer/autoload_classmap.php [new file with mode: 0644]
phpfhir/vendor/composer/autoload_files.php [new file with mode: 0644]
phpfhir/vendor/composer/autoload_namespaces.php [new file with mode: 0644]
phpfhir/vendor/composer/autoload_psr4.php [new file with mode: 0644]
phpfhir/vendor/composer/autoload_real.php [new file with mode: 0644]
phpfhir/vendor/composer/autoload_static.php [new file with mode: 0644]
phpfhir/vendor/composer/installed.json [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/CHANGELOG.md [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/LICENSE [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/README.md [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/UPGRADING.md [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/composer.json [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Client.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/ClientInterface.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Cookie/CookieJar.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Cookie/SetCookie.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/BadResponseException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/ClientException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/ConnectException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/GuzzleException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/RequestException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/SeekException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/ServerException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/CurlFactory.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/CurlHandler.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/EasyHandle.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/MockHandler.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/Proxy.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Handler/StreamHandler.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/HandlerStack.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/MessageFormatter.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Middleware.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/Pool.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/RedirectMiddleware.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/RequestOptions.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/RetryMiddleware.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/TransferStats.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/UriTemplate.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/functions.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/guzzle/src/functions_include.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/CHANGELOG.md [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/LICENSE [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/Makefile [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/README.md [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/composer.json [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/AggregateException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/CancellationException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/Coroutine.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/EachPromise.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/FulfilledPromise.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/Promise.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/PromiseInterface.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/PromisorInterface.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/RejectedPromise.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/RejectionException.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/TaskQueue.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/TaskQueueInterface.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/functions.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/promises/src/functions_include.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/CHANGELOG.md [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/LICENSE [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/README.md [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/composer.json [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/AppendStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/BufferStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/CachingStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/DroppingStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/FnStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/InflateStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/LazyOpenStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/LimitStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/MessageTrait.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/MultipartStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/NoSeekStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/PumpStream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/Request.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/Response.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/ServerRequest.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/Stream.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/StreamDecoratorTrait.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/StreamWrapper.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/UploadedFile.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/Uri.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/UriNormalizer.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/UriResolver.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/functions.php [new file with mode: 0644]
phpfhir/vendor/guzzlehttp/psr7/src/functions_include.php [new file with mode: 0644]
phpfhir/vendor/psr/http-message/CHANGELOG.md [new file with mode: 0644]
phpfhir/vendor/psr/http-message/LICENSE [new file with mode: 0644]
phpfhir/vendor/psr/http-message/README.md [new file with mode: 0644]
phpfhir/vendor/psr/http-message/composer.json [new file with mode: 0644]
phpfhir/vendor/psr/http-message/src/MessageInterface.php [new file with mode: 0644]
phpfhir/vendor/psr/http-message/src/RequestInterface.php [new file with mode: 0644]
phpfhir/vendor/psr/http-message/src/ResponseInterface.php [new file with mode: 0644]
phpfhir/vendor/psr/http-message/src/ServerRequestInterface.php [new file with mode: 0644]
phpfhir/vendor/psr/http-message/src/StreamInterface.php [new file with mode: 0644]
phpfhir/vendor/psr/http-message/src/UploadedFileInterface.php [new file with mode: 0644]
phpfhir/vendor/psr/http-message/src/UriInterface.php [new file with mode: 0644]