-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
The script below produces a significant volume of medication_statement records with a null concept ID value for:
- AuthorisationType concept_id
- Core_concept_ID
SELECT COUNT([LakehouseDateTimeLoaded])
FROM [CDM_masked].[vMedicationStatement]
WHERE [LDSConceptId_AuthorisationType] IS NULL
SELECT COUNT([LakehouseDateTimeLoaded])
FROM [CDM_masked].[vMedicationStatement]
WHERE [LDSConceptId_DatePrecision] IS NULL
SELECT COUNT([LakehouseDateTimeLoaded])
FROM [CDM_masked].[vMedicationStatement]
WHERE [LDSConceptId_Core] IS NULL
SELECT COUNT([LakehouseDateTimeLoaded])
FROM [CDM_masked].[vMedicationStatement]Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Ready For NCL Retest
