Exemple #1
0
 MedicationRequestValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <MedicationRequestDatasetRecord>();
 }
Exemple #2
0
 MedicationAdministrationValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <MedicationAdministrationDatasetRecord>();
 }
Exemple #3
0
 ImmunizationValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <ImmunizationDatasetRecord>();
 }
Exemple #4
0
 AllergyValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <AllergyDatasetRecord>();
 }
Exemple #5
0
 ProcedureValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <ProcedureDatasetRecord>();
 }
Exemple #6
0
 DemographicValidationSchema()
 {
     Shape  = Shape.Demographic;
     Fields = ShapedDatasetSchemaExtractor.Extract <PatientDemographicRecord>();
 }
Exemple #7
0
 EncounterValidationSchema()
 {
     Shape  = Shape.Encounter;
     Fields = ShapedDatasetSchemaExtractor.Extract <EncounterDatasetRecord>();
 }
Exemple #8
0
 ObservationValidationSchema()
 {
     Shape  = Shape.Observation;
     Fields = ShapedDatasetSchemaExtractor.Extract <ObservationDatasetRecord>();
 }
Exemple #9
0
 ConceptValidationSchema()
 {
     Shape  = Shape.Concept;
     Fields = ShapedDatasetSchemaExtractor.Extract <ConceptDatasetRecord>();
 }