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