## Description <!-- Tell us what should happen. --> `CdsDataGenerator` should generate valid codes in FHIR resources. ## Actual Result <!-- Tell us what happens instead. --> `bodySite` not generating valid codes ``` "bodySite": [ { "coding": [ { "system": "http://snomed.info/sct", "code": "6", "display": "d" } ] } ], ```