chai.expect(function () {
     fhirTranslation = fdt.fhirMaritalStatus(chcsJsonlod);
 }).to.throw(Error, /not mapped to fhir/);
 chai.expect(function () {
     fhirTranslation = fdt.fhirMaritalStatus(chcsJsonld);
 }).to.not.throw(Error);